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:   wiz
Date:           Sun Jul 24 19:30:34 UTC 2016

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

Log Message:
Updated py-setuptools to 25.0.0.

v25.0.0
-------

* #674: Default ``sys.path`` manipulation by easy-install.pth
  is now "raw", meaning that when writing easy-install.pth
  during any install operation, the ``sys.path`` will not be
  rewritten, giving preference to easy_installed packages.

  To retain the old behavior when using any easy_install
  operation (including ``setup.py install`` when setuptools is
  present), set the environment variable:

    SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite

  This project hopes that that few if any environments find it
  necessary to retain the old behavior, and intends to drop
  support for it altogether in a future release. Please report
  any relevant concerns in the ticket for this change.

v24.3.1
-------

* #398: Fix shebang handling on Windows in script
  headers where spaces in ``sys.executable`` would
  produce an improperly-formatted shebang header,
  introduced in 12.0 with the fix for #188.

* #663, #670: More style updates.

v24.3.0
-------

* #516: Disable ``os.link`` to avoid hard linking
  in ``sdist.make_distribution``, avoiding errors on
  systems that support hard links but not on the
  file system in which the build is occurring.

v24.2.1
-------

* #667: Update Metadata-Version to 1.2 when
  ``python_requires`` is supplied.

v24.2.0
-------

* #631: Add support for ``python_requires`` keyword.

v24.1.1
-------

* More style updates. See #660, #661, #641.

v24.1.0
-------

* #659: ``setup.py`` now will fail fast and with a helpful
  error message when the necessary metadata is missing.
* More style updates. See #656, #635, #640,
  #644, #650, #652, and #655.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.81 -r1.82 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.102 pkgsrc/devel/py-setuptools/Makefile:1.103
--- pkgsrc/devel/py-setuptools/Makefile:1.102   Thu Jul 21 12:54:49 2016
+++ pkgsrc/devel/py-setuptools/Makefile Sun Jul 24 19:30:34 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.102 2016/07/21 12:54:49 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2016/07/24 19:30:34 wiz Exp $
 
-DISTNAME=              setuptools-24.0.3
+DISTNAME=              setuptools-25.0.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=            devel python
 MASTER_SITES=          ${MASTER_SITE_PYPI:=s/setuptools/}

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.81 pkgsrc/devel/py-setuptools/distinfo:1.82
--- pkgsrc/devel/py-setuptools/distinfo:1.81    Thu Jul 21 12:54:49 2016
+++ pkgsrc/devel/py-setuptools/distinfo Sun Jul 24 19:30:34 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.81 2016/07/21 12:54:49 wiz Exp $
+$NetBSD: distinfo,v 1.82 2016/07/24 19:30:34 wiz Exp $
 
-SHA1 (setuptools-24.0.3.tar.gz) = a7fae97a32e4f4bc7900b3fe2464b7f4836fa913
-RMD160 (setuptools-24.0.3.tar.gz) = f184e2e9fa5dea1ff880074e0cb167e532c3924d
-SHA512 (setuptools-24.0.3.tar.gz) = b591b68fd9dbc6c76d54a4a05b08de6a82bdb6ca8ce1fafd717e5f7e6152207ecadd7f8478f237f8392797fc1f74bae36db5becb69801a972d0bc1aeb56dcf7d
-Size (setuptools-24.0.3.tar.gz) = 608585 bytes
+SHA1 (setuptools-25.0.0.tar.gz) = d553bbc5b28800d602a81abc95a8318762cec261
+RMD160 (setuptools-25.0.0.tar.gz) = 9242f0f2803427bff4e614857e466b76d9b5ee95
+SHA512 (setuptools-25.0.0.tar.gz) = 8ac7282382782915498f0b91512e99c981b76e52876c8633f1988b5711ce5cab5f834f63b52b88b31dfa0a645a381ced18f1cb2a15320a1c7a2034c622bb742b
+Size (setuptools-25.0.0.tar.gz) = 610873 bytes
 SHA1 (patch-setup.py) = 21fda11ff2f33c57ec49e18375cf7d7b8f8388bf



Home | Main Index | Thread Index | Old Index