diff options
author | wiz <wiz> | 2016-04-13 18:25:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-04-13 18:25:05 +0000 |
commit | e3c910d1c17111338c2ce781f86c03cf165824c7 (patch) | |
tree | 76b4256bcee9e56cffb210341b573f2288d2a732 | |
parent | 176317e91db517e42b3fe7ff9225f0aec191f2ae (diff) | |
download | pkgsrc-e3c910d1c17111338c2ce781f86c03cf165824c7.tar.gz |
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.
-rw-r--r-- | devel/py-setuptools_trial/Makefile | 4 | ||||
-rw-r--r-- | devel/py-setuptools_trial/PLIST | 5 | ||||
-rw-r--r-- | devel/py-setuptools_trial/distinfo | 10 |
3 files changed, 9 insertions, 10 deletions
diff --git a/devel/py-setuptools_trial/Makefile b/devel/py-setuptools_trial/Makefile index 9dc66bd19b5..6e3ab1f465a 100644 --- a/devel/py-setuptools_trial/Makefile +++ b/devel/py-setuptools_trial/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:39 adam Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/13 18:25:05 wiz Exp $ -DISTNAME= setuptools_trial-0.5.12 +DISTNAME= setuptools_trial-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= http://pypi.python.org/packages/source/s/setuptools_trial/ diff --git a/devel/py-setuptools_trial/PLIST b/devel/py-setuptools_trial/PLIST index 9ddec166f5d..5e03ad91aa1 100644 --- a/devel/py-setuptools_trial/PLIST +++ b/devel/py-setuptools_trial/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2010/07/25 13:45:05 gdt Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/04/13 18:25:05 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/setuptools_trial/__init__.py @@ -16,4 +15,4 @@ ${PYSITELIB}/setuptools_trial/setuptools_trial.py ${PYSITELIB}/setuptools_trial/setuptools_trial.pyc ${PYSITELIB}/setuptools_trial/setuptools_trial.pyo share/doc/python-setuptools_trial/COPYING.SPL.txt -share/doc/python-setuptools_trial/README.txt +share/doc/python-setuptools_trial/README.rst diff --git a/devel/py-setuptools_trial/distinfo b/devel/py-setuptools_trial/distinfo index bba33fbb06a..628c07b0601 100644 --- a/devel/py-setuptools_trial/distinfo +++ b/devel/py-setuptools_trial/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:29:16 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/13 18:25:05 wiz Exp $ -SHA1 (setuptools_trial-0.5.12.tar.gz) = 465ccff8f4bd0de54fb68e70c18f8d1a676a443b -RMD160 (setuptools_trial-0.5.12.tar.gz) = 74165d81a8301de6ed4431551953ba34bae13488 -SHA512 (setuptools_trial-0.5.12.tar.gz) = f1217ad4c1cb80515f118e2879cce110a7bae91a5b4f69c71b5c0093d193fa8567e92b8a7acc3609bd03b7cf255feb3d111f902f5cc19c3d969d9b883f84b829 -Size (setuptools_trial-0.5.12.tar.gz) = 5200 bytes +SHA1 (setuptools_trial-0.6.0.tar.gz) = 5ea83c7b55a07c3ab9c7e48779b10b603668c007 +RMD160 (setuptools_trial-0.6.0.tar.gz) = 6653a4f01be35d7739ee49007afb76e7dbd891c6 +SHA512 (setuptools_trial-0.6.0.tar.gz) = 9104b98627f57ed53c90d22042346875c5324d7b30e1ec9ba1718b5c59a786915a8fe0a53789a5dbd9318a12b27122661234f5be403365261db6a8728ce39827 +Size (setuptools_trial-0.6.0.tar.gz) = 6227 bytes |