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 Jan 22 10:48:15 UTC 2019
Modified Files:
pkgsrc/devel/py-entrypoints: Makefile distinfo
Log Message:
py-entrypoints: updated to 0.3
0.3:
Unknown changes
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-entrypoints/Makefile \
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.2 pkgsrc/devel/py-entrypoints/Makefile:1.3
--- pkgsrc/devel/py-entrypoints/Makefile:1.2 Tue Oct 17 18:06:44 2017
+++ pkgsrc/devel/py-entrypoints/Makefile Tue Jan 22 10:48:14 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/10/17 18:06:44 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/01/22 10:48:14 adam Exp $
-DISTNAME= entrypoints-0.2.3
+DISTNAME= entrypoints-0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/entrypoints/}
@@ -10,12 +10,17 @@ HOMEPAGE= https://github.com/takluyver/e
COMMENT= Discover and load entry points from installed packages
LICENSE= mit
-.include "../../lang/python/distutils.mk"
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-.if ${PYPKGPREFIX} == py27
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-configparser>=3.5:../../devel/py-configparser
.endif
USE_LANGUAGES= # none
+do-test:
+ cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-entrypoints/distinfo
diff -u pkgsrc/devel/py-entrypoints/distinfo:1.2 pkgsrc/devel/py-entrypoints/distinfo:1.3
--- pkgsrc/devel/py-entrypoints/distinfo:1.2 Tue Oct 17 18:06:44 2017
+++ pkgsrc/devel/py-entrypoints/distinfo Tue Jan 22 10:48:14 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/10/17 18:06:44 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/01/22 10:48:14 adam Exp $
-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
+SHA1 (entrypoints-0.3.tar.gz) = 5e191cf9815cd66bace7f8bae9ee52c910923f4a
+RMD160 (entrypoints-0.3.tar.gz) = 368a6f43ee97280b824a597947ea3a276f4125f5
+SHA512 (entrypoints-0.3.tar.gz) = aa1274362d3a4b00266103319ca51aa266605b4999c89a9d0673eb61bfae9e646cb0ec6b86c95544493f6fe048385a2c7641d64adca8f45815546fb1e663c858
+Size (entrypoints-0.3.tar.gz) = 12315 bytes
Home |
Main Index |
Thread Index |
Old Index