Tue Oct 17 18:06:44 2017 UTC ()
py-entrypoints: update to 0.2.3

0.2.3:
Bug fixes


(adam)
diff -r1.1 -r1.2 pkgsrc/devel/py-entrypoints/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/py-entrypoints/PLIST
diff -r1.1 -r1.2 pkgsrc/devel/py-entrypoints/distinfo

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

--- pkgsrc/devel/py-entrypoints/Makefile 2017/04/23 05:13:03 1.1
+++ pkgsrc/devel/py-entrypoints/Makefile 2017/10/17 18:06:44 1.2
@@ -1,29 +1,21 @@ @@ -1,29 +1,21 @@
1# $NetBSD: Makefile,v 1.1 2017/04/23 05:13:03 markd Exp $ 1# $NetBSD: Makefile,v 1.2 2017/10/17 18:06:44 adam Exp $
2 2
3DISTNAME= entrypoints-0.2.2 3DISTNAME= entrypoints-0.2.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_GITHUB:=takluyver/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=e/entrypoints/}
7GITHUB_PROJECT= entrypoints 
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/takluyver/entrypoints 9HOMEPAGE= https://github.com/takluyver/entrypoints
11COMMENT= Discover and load entry points from installed packages 10COMMENT= Discover and load entry points from installed packages
12LICENSE= mit 11LICENSE= mit
13 12
14NO_BUILD= yes 13.include "../../lang/python/distutils.mk"
15PY_PATCHPLIST= yes 
16 
17.include "../../lang/python/extension.mk" 
18 14
19.if ${PYPKGPREFIX} == py27 15.if ${PYPKGPREFIX} == py27
20DEPENDS+= ${PYPKGPREFIX}-configparser-[0-9]*:../../devel/py-configparser 16DEPENDS+= ${PYPKGPREFIX}-configparser>=3.5:../../devel/py-configparser
21.endif 17.endif
22 18
23USE_LANGUAGES= # none 19USE_LANGUAGES= # none
24 20
25do-install: 
26 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${PYSITELIB} 
27 ${INSTALL_DATA} ${WRKSRC}/entrypoints.py ${DESTDIR}${PREFIX}/${PYSITELIB} 
28 
29.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/py-entrypoints/PLIST 2017/04/23 05:13:03 1.1
+++ pkgsrc/devel/py-entrypoints/PLIST 2017/10/17 18:06:44 1.2
@@ -1,2 +1,5 @@ @@ -1,2 +1,5 @@
1@comment $NetBSD: PLIST,v 1.1 2017/04/23 05:13:03 markd Exp $ 1@comment $NetBSD: PLIST,v 1.2 2017/10/17 18:06:44 adam Exp $
 2${PYSITELIB}/${EGG_FILE}
2${PYSITELIB}/entrypoints.py 3${PYSITELIB}/entrypoints.py
 4${PYSITELIB}/entrypoints.pyc
 5${PYSITELIB}/entrypoints.pyo

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

--- pkgsrc/devel/py-entrypoints/distinfo 2017/04/23 05:13:03 1.1
+++ pkgsrc/devel/py-entrypoints/distinfo 2017/10/17 18:06:44 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/04/23 05:13:03 markd Exp $ 1$NetBSD: distinfo,v 1.2 2017/10/17 18:06:44 adam Exp $
2 2
3SHA1 (entrypoints-0.2.2.tar.gz) = 75f43c6051e5d7b3bec7cf11fb7228d447efb06b 3SHA1 (entrypoints-0.2.3.tar.gz) = 0322bb94136115c4b046923e0433885765832215
4RMD160 (entrypoints-0.2.2.tar.gz) = 0c63943c7bcbd9da7a80a990c5ac2a24162f200d 4RMD160 (entrypoints-0.2.3.tar.gz) = 78fd84cfb3f103e14b5501879777aa628ba02d79
5SHA512 (entrypoints-0.2.2.tar.gz) = c987807924f92fd6bc0aab1cccaa4b204587d4f34932c353033ed062fff5adf69bfdc8767f095dda15fff9b57e2be2d205bfa44abc5ad7f7820114e0355a6e99 5SHA512 (entrypoints-0.2.3.tar.gz) = f6ce289d7bd3992c638a4dcb10c97d598d54bf12dcc49f6aa4d21f41bb3be881c9e3b64f6b3f808bd00662e549b66baf1899a22a69fa15bb3abe23a9797535d4
6Size (entrypoints-0.2.2.tar.gz) = 11162 bytes 6Size (entrypoints-0.2.3.tar.gz) = 11158 bytes