pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-testpath



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Jan  1 16:14:50 UTC 2022

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-testpath/Makefile \
    pkgsrc/devel/py-testpath/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-testpath/Makefile
diff -u pkgsrc/devel/py-testpath/Makefile:1.2 pkgsrc/devel/py-testpath/Makefile:1.3
--- pkgsrc/devel/py-testpath/Makefile:1.2       Mon Oct 16 17:14:10 2017
+++ pkgsrc/devel/py-testpath/Makefile   Sat Jan  1 16:14:50 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/10/16 17:14:10 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/01 16:14:50 ryoon Exp $
 
 DISTNAME=      testpath-0.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/testpath/}
 
@@ -15,5 +16,5 @@ USE_LANGUAGES=        # none
 post-extract:
        ${RM} ${WRKSRC}/testpath/cli-*.exe
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-testpath/PLIST
diff -u pkgsrc/devel/py-testpath/PLIST:1.2 pkgsrc/devel/py-testpath/PLIST:1.3
--- pkgsrc/devel/py-testpath/PLIST:1.2  Mon Oct 16 17:14:10 2017
+++ pkgsrc/devel/py-testpath/PLIST      Sat Jan  1 16:14:50 2022
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2017/10/16 17:14:10 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.3 2022/01/01 16:14:50 ryoon Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/testpath/__init__.py
 ${PYSITELIB}/testpath/__init__.pyc
 ${PYSITELIB}/testpath/__init__.pyo



Home | Main Index | Thread Index | Old Index