pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-setuptools



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 18 13:44:36 UTC 2017

Modified Files:
        pkgsrc/devel/py-setuptools: Makefile PLIST distinfo

Log Message:
v36.2.0

* 1081: Environment markers indicated in ``install_requires``
  are now processed and treated as nameless ``extras_require``
  with markers, allowing their metadata in requires.txt to be
  correctly generated.

* 1053: Tagged commits are now released using Travis-CI
  build stages, meaning releases depend on passing tests on
  all supported Python versions (Linux) and not just the latest
  Python version.


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.109 -r1.110 pkgsrc/devel/py-setuptools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-setuptools/Makefile
diff -u pkgsrc/devel/py-setuptools/Makefile:1.131 pkgsrc/devel/py-setuptools/Makefile:1.132
--- pkgsrc/devel/py-setuptools/Makefile:1.131   Thu Jun  1 13:30:03 2017
+++ pkgsrc/devel/py-setuptools/Makefile Tue Jul 18 13:44:36 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.131 2017/06/01 13:30:03 wiz Exp $
+# $NetBSD: Makefile,v 1.132 2017/07/18 13:44:36 adam Exp $
 
-DISTNAME=      setuptools-36.0.1
+DISTNAME=      setuptools-36.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}

Index: pkgsrc/devel/py-setuptools/PLIST
diff -u pkgsrc/devel/py-setuptools/PLIST:1.39 pkgsrc/devel/py-setuptools/PLIST:1.40
--- pkgsrc/devel/py-setuptools/PLIST:1.39       Thu Jun  1 13:30:03 2017
+++ pkgsrc/devel/py-setuptools/PLIST    Tue Jul 18 13:44:36 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.39 2017/06/01 13:30:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.40 2017/07/18 13:44:36 adam Exp $
 bin/easy_install-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
@@ -55,6 +55,9 @@ ${PYSITELIB}/pkg_resources/_vendor/six.p
 ${PYSITELIB}/pkg_resources/extern/__init__.py
 ${PYSITELIB}/pkg_resources/extern/__init__.pyc
 ${PYSITELIB}/pkg_resources/extern/__init__.pyo
+${PYSITELIB}/pkg_resources/py31compat.py
+${PYSITELIB}/pkg_resources/py31compat.pyc
+${PYSITELIB}/pkg_resources/py31compat.pyo
 ${PYSITELIB}/setuptools/__init__.py
 ${PYSITELIB}/setuptools/__init__.pyc
 ${PYSITELIB}/setuptools/__init__.pyo

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.109 pkgsrc/devel/py-setuptools/distinfo:1.110
--- pkgsrc/devel/py-setuptools/distinfo:1.109   Thu Jun  1 13:30:03 2017
+++ pkgsrc/devel/py-setuptools/distinfo Tue Jul 18 13:44:36 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.109 2017/06/01 13:30:03 wiz Exp $
+$NetBSD: distinfo,v 1.110 2017/07/18 13:44:36 adam Exp $
 
-SHA1 (setuptools-36.0.1.zip) = 1974a217062256dd3db5600dcfa2e35937daf1e6
-RMD160 (setuptools-36.0.1.zip) = b439228ce682fd99b1300905d9d85222a942270e
-SHA512 (setuptools-36.0.1.zip) = cbcd2591d0d8a7591c5d9a1d4173814afa0b984af29f2e34d26a37c357474b043f371978ac224cea12f50834d91babd9f14b137488c4edcd62594e91aff903d8
-Size (setuptools-36.0.1.zip) = 711296 bytes
+SHA1 (setuptools-36.2.0.zip) = 06bab43834d3cf5f565513767b6d0784055eea78
+RMD160 (setuptools-36.2.0.zip) = a8d35bdbf2d588285e6aecff7d7cfcbd5526df1b
+SHA512 (setuptools-36.2.0.zip) = ef199e2140eb32ec3dc224462c408a923b3f7756d39e49b12be5446f109b970513ac17ba9727de5a4e217e04f1a7d62b59065f25f777b28a137adba2cc334136
+Size (setuptools-36.2.0.zip) = 712836 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2



Home | Main Index | Thread Index | Old Index