pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/py-byterun
Module Name: pkgsrc
Committed By: wiz
Date: Sat Sep 17 23:46:38 UTC 2016
Modified Files:
pkgsrc/lang/py-byterun: Makefile PLIST
Log Message:
Set EGG_NAME and simplify PLIST.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/py-byterun/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/py-byterun/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/py-byterun/Makefile
diff -u pkgsrc/lang/py-byterun/Makefile:1.1 pkgsrc/lang/py-byterun/Makefile:1.2
--- pkgsrc/lang/py-byterun/Makefile:1.1 Sun Jul 24 19:11:27 2016
+++ pkgsrc/lang/py-byterun/Makefile Sat Sep 17 23:46:37 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/07/24 19:11:27 agc Exp $
+# $NetBSD: Makefile,v 1.2 2016/09/17 23:46:37 wiz Exp $
DISTNAME= byterun
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}-20160218
@@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}-${GITHUB_
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-.include "../../lang/python/distutils.mk"
+EGG_NAME= Byterun-1.0
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/lang/py-byterun/PLIST
diff -u pkgsrc/lang/py-byterun/PLIST:1.2 pkgsrc/lang/py-byterun/PLIST:1.3
--- pkgsrc/lang/py-byterun/PLIST:1.2 Sat Sep 17 22:34:27 2016
+++ pkgsrc/lang/py-byterun/PLIST Sat Sep 17 23:46:37 2016
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2016/09/17 22:34:27 wiedi Exp $
-${PYSITELIB}/Byterun-1.0-py${PYVERSSUFFIX}.egg-info
+@comment $NetBSD: PLIST,v 1.3 2016/09/17 23:46:37 wiz Exp $
+${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/byterun/__init__.py
${PYSITELIB}/byterun/__init__.pyc
${PYSITELIB}/byterun/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index