pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools Updated py-setuptools to 24.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55990e8b52ed
branches:  trunk
changeset: 349267:55990e8b52ed
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 03 11:23:09 2016 +0000

description:
Updated py-setuptools to 24.0.0.

v24.0.0
-------

* Pull Request #174: Add more aggressive support for
  Windows SDK in msvc9compiler patch.
* Renamed ``setuptools.msvc9_support`` to
  ``setuptools.msvc``.

v23.2.1
-------

Re-release of v23.2.0, which was missing the intended
commits.

* #623: Remove used of deprecated 'U' flag when reading
  manifests.

diffstat:

 devel/py-setuptools/Makefile |   4 ++--
 devel/py-setuptools/PLIST    |   8 ++++----
 devel/py-setuptools/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (50 lines):

diff -r 40aea31dba97 -r 55990e8b52ed devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Sun Jul 03 11:21:50 2016 +0000
+++ b/devel/py-setuptools/Makefile      Sun Jul 03 11:23:09 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2016/06/30 17:40:33 wiz Exp $
+# $NetBSD: Makefile,v 1.101 2016/07/03 11:23:09 wiz Exp $
 
-DISTNAME=              setuptools-23.1.0
+DISTNAME=              setuptools-24.0.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=            devel python
 MASTER_SITES=          ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r 40aea31dba97 -r 55990e8b52ed devel/py-setuptools/PLIST
--- a/devel/py-setuptools/PLIST Sun Jul 03 11:21:50 2016 +0000
+++ b/devel/py-setuptools/PLIST Sun Jul 03 11:23:09 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2016/03/03 13:01:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.30 2016/07/03 11:23:09 wiz Exp $
 bin/easy_install-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
@@ -142,9 +142,9 @@
 ${PYSITELIB}/setuptools/lib2to3_ex.py
 ${PYSITELIB}/setuptools/lib2to3_ex.pyc
 ${PYSITELIB}/setuptools/lib2to3_ex.pyo
-${PYSITELIB}/setuptools/msvc9_support.py
-${PYSITELIB}/setuptools/msvc9_support.pyc
-${PYSITELIB}/setuptools/msvc9_support.pyo
+${PYSITELIB}/setuptools/msvc.py
+${PYSITELIB}/setuptools/msvc.pyc
+${PYSITELIB}/setuptools/msvc.pyo
 ${PYSITELIB}/setuptools/package_index.py
 ${PYSITELIB}/setuptools/package_index.pyc
 ${PYSITELIB}/setuptools/package_index.pyo
diff -r 40aea31dba97 -r 55990e8b52ed devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Sun Jul 03 11:21:50 2016 +0000
+++ b/devel/py-setuptools/distinfo      Sun Jul 03 11:23:09 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.79 2016/06/30 17:40:33 wiz Exp $
+$NetBSD: distinfo,v 1.80 2016/07/03 11:23:09 wiz Exp $
 
-SHA1 (setuptools-23.1.0.tar.gz) = 0f3cbf3b92d321e0d25dc100eb3f0ebd09984b02
-RMD160 (setuptools-23.1.0.tar.gz) = 077799334dc2863fb807dae98bf5b67fa2c1458a
-SHA512 (setuptools-23.1.0.tar.gz) = c9516dd422e889eb76c56bc098c887b0922f08ad457a2c8068a99af935085f8e1d920779a3e3a82932114a3245defda2783e253f12e9afd0d70098700c6c9567
-Size (setuptools-23.1.0.tar.gz) = 601865 bytes
+SHA1 (setuptools-24.0.0.tar.gz) = d2ef31c977610eb49c4c410f75ef6deffadfbf5d
+RMD160 (setuptools-24.0.0.tar.gz) = 1c0bfac61788d354bba6c2a6a706db5677667e65
+SHA512 (setuptools-24.0.0.tar.gz) = 57447d7169b35a5cb10b843b06cee4ee58285ff7717721308da0887dd22eaa58cc0935d3a88d9aa700b58379394ac1617dec07667523223fa56e06d32c0eecfe
+Size (setuptools-24.0.0.tar.gz) = 608512 bytes
 SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840



Home | Main Index | Thread Index | Old Index