Wed Apr 13 18:25:05 2016 UTC ()
Update py-setuptools_trial to 0.6.0.

0.6.0 (2016-XX-XX)
------------------

- Fix working with recent versions of setuptools.

- Python versions < 2.7 support was dropped.
  Currently Python 2.7 and Python 3.4, 3.5 versions are supported
  (should work in other Python 3 releases too, but it is not tested).

- Package "zip-safety" is determined by setuptools.

- New package home page is https://github.com/rutsky/setuptools-trial,
  please report issues there!

Internal changes:

- Getting version from Darcs VCS was removed.

- Remove trash files (prebuild eggs, PKG-INFO).

- Source code is not PEP8 and pyflakes conformant.

- Simple integration tests were added.


(wiz)
diff -r1.8 -r1.9 pkgsrc/devel/py-setuptools_trial/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/py-setuptools_trial/PLIST
diff -r1.4 -r1.5 pkgsrc/devel/py-setuptools_trial/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/py-setuptools_trial/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-setuptools_trial/Makefile 2015/12/05 21:25:39 1.8
+++ pkgsrc/devel/py-setuptools_trial/Makefile 2016/04/13 18:25:05 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:39 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2016/04/13 18:25:05 wiz Exp $
2 2
3DISTNAME= setuptools_trial-0.5.12 3DISTNAME= setuptools_trial-0.6.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://pypi.python.org/packages/source/s/setuptools_trial/ 6MASTER_SITES= http://pypi.python.org/packages/source/s/setuptools_trial/
7 7
8MAINTAINER= gdt@ir.bbn.com 8MAINTAINER= gdt@ir.bbn.com
9HOMEPAGE= http://pypi.python.org/pypi/setuptools_trial/ 9HOMEPAGE= http://pypi.python.org/pypi/setuptools_trial/
10COMMENT= Setuptools plugin for Twisted-based unit tests 10COMMENT= Setuptools plugin for Twisted-based unit tests
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted 15DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
16 16

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

--- pkgsrc/devel/py-setuptools_trial/PLIST 2010/07/25 13:45:05 1.2
+++ pkgsrc/devel/py-setuptools_trial/PLIST 2016/04/13 18:25:05 1.3
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1@comment $NetBSD: PLIST,v 1.2 2010/07/25 13:45:05 gdt Exp $ 1@comment $NetBSD: PLIST,v 1.3 2016/04/13 18:25:05 wiz Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 5${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
6${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 
7${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
9${PYSITELIB}/setuptools_trial/__init__.py 8${PYSITELIB}/setuptools_trial/__init__.py
10${PYSITELIB}/setuptools_trial/__init__.pyc 9${PYSITELIB}/setuptools_trial/__init__.pyc
11${PYSITELIB}/setuptools_trial/__init__.pyo 10${PYSITELIB}/setuptools_trial/__init__.pyo
12${PYSITELIB}/setuptools_trial/_version.py 11${PYSITELIB}/setuptools_trial/_version.py
13${PYSITELIB}/setuptools_trial/_version.pyc 12${PYSITELIB}/setuptools_trial/_version.pyc
14${PYSITELIB}/setuptools_trial/_version.pyo 13${PYSITELIB}/setuptools_trial/_version.pyo
15${PYSITELIB}/setuptools_trial/setuptools_trial.py 14${PYSITELIB}/setuptools_trial/setuptools_trial.py
16${PYSITELIB}/setuptools_trial/setuptools_trial.pyc 15${PYSITELIB}/setuptools_trial/setuptools_trial.pyc
17${PYSITELIB}/setuptools_trial/setuptools_trial.pyo 16${PYSITELIB}/setuptools_trial/setuptools_trial.pyo
18share/doc/python-setuptools_trial/COPYING.SPL.txt 17share/doc/python-setuptools_trial/COPYING.SPL.txt
19share/doc/python-setuptools_trial/README.txt 18share/doc/python-setuptools_trial/README.rst

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-setuptools_trial/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-setuptools_trial/distinfo 2015/11/03 03:29:16 1.4
+++ pkgsrc/devel/py-setuptools_trial/distinfo 2016/04/13 18:25:05 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2015/11/03 03:29:16 agc Exp $ 1$NetBSD: distinfo,v 1.5 2016/04/13 18:25:05 wiz Exp $
2 2
3SHA1 (setuptools_trial-0.5.12.tar.gz) = 465ccff8f4bd0de54fb68e70c18f8d1a676a443b 3SHA1 (setuptools_trial-0.6.0.tar.gz) = 5ea83c7b55a07c3ab9c7e48779b10b603668c007
4RMD160 (setuptools_trial-0.5.12.tar.gz) = 74165d81a8301de6ed4431551953ba34bae13488 4RMD160 (setuptools_trial-0.6.0.tar.gz) = 6653a4f01be35d7739ee49007afb76e7dbd891c6
5SHA512 (setuptools_trial-0.5.12.tar.gz) = f1217ad4c1cb80515f118e2879cce110a7bae91a5b4f69c71b5c0093d193fa8567e92b8a7acc3609bd03b7cf255feb3d111f902f5cc19c3d969d9b883f84b829 5SHA512 (setuptools_trial-0.6.0.tar.gz) = 9104b98627f57ed53c90d22042346875c5324d7b30e1ec9ba1718b5c59a786915a8fe0a53789a5dbd9318a12b27122661234f5be403365261db6a8728ce39827
6Size (setuptools_trial-0.5.12.tar.gz) = 5200 bytes 6Size (setuptools_trial-0.6.0.tar.gz) = 6227 bytes