pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-extras Updated py-extras to 1.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf803403070f
branches:  trunk
changeset: 358914:cf803403070f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 22 13:48:44 2017 +0000

description:
Updated py-extras to 1.0.0.

1.0.0
~~~~~

* Imports in the middle of import cycles are now supported.
  (Robert Collins)

diffstat:

 devel/py-extras/Makefile |  12 ++++++++++--
 devel/py-extras/PLIST    |   3 ++-
 devel/py-extras/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r 488759643801 -r cf803403070f devel/py-extras/Makefile
--- a/devel/py-extras/Makefile  Wed Feb 22 13:26:09 2017 +0000
+++ b/devel/py-extras/Makefile  Wed Feb 22 13:48:44 2017 +0000
@@ -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 @@
 
 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"
diff -r 488759643801 -r cf803403070f devel/py-extras/PLIST
--- a/devel/py-extras/PLIST     Wed Feb 22 13:26:09 2017 +0000
+++ b/devel/py-extras/PLIST     Wed Feb 22 13:48:44 2017 +0000
@@ -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
diff -r 488759643801 -r cf803403070f devel/py-extras/distinfo
--- a/devel/py-extras/distinfo  Wed Feb 22 13:26:09 2017 +0000
+++ b/devel/py-extras/distinfo  Wed Feb 22 13:48:44 2017 +0000
@@ -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