pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-extras
Module Name: pkgsrc
Committed By: wiz
Date: Wed Feb 22 13:48:44 UTC 2017
Modified Files:
pkgsrc/devel/py-extras: Makefile PLIST distinfo
Log Message:
Updated py-extras to 1.0.0.
1.0.0
~~~~~
* Imports in the middle of import cycles are now supported.
(Robert Collins)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-extras/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-extras/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-extras/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-extras/Makefile
diff -u pkgsrc/devel/py-extras/Makefile:1.3 pkgsrc/devel/py-extras/Makefile:1.4
--- pkgsrc/devel/py-extras/Makefile:1.3 Wed Jun 8 17:43:29 2016
+++ pkgsrc/devel/py-extras/Makefile Wed Feb 22 13:48:44 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:29 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/02/22 13:48:44 wiz Exp $
-DISTNAME= extras-0.0.3
+DISTNAME= extras-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=e/extras/}
@@ -12,5 +12,13 @@ LICENSE= mit
USE_LANGUAGES= # none
+# TEST_DEPENDS
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+# testtools depends on extras
+#BUILD_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
+
+do-test:
+ cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-extras/PLIST
diff -u pkgsrc/devel/py-extras/PLIST:1.1 pkgsrc/devel/py-extras/PLIST:1.2
--- pkgsrc/devel/py-extras/PLIST:1.1 Sat Dec 13 08:02:43 2014
+++ pkgsrc/devel/py-extras/PLIST Wed Feb 22 13:48:44 2017
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2014/12/13 08:02:43 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/02/22 13:48:44 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/extras/__init__.py
${PYSITELIB}/extras/__init__.pyc
Index: pkgsrc/devel/py-extras/distinfo
diff -u pkgsrc/devel/py-extras/distinfo:1.2 pkgsrc/devel/py-extras/distinfo:1.3
--- pkgsrc/devel/py-extras/distinfo:1.2 Tue Nov 3 03:29:07 2015
+++ pkgsrc/devel/py-extras/distinfo Wed Feb 22 13:48:44 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:29:07 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/02/22 13:48:44 wiz Exp $
-SHA1 (extras-0.0.3.tar.gz) = a2cdeabbd00f61523f10a51b7b980437ec9d1166
-RMD160 (extras-0.0.3.tar.gz) = 7d025cadab1f2750d9149491999e304a6b2fbd90
-SHA512 (extras-0.0.3.tar.gz) = 7b08d094717a27fbb522d49c0c538e98baccef6540216479d176b55b94f3f0b97c4b70ed48f3802a1bf08a58fe9a319a113d4ca04d9dadcb85e3a99bf7490a3c
-Size (extras-0.0.3.tar.gz) = 6231 bytes
+SHA1 (extras-1.0.0.tar.gz) = e915cf76096090457c22814c457f9cf6e9ed1613
+RMD160 (extras-1.0.0.tar.gz) = 78239bb03d81b176e7ec84c6c9f6993f41faa3e8
+SHA512 (extras-1.0.0.tar.gz) = 510c796628f28db90bb96c7c9ba5fc9b2b950d2968e219efe67f3899bbe7ef68fe5de1494f8fd640f13a1ccd329e7dac9cd38aa965ab1e07c4cd287c04da50fb
+Size (extras-1.0.0.tar.gz) = 6759 bytes
Home |
Main Index |
Thread Index |
Old Index