Sat Jan 1 16:14:50 2022 UTC ()
py-testpath: Use egg.mk to fix packaging

Bump PKGREVISION.


(ryoon)
diff -r1.2 -r1.3 pkgsrc/devel/py-testpath/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/py-testpath/PLIST

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-testpath/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-testpath/Makefile 2017/10/16 17:14:10 1.2
+++ pkgsrc/devel/py-testpath/Makefile 2022/01/01 16:14:50 1.3
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.2 2017/10/16 17:14:10 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2022/01/01 16:14:50 ryoon Exp $
2 2
3DISTNAME= testpath-0.3.1 3DISTNAME= testpath-0.3.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
 5PKGREVISION= 1
5CATEGORIES= devel python 6CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=t/testpath/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=t/testpath/}
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/jupyter/testpath 10HOMEPAGE= https://github.com/jupyter/testpath
10COMMENT= Test utilities for code working with files and commands 11COMMENT= Test utilities for code working with files and commands
11LICENSE= mit 12LICENSE= mit
12 13
13USE_LANGUAGES= # none 14USE_LANGUAGES= # none
14 15
15post-extract: 16post-extract:
16 ${RM} ${WRKSRC}/testpath/cli-*.exe 17 ${RM} ${WRKSRC}/testpath/cli-*.exe
17 18
18.include "../../lang/python/distutils.mk" 19.include "../../lang/python/egg.mk"
19.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-testpath/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-testpath/PLIST 2017/10/16 17:14:10 1.2
+++ pkgsrc/devel/py-testpath/PLIST 2022/01/01 16:14:50 1.3
@@ -1,15 +1,18 @@ @@ -1,15 +1,18 @@
1@comment $NetBSD: PLIST,v 1.2 2017/10/16 17:14:10 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2022/01/01 16:14:50 ryoon Exp $
2${PYSITELIB}/${EGG_FILE} 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 5${PYSITELIB}/${EGG_INFODIR}/top_level.txt
3${PYSITELIB}/testpath/__init__.py 6${PYSITELIB}/testpath/__init__.py
4${PYSITELIB}/testpath/__init__.pyc 7${PYSITELIB}/testpath/__init__.pyc
5${PYSITELIB}/testpath/__init__.pyo 8${PYSITELIB}/testpath/__init__.pyo
6${PYSITELIB}/testpath/asserts.py 9${PYSITELIB}/testpath/asserts.py
7${PYSITELIB}/testpath/asserts.pyc 10${PYSITELIB}/testpath/asserts.pyc
8${PYSITELIB}/testpath/asserts.pyo 11${PYSITELIB}/testpath/asserts.pyo
9${PYSITELIB}/testpath/commands.py 12${PYSITELIB}/testpath/commands.py
10${PYSITELIB}/testpath/commands.pyc 13${PYSITELIB}/testpath/commands.pyc
11${PYSITELIB}/testpath/commands.pyo 14${PYSITELIB}/testpath/commands.pyo
12${PYSITELIB}/testpath/env.py 15${PYSITELIB}/testpath/env.py
13${PYSITELIB}/testpath/env.pyc 16${PYSITELIB}/testpath/env.pyc
14${PYSITELIB}/testpath/env.pyo 17${PYSITELIB}/testpath/env.pyo
15${PYSITELIB}/testpath/tempdir.py 18${PYSITELIB}/testpath/tempdir.py