Skip to content

Commit

Permalink
Update py-setuptools to 18.7:
Browse files Browse the repository at this point in the history
----
18.7
----

* Update dependency on certify.
* Pull Request #160: Improve detection of gui script in
  ``easy_install._adjust_header``.
* Made ``test.test_args`` a non-data property; alternate fix
  for the issue reported in Pull Request #155.
* Issue #453: In ``ez_setup`` bootstrap module, unload all
  ``pkg_resources`` modules following download.
* Pull Request #158: Honor `PEP-488
  <https://www.python.org/dev/peps/pep-0488/>`_ when excluding
  files for namespace packages.
* Issue #419 and Pull Request #144: Add experimental support for
  reading the version info from distutils-installed metadata rather
  than using the version in the filename.

------
18.6.1
------

* Issue #464: Correct regression in invocation of superclass on old-style
  class on Python 2.

----
18.6
----

* Issue #439: When installing entry_point scripts under development,
  omit the version number of the package, allowing any version of the
  package to be used.
  • Loading branch information
wiz committed Dec 4, 2015
1 parent 9640a37 commit ba44760
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions devel/py-setuptools/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.82 2015/11/12 16:34:42 wiz Exp $
# $NetBSD: Makefile,v 1.83 2015/12/04 21:52:58 wiz Exp $

EGG_VERSION= 18.5
EGG_VERSION= 18.7
DISTNAME= setuptools-${EGG_VERSION}
PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION}
CATEGORIES= devel python
Expand All @@ -12,6 +12,7 @@ COMMENT= New Python packaging system
LICENSE= python-software-foundation OR zpl-2.0

DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
#BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner

PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
PLIST_SUBST+= EGG_INFODIR=${EGG_NAME}-py${PYVERSSUFFIX}.egg-info
Expand Down
10 changes: 5 additions & 5 deletions devel/py-setuptools/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.63 2015/11/12 16:34:42 wiz Exp $
$NetBSD: distinfo,v 1.64 2015/12/04 21:52:58 wiz Exp $

SHA1 (setuptools-18.5.tar.gz) = 301a850c7126b11773a5ffa69e1ddf34dfb26600
RMD160 (setuptools-18.5.tar.gz) = 1fa8b75713accdc988ce839a63b657f8528bb20f
SHA512 (setuptools-18.5.tar.gz) = d902b7e35c99d21e243168072bc96c07f88a7463e50035ba72d7e10818777e83ce534e4dab2ae0425620791f95f3d8cb2f9d9142be1ea24f05100d85d0d44835
Size (setuptools-18.5.tar.gz) = 626892 bytes
SHA1 (setuptools-18.7.tar.gz) = 6bf1812de0ac398e87084bfc65fa2c5d972e21d0
RMD160 (setuptools-18.7.tar.gz) = a7355efb4083f901eddf3f2e575d592d86f3dfe0
SHA512 (setuptools-18.7.tar.gz) = 7e00cd0148aee0435e571347db1d2dae9fa194fe3bdd5d1fc561bb353ce4272869355a5e8f9a1ed99136df43f9d7848d57d2cd46c920040673bfdc05e189d050
Size (setuptools-18.7.tar.gz) = 628702 bytes
SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840

0 comments on commit ba44760

Please sign in to comment.