Sat Jan 1 16:19:26 2022 UTC ()
py-entrypoints: Use egg.mk to fix packaging

Bump PKGREVISION.


(ryoon)
diff -r1.4 -r1.5 pkgsrc/devel/py-entrypoints/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/py-entrypoints/PLIST

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-entrypoints/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-entrypoints/Makefile 2020/05/16 17:13:40 1.4
+++ pkgsrc/devel/py-entrypoints/Makefile 2022/01/01 16:19:25 1.5
@@ -1,27 +1,28 @@ @@ -1,27 +1,28 @@
1# $NetBSD: Makefile,v 1.4 2020/05/16 17:13:40 adam Exp $ 1# $NetBSD: Makefile,v 1.5 2022/01/01 16:19:25 ryoon Exp $
2 2
3DISTNAME= entrypoints-0.3 3DISTNAME= entrypoints-0.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
 5PKGREVISION= 1
5CATEGORIES= devel python 6CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=e/entrypoints/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=e/entrypoints/}
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/takluyver/entrypoints 10HOMEPAGE= https://github.com/takluyver/entrypoints
10COMMENT= Discover and load entry points from installed packages 11COMMENT= Discover and load entry points from installed packages
11LICENSE= mit 12LICENSE= mit
12 13
13PYTHON_VERSIONED_DEPENDENCIES= test:test 14PYTHON_VERSIONED_DEPENDENCIES= test:test
14 15
15.include "../../lang/python/pyversion.mk" 16.include "../../lang/python/pyversion.mk"
16.if ${_PYTHON_VERSION} == 27 17.if ${_PYTHON_VERSION} == 27
17DEPENDS+= ${PYPKGPREFIX}-configparser>=3.5:../../devel/py-configparser 18DEPENDS+= ${PYPKGPREFIX}-configparser>=3.5:../../devel/py-configparser
18.endif 19.endif
19 20
20USE_LANGUAGES= # none 21USE_LANGUAGES= # none
21 22
22do-test: 23do-test:
23 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests 24 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
24 25
25.include "../../lang/python/distutils.mk" 26.include "../../lang/python/egg.mk"
26.include "../../lang/python/versioned_dependencies.mk" 27.include "../../lang/python/versioned_dependencies.mk"
27.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/py-entrypoints/PLIST 2017/10/17 18:06:44 1.2
+++ pkgsrc/devel/py-entrypoints/PLIST 2022/01/01 16:19:25 1.3
@@ -1,5 +1,9 @@ @@ -1,5 +1,9 @@
1@comment $NetBSD: PLIST,v 1.2 2017/10/17 18:06:44 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2022/01/01 16:19:25 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}/requires.txt
 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
3${PYSITELIB}/entrypoints.py 7${PYSITELIB}/entrypoints.py
4${PYSITELIB}/entrypoints.pyc 8${PYSITELIB}/entrypoints.pyc
5${PYSITELIB}/entrypoints.pyo 9${PYSITELIB}/entrypoints.pyo