summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2017-01-11 23:55:32 +0000
committerrodent <rodent@pkgsrc.org>2017-01-11 23:55:32 +0000
commitba71fa08a608d9c7cf10864145b61b0c3f7555ed (patch)
treed52c2bdbaec2839063bd7fb5360c75ae629d77cd /devel
parentb78e80c5b6d08c30a93192568b08c71aeea8bad8 (diff)
downloadpkgsrc-ba71fa08a608d9c7cf10864145b61b0c3f7555ed.tar.gz
Update to 0.2.12. Changes:
- Fixed a corner case where depending on the order of events when installing multiple packages (i.e. when installing packages with dependencies, some of which might also use d2to1) we would end up calling the incorrect Distribution class (the patched version from setuptools, where d2to1 needs to get to the unpatched version from distutils for some cases). - Upgraded bundled copy of the ``six`` module to the current version (1.9.0). This fixes incompatibility between d2to1 and other packages that import different versions of ``six`` during their setup (the older version of ``six`` had a habit of fighting with other ``six`` instances over ``sys.modules``, which is fixed in newer versions). - Upgraded to latest ``ez_setup.py`` so that the most up to date version of setuptools will be correctly bootstrapped in the rare cases that it is needed. - Included some miscellaneous hacks to keep d2to1 working, nominally, with Python 2.5 despite the broad move away from Python 2.5 support in the Python community. The d2to1 v0.2.x releases will be the last to continue Python 2.5 support, given that testing it has become more difficult (and the overhead is probably no longer worth it).
Diffstat (limited to 'devel')
-rw-r--r--devel/py-d2to1/Makefile4
-rw-r--r--devel/py-d2to1/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-d2to1/Makefile b/devel/py-d2to1/Makefile
index b9f5e25b4fb..c517fbd6fee 100644
--- a/devel/py-d2to1/Makefile
+++ b/devel/py-d2to1/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:29 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/01/11 23:55:32 rodent Exp $
-DISTNAME= d2to1-0.2.11
+DISTNAME= d2to1-0.2.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/d2to1/}
diff --git a/devel/py-d2to1/distinfo b/devel/py-d2to1/distinfo
index 0568727b5c1..34ef424b183 100644
--- a/devel/py-d2to1/distinfo
+++ b/devel/py-d2to1/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:29:06 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/01/11 23:55:32 rodent Exp $
-SHA1 (d2to1-0.2.11.tar.gz) = fe074e77eefcf46c955745bc2aa5fc44402e90c2
-RMD160 (d2to1-0.2.11.tar.gz) = 497ec85e1a7a07d3d1d72f4242fb772b7e5c44b1
-SHA512 (d2to1-0.2.11.tar.gz) = 46a8b8b154b77bbef7bfeeeba1d6752899fad1b4cac8a6df699d42c848dcccc51e16db6429d171efd829fd051215f58fd9a5ec2edb62a06cf75f00ec5faac4da
-Size (d2to1-0.2.11.tar.gz) = 25237 bytes
+SHA1 (d2to1-0.2.12.tar.gz) = 72ab470f5837cb9de41f130ad7cf8b9b2c5187d0
+RMD160 (d2to1-0.2.12.tar.gz) = ff57010d2892940d699825080bedf4bee2ab4373
+SHA512 (d2to1-0.2.12.tar.gz) = a437d3652a63267470488de677e9d9e9844265480a8693f8b0163db8e1801f123888a14b78b0efb99c88598601cda5af7cfba993bd053c0683ed9ea22e8342a6
+Size (d2to1-0.2.12.tar.gz) = 35901 bytes