pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-entrypoints



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Jan  1 16:19:26 UTC 2022

Modified Files:
        pkgsrc/devel/py-entrypoints: Makefile PLIST

Log Message:
py-entrypoints: Use egg.mk to fix packaging

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-entrypoints/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-entrypoints/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-entrypoints/Makefile
diff -u pkgsrc/devel/py-entrypoints/Makefile:1.4 pkgsrc/devel/py-entrypoints/Makefile:1.5
--- pkgsrc/devel/py-entrypoints/Makefile:1.4    Sat May 16 17:13:40 2020
+++ pkgsrc/devel/py-entrypoints/Makefile        Sat Jan  1 16:19:25 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2020/05/16 17:13:40 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/01 16:19:25 ryoon Exp $
 
 DISTNAME=      entrypoints-0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/entrypoints/}
 
@@ -22,6 +23,6 @@ USE_LANGUAGES=        # none
 do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-entrypoints/PLIST
diff -u pkgsrc/devel/py-entrypoints/PLIST:1.2 pkgsrc/devel/py-entrypoints/PLIST:1.3
--- pkgsrc/devel/py-entrypoints/PLIST:1.2       Tue Oct 17 18:06:44 2017
+++ pkgsrc/devel/py-entrypoints/PLIST   Sat Jan  1 16:19:25 2022
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2017/10/17 18:06:44 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.3 2022/01/01 16:19:25 ryoon Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/entrypoints.py
 ${PYSITELIB}/entrypoints.pyc
 ${PYSITELIB}/entrypoints.pyo



Home | Main Index | Thread Index | Old Index