pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/py-byterun Set EGG_NAME and simplify PLIST.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/577db0e7a32e
branches:  trunk
changeset: 352645:577db0e7a32e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 17 23:46:37 2016 +0000

description:
Set EGG_NAME and simplify PLIST.

diffstat:

 lang/py-byterun/Makefile |  5 +++--
 lang/py-byterun/PLIST    |  4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r ecca05427e2d -r 577db0e7a32e lang/py-byterun/Makefile
--- a/lang/py-byterun/Makefile  Sat Sep 17 23:22:59 2016 +0000
+++ b/lang/py-byterun/Makefile  Sat Sep 17 23:46:37 2016 +0000
@@ -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 @@
 
 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"
diff -r ecca05427e2d -r 577db0e7a32e lang/py-byterun/PLIST
--- a/lang/py-byterun/PLIST     Sat Sep 17 23:22:59 2016 +0000
+++ b/lang/py-byterun/PLIST     Sat Sep 17 23:46:37 2016 +0000
@@ -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