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 Jan 18 17:29:01 UTC 2015

Modified Files:
        pkgsrc/devel/py-setuptools: Makefile distinfo
Added Files:
        pkgsrc/devel/py-setuptools/patches:
            patch-setuptools_tests_test__easy__install.py

Log Message:
Update to 12.0.1:

------
12.0.1
------

* Restore ``setuptools.command.easy_install.sys_executable`` for pbr
  compatibility. For the future, tools should construct a CommandSpec
  explicitly.

----
12.0
----

* Issue #188: Setuptools now support multiple entities in the value for
  ``build.executable``, such that an executable of "/usr/bin/env my-python" may
  be specified. This means that systems with a specified executable whose name
  has spaces in the path must be updated to escape or quote that value.
* Deprecated ``easy_install.ScriptWriter.get_writer``, replaced by ``.best()``
  with slightly different semantics (no force_windows flag).


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-setuptools/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/py-setuptools/patches/patch-setuptools_tests_test__easy__install.py

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




Home | Main Index | Thread Index | Old Index