pkgsrc-Changes-HG archive

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

[.joined/pkgsrc/trunk]: .joined/pkgsrc/devel/py-testpath py-testpath: Use egg...



details:   https://anonhg.NetBSD.org/.joined/pkgsrc/rev/374e012b4913
branches:  trunk
changeset: 370897:374e012b4913
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Jan 01 16:14:50 2022 +0000

description:
py-testpath: Use egg.mk to fix packaging

Bump PKGREVISION.

diffstat:

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

diffs (34 lines):

diff -r 228b993215a8 -r 374e012b4913 devel/py-testpath/Makefile
--- a/devel/py-testpath/Makefile        Sat Jan 01 15:48:38 2022 +0000
+++ b/devel/py-testpath/Makefile        Sat Jan 01 16:14:50 2022 +0000
@@ -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 @@
 post-extract:
        ${RM} ${WRKSRC}/testpath/cli-*.exe
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 228b993215a8 -r 374e012b4913 devel/py-testpath/PLIST
--- a/devel/py-testpath/PLIST   Sat Jan 01 15:48:38 2022 +0000
+++ b/devel/py-testpath/PLIST   Sat Jan 01 16:14:50 2022 +0000
@@ -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