pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-constants py-constants: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47e7f45d9782
branches:  trunk
changeset: 371541:47e7f45d9782
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:30:08 2022 +0000

description:
py-constants: convert to egg.mk

diffstat:

 devel/py-constants/Makefile |  5 +++--
 devel/py-constants/PLIST    |  7 +++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r ca189a7311cc -r 47e7f45d9782 devel/py-constants/Makefile
--- a/devel/py-constants/Makefile       Mon Jan 10 20:29:09 2022 +0000
+++ b/devel/py-constants/Makefile       Mon Jan 10 20:30:08 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2016/01/05 10:27:27 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/10 20:30:08 wiz Exp $
 
 DISTNAME=      constants-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/constants/}
 
@@ -12,5 +13,5 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ca189a7311cc -r 47e7f45d9782 devel/py-constants/PLIST
--- a/devel/py-constants/PLIST  Mon Jan 10 20:29:09 2022 +0000
+++ b/devel/py-constants/PLIST  Mon Jan 10 20:30:08 2022 +0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2016/01/05 10:27:27 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 20:30:08 wiz Exp $
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/constants.py
 ${PYSITELIB}/constants.pyc
 ${PYSITELIB}/constants.pyo



Home | Main Index | Thread Index | Old Index