pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-entrypoints



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 17 18:06:44 UTC 2017

Modified Files:
        pkgsrc/devel/py-entrypoints: Makefile PLIST distinfo

Log Message:
py-entrypoints: update to 0.2.3

0.2.3:
Bug fixes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-entrypoints/Makefile \
    pkgsrc/devel/py-entrypoints/PLIST pkgsrc/devel/py-entrypoints/distinfo

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-entrypoints/Makefile
diff -u pkgsrc/devel/py-entrypoints/Makefile:1.1 pkgsrc/devel/py-entrypoints/Makefile:1.2
--- pkgsrc/devel/py-entrypoints/Makefile:1.1    Sun Apr 23 05:13:03 2017
+++ pkgsrc/devel/py-entrypoints/Makefile        Tue Oct 17 18:06:44 2017
@@ -1,29 +1,21 @@
-# $NetBSD: Makefile,v 1.1 2017/04/23 05:13:03 markd Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/17 18:06:44 adam Exp $
 
-DISTNAME=      entrypoints-0.2.2
+DISTNAME=      entrypoints-0.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=takluyver/}
-GITHUB_PROJECT=        entrypoints
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=e/entrypoints/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/takluyver/entrypoints
 COMMENT=       Discover and load entry points from installed packages
 LICENSE=       mit
 
-NO_BUILD=      yes
-PY_PATCHPLIST= yes
-
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 
 .if ${PYPKGPREFIX} == py27
-DEPENDS+=      ${PYPKGPREFIX}-configparser-[0-9]*:../../devel/py-configparser
+DEPENDS+=      ${PYPKGPREFIX}-configparser>=3.5:../../devel/py-configparser
 .endif
 
 USE_LANGUAGES= # none
 
-do-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${PYSITELIB}
-       ${INSTALL_DATA} ${WRKSRC}/entrypoints.py ${DESTDIR}${PREFIX}/${PYSITELIB}
-
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-entrypoints/PLIST
diff -u pkgsrc/devel/py-entrypoints/PLIST:1.1 pkgsrc/devel/py-entrypoints/PLIST:1.2
--- pkgsrc/devel/py-entrypoints/PLIST:1.1       Sun Apr 23 05:13:03 2017
+++ pkgsrc/devel/py-entrypoints/PLIST   Tue Oct 17 18:06:44 2017
@@ -1,2 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/23 05:13:03 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/10/17 18:06:44 adam Exp $
+${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/entrypoints.py
+${PYSITELIB}/entrypoints.pyc
+${PYSITELIB}/entrypoints.pyo
Index: pkgsrc/devel/py-entrypoints/distinfo
diff -u pkgsrc/devel/py-entrypoints/distinfo:1.1 pkgsrc/devel/py-entrypoints/distinfo:1.2
--- pkgsrc/devel/py-entrypoints/distinfo:1.1    Sun Apr 23 05:13:03 2017
+++ pkgsrc/devel/py-entrypoints/distinfo        Tue Oct 17 18:06:44 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/23 05:13:03 markd Exp $
+$NetBSD: distinfo,v 1.2 2017/10/17 18:06:44 adam Exp $
 
-SHA1 (entrypoints-0.2.2.tar.gz) = 75f43c6051e5d7b3bec7cf11fb7228d447efb06b
-RMD160 (entrypoints-0.2.2.tar.gz) = 0c63943c7bcbd9da7a80a990c5ac2a24162f200d
-SHA512 (entrypoints-0.2.2.tar.gz) = c987807924f92fd6bc0aab1cccaa4b204587d4f34932c353033ed062fff5adf69bfdc8767f095dda15fff9b57e2be2d205bfa44abc5ad7f7820114e0355a6e99
-Size (entrypoints-0.2.2.tar.gz) = 11162 bytes
+SHA1 (entrypoints-0.2.3.tar.gz) = 0322bb94136115c4b046923e0433885765832215
+RMD160 (entrypoints-0.2.3.tar.gz) = 78fd84cfb3f103e14b5501879777aa628ba02d79
+SHA512 (entrypoints-0.2.3.tar.gz) = f6ce289d7bd3992c638a4dcb10c97d598d54bf12dcc49f6aa4d21f41bb3be881c9e3b64f6b3f808bd00662e549b66baf1899a22a69fa15bb3abe23a9797535d4
+Size (entrypoints-0.2.3.tar.gz) = 11158 bytes



Home | Main Index | Thread Index | Old Index