pkgsrc/devel/py-setuptools/PLIST

246 lines
11 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.24 2015/01/08 16:36:58 wiz Exp $
bin/easy_install-${PYVERSSUFFIX}
Update to 11.0: ---- 11.0 ---- * Interop #3: Upgrade to Packaging 15.0; updates to PEP 440 so that >1.7 does not exclude 1.7.1 but does exclude 1.7.0 and 1.7.0.post1. ------ 10.2.1 ------ * Issue #323: Fix regression in entry point name parsing. ---- 10.2 ---- * Deprecated use of EntryPoint.load(require=False). * Substantial refactoring of all unit tests. Tests are now much leaner and re-use a lot of fixtures and contexts for better clarity of purpose. ---- 10.1 ---- * Issue #320: Added a compatibility implementation of ``sdist._default_revctrl`` so that systems relying on that interface do not fail (namely, Ubuntu 12.04 and similar Debian releases). ------ 10.0.1 ------ * Issue #319: Fixed issue installing pure distutils packages. ---- 10.0 ---- * Issue #313: Removed built-in support for subversion. Projects wishing to retain support for subversion will need to use a third party library. The extant implementation is being ported to `setuptools_svn <https://pypi.python.org/pypi/setuptools_svn>`_. * Issue #315: Updated setuptools to hide its own loaded modules during installation of another package. This change will enable setuptools to upgrade (or downgrade) itself even when its own metadata and implementation change. --- 9.1 --- * Prefer vendored packaging library `as recommended <https://github.com/jaraco/setuptools/commit/170657b68f4b92e7e1bf82f5e19a831f5744af67#commitcomment-9109448>`_. ----- 9.0.1 ----- * Issue #312: Restored presence of pkg_resources API tests (doctest) to sdist. --- 9.0 --- * Issue #314: Disabled support for ``setup_requires`` metadata to avoid issue where Setuptools was unable to upgrade over earlier versions. --- 8.4 --- * Pull Request #106: Now write ``setup_requires`` metadata.
2015-01-05 00:42:47 +01:00
${PYSITELIB}/${EGG_FILE}/PKG-INFO
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
${PYSITELIB}/${EGG_FILE}/dependency_links.txt
${PYSITELIB}/${EGG_FILE}/entry_points.txt
${PYSITELIB}/${EGG_FILE}/requires.txt
${PYSITELIB}/${EGG_FILE}/top_level.txt
${PYSITELIB}/${EGG_FILE}/zip-safe
Update to 0.7.7. Simplify. Set LICENSE. Allow python-3.x. ----- 0.7.7 ----- * Distribute #375: Repair AttributeError created in last release (redo). * Issue #30: Added test for get_cache_path. ----- 0.7.6 ----- * Distribute #375: Repair AttributeError created in last release. ----- 0.7.5 ----- * Issue #21: Restore Python 2.4 compatibility in ``test_easy_install``. * Distribute #375: Merged additional warning from Distribute 0.6.46. * Now honor the environment variable ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``. ----- 0.7.4 ----- * Issue #20: Fix comparison of parsed SVN version on Python 3. ----- 0.7.3 ----- * Issue #1: Disable installation of Windows-specific files on non-Windows systems. * Use new sysconfig module with Python 2.7 or >=3.2. ----- 0.7.2 ----- * Issue #14: Use markerlib when the `parser` module is not available. * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. ----- 0.7.1 ----- * Fix NameError (Issue #3) again - broken in bad merge. --- 0.7 --- * Merged Setuptools and Distribute. See docs/merge.txt for details. Added several features that were slated for setuptools 0.6c12: * Index URL now defaults to HTTPS. * Added experimental environment marker support. Now clients may designate a PEP-426 environment marker for "extra" dependencies. Setuptools uses this feature in ``setup.py`` for optional SSL and certificate validation support on older platforms. Based on Distutils-SIG discussions, the syntax is somewhat tentative. There should probably be a PEP with a firmer spec before the feature should be considered suitable for use. * Added support for SSL certificate validation when installing packages from an HTTPS service. ----- 0.7b4 ----- * Issue #3: Fixed NameError in SSL support.
2013-07-04 08:43:12 +02:00
${PYSITELIB}/_markerlib/__init__.py
${PYSITELIB}/_markerlib/__init__.pyc
${PYSITELIB}/_markerlib/__init__.pyo
${PYSITELIB}/_markerlib/markers.py
${PYSITELIB}/_markerlib/markers.pyc
${PYSITELIB}/_markerlib/markers.pyo
${PYSITELIB}/easy_install.py
${PYSITELIB}/easy_install.pyc
${PYSITELIB}/easy_install.pyo
${PYSITELIB}/pkg_resources/__init__.py
${PYSITELIB}/pkg_resources/__init__.pyc
${PYSITELIB}/pkg_resources/__init__.pyo
${PYSITELIB}/pkg_resources/_vendor/__init__.py
${PYSITELIB}/pkg_resources/_vendor/__init__.pyc
${PYSITELIB}/pkg_resources/_vendor/__init__.pyo
${PYSITELIB}/pkg_resources/_vendor/packaging/__about__.py
${PYSITELIB}/pkg_resources/_vendor/packaging/__about__.pyc
${PYSITELIB}/pkg_resources/_vendor/packaging/__about__.pyo
${PYSITELIB}/pkg_resources/_vendor/packaging/__init__.py
${PYSITELIB}/pkg_resources/_vendor/packaging/__init__.pyc
${PYSITELIB}/pkg_resources/_vendor/packaging/__init__.pyo
${PYSITELIB}/pkg_resources/_vendor/packaging/_compat.py
${PYSITELIB}/pkg_resources/_vendor/packaging/_compat.pyc
${PYSITELIB}/pkg_resources/_vendor/packaging/_compat.pyo
${PYSITELIB}/pkg_resources/_vendor/packaging/_structures.py
${PYSITELIB}/pkg_resources/_vendor/packaging/_structures.pyc
${PYSITELIB}/pkg_resources/_vendor/packaging/_structures.pyo
${PYSITELIB}/pkg_resources/_vendor/packaging/specifiers.py
${PYSITELIB}/pkg_resources/_vendor/packaging/specifiers.pyc
${PYSITELIB}/pkg_resources/_vendor/packaging/specifiers.pyo
${PYSITELIB}/pkg_resources/_vendor/packaging/version.py
${PYSITELIB}/pkg_resources/_vendor/packaging/version.pyc
${PYSITELIB}/pkg_resources/_vendor/packaging/version.pyo
${PYSITELIB}/pkg_resources/tests/__init__.py
${PYSITELIB}/pkg_resources/tests/__init__.pyc
${PYSITELIB}/pkg_resources/tests/__init__.pyo
${PYSITELIB}/pkg_resources/tests/test_pkg_resources.py
${PYSITELIB}/pkg_resources/tests/test_pkg_resources.pyc
${PYSITELIB}/pkg_resources/tests/test_pkg_resources.pyo
${PYSITELIB}/pkg_resources/tests/test_resources.py
${PYSITELIB}/pkg_resources/tests/test_resources.pyc
${PYSITELIB}/pkg_resources/tests/test_resources.pyo
${PYSITELIB}/setuptools/__init__.py
${PYSITELIB}/setuptools/__init__.pyc
${PYSITELIB}/setuptools/__init__.pyo
${PYSITELIB}/setuptools/archive_util.py
${PYSITELIB}/setuptools/archive_util.pyc
${PYSITELIB}/setuptools/archive_util.pyo
${PYSITELIB}/setuptools/command/__init__.py
${PYSITELIB}/setuptools/command/__init__.pyc
${PYSITELIB}/setuptools/command/__init__.pyo
${PYSITELIB}/setuptools/command/alias.py
${PYSITELIB}/setuptools/command/alias.pyc
${PYSITELIB}/setuptools/command/alias.pyo
${PYSITELIB}/setuptools/command/bdist_egg.py
${PYSITELIB}/setuptools/command/bdist_egg.pyc
${PYSITELIB}/setuptools/command/bdist_egg.pyo
${PYSITELIB}/setuptools/command/bdist_rpm.py
${PYSITELIB}/setuptools/command/bdist_rpm.pyc
${PYSITELIB}/setuptools/command/bdist_rpm.pyo
${PYSITELIB}/setuptools/command/bdist_wininst.py
${PYSITELIB}/setuptools/command/bdist_wininst.pyc
${PYSITELIB}/setuptools/command/bdist_wininst.pyo
${PYSITELIB}/setuptools/command/build_ext.py
${PYSITELIB}/setuptools/command/build_ext.pyc
${PYSITELIB}/setuptools/command/build_ext.pyo
${PYSITELIB}/setuptools/command/build_py.py
${PYSITELIB}/setuptools/command/build_py.pyc
${PYSITELIB}/setuptools/command/build_py.pyo
${PYSITELIB}/setuptools/command/develop.py
${PYSITELIB}/setuptools/command/develop.pyc
${PYSITELIB}/setuptools/command/develop.pyo
${PYSITELIB}/setuptools/command/easy_install.py
${PYSITELIB}/setuptools/command/easy_install.pyc
${PYSITELIB}/setuptools/command/easy_install.pyo
${PYSITELIB}/setuptools/command/egg_info.py
${PYSITELIB}/setuptools/command/egg_info.pyc
${PYSITELIB}/setuptools/command/egg_info.pyo
${PYSITELIB}/setuptools/command/install.py
${PYSITELIB}/setuptools/command/install.pyc
${PYSITELIB}/setuptools/command/install.pyo
${PYSITELIB}/setuptools/command/install_egg_info.py
${PYSITELIB}/setuptools/command/install_egg_info.pyc
${PYSITELIB}/setuptools/command/install_egg_info.pyo
${PYSITELIB}/setuptools/command/install_lib.py
${PYSITELIB}/setuptools/command/install_lib.pyc
${PYSITELIB}/setuptools/command/install_lib.pyo
${PYSITELIB}/setuptools/command/install_scripts.py
${PYSITELIB}/setuptools/command/install_scripts.pyc
${PYSITELIB}/setuptools/command/install_scripts.pyo
${PYSITELIB}/setuptools/command/register.py
${PYSITELIB}/setuptools/command/register.pyc
${PYSITELIB}/setuptools/command/register.pyo
${PYSITELIB}/setuptools/command/rotate.py
${PYSITELIB}/setuptools/command/rotate.pyc
${PYSITELIB}/setuptools/command/rotate.pyo
${PYSITELIB}/setuptools/command/saveopts.py
${PYSITELIB}/setuptools/command/saveopts.pyc
${PYSITELIB}/setuptools/command/saveopts.pyo
${PYSITELIB}/setuptools/command/sdist.py
${PYSITELIB}/setuptools/command/sdist.pyc
${PYSITELIB}/setuptools/command/sdist.pyo
${PYSITELIB}/setuptools/command/setopt.py
${PYSITELIB}/setuptools/command/setopt.pyc
${PYSITELIB}/setuptools/command/setopt.pyo
${PYSITELIB}/setuptools/command/test.py
${PYSITELIB}/setuptools/command/test.pyc
${PYSITELIB}/setuptools/command/test.pyo
Update to 0.7.7. Simplify. Set LICENSE. Allow python-3.x. ----- 0.7.7 ----- * Distribute #375: Repair AttributeError created in last release (redo). * Issue #30: Added test for get_cache_path. ----- 0.7.6 ----- * Distribute #375: Repair AttributeError created in last release. ----- 0.7.5 ----- * Issue #21: Restore Python 2.4 compatibility in ``test_easy_install``. * Distribute #375: Merged additional warning from Distribute 0.6.46. * Now honor the environment variable ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``. ----- 0.7.4 ----- * Issue #20: Fix comparison of parsed SVN version on Python 3. ----- 0.7.3 ----- * Issue #1: Disable installation of Windows-specific files on non-Windows systems. * Use new sysconfig module with Python 2.7 or >=3.2. ----- 0.7.2 ----- * Issue #14: Use markerlib when the `parser` module is not available. * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. ----- 0.7.1 ----- * Fix NameError (Issue #3) again - broken in bad merge. --- 0.7 --- * Merged Setuptools and Distribute. See docs/merge.txt for details. Added several features that were slated for setuptools 0.6c12: * Index URL now defaults to HTTPS. * Added experimental environment marker support. Now clients may designate a PEP-426 environment marker for "extra" dependencies. Setuptools uses this feature in ``setup.py`` for optional SSL and certificate validation support on older platforms. Based on Distutils-SIG discussions, the syntax is somewhat tentative. There should probably be a PEP with a firmer spec before the feature should be considered suitable for use. * Added support for SSL certificate validation when installing packages from an HTTPS service. ----- 0.7b4 ----- * Issue #3: Fixed NameError in SSL support.
2013-07-04 08:43:12 +02:00
${PYSITELIB}/setuptools/command/upload_docs.py
${PYSITELIB}/setuptools/command/upload_docs.pyc
${PYSITELIB}/setuptools/command/upload_docs.pyo
${PYSITELIB}/setuptools/compat.py
${PYSITELIB}/setuptools/compat.pyc
${PYSITELIB}/setuptools/compat.pyo
${PYSITELIB}/setuptools/depends.py
${PYSITELIB}/setuptools/depends.pyc
${PYSITELIB}/setuptools/depends.pyo
${PYSITELIB}/setuptools/dist.py
${PYSITELIB}/setuptools/dist.pyc
${PYSITELIB}/setuptools/dist.pyo
${PYSITELIB}/setuptools/extension.py
${PYSITELIB}/setuptools/extension.pyc
${PYSITELIB}/setuptools/extension.pyo
Update to 2.0.2: ----- 2.0.2 ----- * Fix NameError during installation with Python implementations (e.g. Jython) not containing parser module. * Fix NameError in ``sdist:re_finder``. ----- 2.0.1 ----- * Issue #124: Fixed error in list detection in upload_docs. --- 2.0 --- * Issue #121: Exempt lib2to3 pickled grammars from DirectorySandbox. * Issue #41: Dropped support for Python 2.4 and Python 2.5. Clients requiring setuptools for those versions of Python should use setuptools 1.x. * Removed ``setuptools.command.easy_install.HAS_USER_SITE``. Clients expecting this boolean variable should use ``site.ENABLE_USER_SITE`` instead. * Removed ``pkg_resources.ImpWrapper``. Clients that expected this class should use ``pkgutil.ImpImporter`` instead. ----- 1.4.2 ----- * Issue #116: Correct TypeError when reading a local package index on Python 3. ----- 1.4.1 ----- * Issue #114: Use ``sys.getfilesystemencoding`` for decoding config in ``bdist_wininst`` distributions. * Issue #105 and Issue #113: Establish a more robust technique for determining the terminal encoding:: 1. Try ``getpreferredencoding`` 2. If that returns US_ASCII or None, try the encoding from ``getdefaultlocale``. If that encoding was a "fallback" because Python could not figure it out from the environment or OS, encoding remains unresolved. 3. If the encoding is resolved, then make sure Python actually implements the encoding. 4. On the event of an error or unknown codec, revert to fallbacks (UTF-8 on Darwin, ASCII on everything else). 5. On the encoding is 'mac-roman' on Darwin, use UTF-8 as 'mac-roman' was a bug on older Python releases. On a side note, it would seem that the encoding only matters for when SVN does not yet support ``--xml`` and when getting repository and svn version numbers. The ``--xml`` technique should yield UTF-8 according to some messages on the SVN mailing lists. So if the version numbers are always 7-bit ASCII clean, it may be best to only support the file parsing methods for legacy SVN releases and support for SVN without the subprocess command would simple go away as support for the older SVNs does. --- 1.4 --- * Issue #27: ``easy_install`` will now use credentials from .pypirc if present for connecting to the package index. * Pull Request #21: Omit unwanted newlines in ``package_index._encode_auth`` when the username/password pair length indicates wrapping. ----- 1.3.2 ----- * Issue #99: Fix filename encoding issues in SVN support. ----- 1.3.1 ----- * Remove exuberant warning in SVN support when SVN is not used.
2014-01-06 15:42:34 +01:00
${PYSITELIB}/setuptools/lib2to3_ex.py
${PYSITELIB}/setuptools/lib2to3_ex.pyc
${PYSITELIB}/setuptools/lib2to3_ex.pyo
Update to 6.0.2: ----- 6.0.2 ----- * Issue #262: Fixed regression in pip install due to egg-info directories being omitted. Re-opens Issue #118. ----- 6.0.1 ----- * Issue #259: Fixed regression with namespace package handling on ``single version, externally managed`` installs. --- 6.0 --- * Issue #100: When building a distribution, Setuptools will no longer match default files using platform-dependent case sensitivity, but rather will only match the files if their case matches exactly. As a result, on Windows and other case-insensitive file systems, files with names such as 'readme.txt' or 'README.TXT' will be omitted from the distribution and a warning will be issued indicating that 'README.txt' was not found. Other filenames affected are: - README.rst - README - setup.cfg - setup.py (or the script name) - test/test*.py Any users producing distributions with filenames that match those above case-insensitively, but not case-sensitively, should rename those files in their repository for better portability. * Pull Request #72: When using ``single_version_externally_managed``, the exclusion list now includes Python 3.2 ``__pycache__`` entries. * Pull Request #76 and Pull Request #78: lines in top_level.txt are now ordered deterministically. * Issue #118: The egg-info directory is now no longer included in the list of outputs. * Issue #258: Setuptools now patches distutils msvc9compiler to recognize the specially-packaged compiler package for easy extension module support on Python 2.6, 2.7, and 3.2. --- 5.8 --- * Issue #237: ``pkg_resources`` now uses explicit detection of Python 2 vs. Python 3, supporting environments where builtins have been patched to make Python 3 look more like Python 2.
2014-10-01 14:25:44 +02:00
${PYSITELIB}/setuptools/msvc9_support.py
${PYSITELIB}/setuptools/msvc9_support.pyc
${PYSITELIB}/setuptools/msvc9_support.pyo
${PYSITELIB}/setuptools/package_index.py
${PYSITELIB}/setuptools/package_index.pyc
${PYSITELIB}/setuptools/package_index.pyo
${PYSITELIB}/setuptools/py26compat.py
${PYSITELIB}/setuptools/py26compat.pyc
${PYSITELIB}/setuptools/py26compat.pyo
Update to 0.7.7. Simplify. Set LICENSE. Allow python-3.x. ----- 0.7.7 ----- * Distribute #375: Repair AttributeError created in last release (redo). * Issue #30: Added test for get_cache_path. ----- 0.7.6 ----- * Distribute #375: Repair AttributeError created in last release. ----- 0.7.5 ----- * Issue #21: Restore Python 2.4 compatibility in ``test_easy_install``. * Distribute #375: Merged additional warning from Distribute 0.6.46. * Now honor the environment variable ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``. ----- 0.7.4 ----- * Issue #20: Fix comparison of parsed SVN version on Python 3. ----- 0.7.3 ----- * Issue #1: Disable installation of Windows-specific files on non-Windows systems. * Use new sysconfig module with Python 2.7 or >=3.2. ----- 0.7.2 ----- * Issue #14: Use markerlib when the `parser` module is not available. * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. ----- 0.7.1 ----- * Fix NameError (Issue #3) again - broken in bad merge. --- 0.7 --- * Merged Setuptools and Distribute. See docs/merge.txt for details. Added several features that were slated for setuptools 0.6c12: * Index URL now defaults to HTTPS. * Added experimental environment marker support. Now clients may designate a PEP-426 environment marker for "extra" dependencies. Setuptools uses this feature in ``setup.py`` for optional SSL and certificate validation support on older platforms. Based on Distutils-SIG discussions, the syntax is somewhat tentative. There should probably be a PEP with a firmer spec before the feature should be considered suitable for use. * Added support for SSL certificate validation when installing packages from an HTTPS service. ----- 0.7b4 ----- * Issue #3: Fixed NameError in SSL support.
2013-07-04 08:43:12 +02:00
${PYSITELIB}/setuptools/py27compat.py
${PYSITELIB}/setuptools/py27compat.pyc
${PYSITELIB}/setuptools/py27compat.pyo
Update to 2.0.2: ----- 2.0.2 ----- * Fix NameError during installation with Python implementations (e.g. Jython) not containing parser module. * Fix NameError in ``sdist:re_finder``. ----- 2.0.1 ----- * Issue #124: Fixed error in list detection in upload_docs. --- 2.0 --- * Issue #121: Exempt lib2to3 pickled grammars from DirectorySandbox. * Issue #41: Dropped support for Python 2.4 and Python 2.5. Clients requiring setuptools for those versions of Python should use setuptools 1.x. * Removed ``setuptools.command.easy_install.HAS_USER_SITE``. Clients expecting this boolean variable should use ``site.ENABLE_USER_SITE`` instead. * Removed ``pkg_resources.ImpWrapper``. Clients that expected this class should use ``pkgutil.ImpImporter`` instead. ----- 1.4.2 ----- * Issue #116: Correct TypeError when reading a local package index on Python 3. ----- 1.4.1 ----- * Issue #114: Use ``sys.getfilesystemencoding`` for decoding config in ``bdist_wininst`` distributions. * Issue #105 and Issue #113: Establish a more robust technique for determining the terminal encoding:: 1. Try ``getpreferredencoding`` 2. If that returns US_ASCII or None, try the encoding from ``getdefaultlocale``. If that encoding was a "fallback" because Python could not figure it out from the environment or OS, encoding remains unresolved. 3. If the encoding is resolved, then make sure Python actually implements the encoding. 4. On the event of an error or unknown codec, revert to fallbacks (UTF-8 on Darwin, ASCII on everything else). 5. On the encoding is 'mac-roman' on Darwin, use UTF-8 as 'mac-roman' was a bug on older Python releases. On a side note, it would seem that the encoding only matters for when SVN does not yet support ``--xml`` and when getting repository and svn version numbers. The ``--xml`` technique should yield UTF-8 according to some messages on the SVN mailing lists. So if the version numbers are always 7-bit ASCII clean, it may be best to only support the file parsing methods for legacy SVN releases and support for SVN without the subprocess command would simple go away as support for the older SVNs does. --- 1.4 --- * Issue #27: ``easy_install`` will now use credentials from .pypirc if present for connecting to the package index. * Pull Request #21: Omit unwanted newlines in ``package_index._encode_auth`` when the username/password pair length indicates wrapping. ----- 1.3.2 ----- * Issue #99: Fix filename encoding issues in SVN support. ----- 1.3.1 ----- * Remove exuberant warning in SVN support when SVN is not used.
2014-01-06 15:42:34 +01:00
${PYSITELIB}/setuptools/py31compat.py
${PYSITELIB}/setuptools/py31compat.pyc
${PYSITELIB}/setuptools/py31compat.pyo
${PYSITELIB}/setuptools/sandbox.py
${PYSITELIB}/setuptools/sandbox.pyc
${PYSITELIB}/setuptools/sandbox.pyo
${PYSITELIB}/setuptools/script (dev).tmpl
${PYSITELIB}/setuptools/script.tmpl
Update to 0.7.7. Simplify. Set LICENSE. Allow python-3.x. ----- 0.7.7 ----- * Distribute #375: Repair AttributeError created in last release (redo). * Issue #30: Added test for get_cache_path. ----- 0.7.6 ----- * Distribute #375: Repair AttributeError created in last release. ----- 0.7.5 ----- * Issue #21: Restore Python 2.4 compatibility in ``test_easy_install``. * Distribute #375: Merged additional warning from Distribute 0.6.46. * Now honor the environment variable ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``. ----- 0.7.4 ----- * Issue #20: Fix comparison of parsed SVN version on Python 3. ----- 0.7.3 ----- * Issue #1: Disable installation of Windows-specific files on non-Windows systems. * Use new sysconfig module with Python 2.7 or >=3.2. ----- 0.7.2 ----- * Issue #14: Use markerlib when the `parser` module is not available. * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. ----- 0.7.1 ----- * Fix NameError (Issue #3) again - broken in bad merge. --- 0.7 --- * Merged Setuptools and Distribute. See docs/merge.txt for details. Added several features that were slated for setuptools 0.6c12: * Index URL now defaults to HTTPS. * Added experimental environment marker support. Now clients may designate a PEP-426 environment marker for "extra" dependencies. Setuptools uses this feature in ``setup.py`` for optional SSL and certificate validation support on older platforms. Based on Distutils-SIG discussions, the syntax is somewhat tentative. There should probably be a PEP with a firmer spec before the feature should be considered suitable for use. * Added support for SSL certificate validation when installing packages from an HTTPS service. ----- 0.7b4 ----- * Issue #3: Fixed NameError in SSL support.
2013-07-04 08:43:12 +02:00
${PYSITELIB}/setuptools/site-patch.py
${PYSITELIB}/setuptools/site-patch.pyc
${PYSITELIB}/setuptools/site-patch.pyo
${PYSITELIB}/setuptools/ssl_support.py
${PYSITELIB}/setuptools/ssl_support.pyc
${PYSITELIB}/setuptools/ssl_support.pyo
${PYSITELIB}/setuptools/tests/__init__.py
${PYSITELIB}/setuptools/tests/__init__.pyc
${PYSITELIB}/setuptools/tests/__init__.pyo
Update to 11.0: ---- 11.0 ---- * Interop #3: Upgrade to Packaging 15.0; updates to PEP 440 so that >1.7 does not exclude 1.7.1 but does exclude 1.7.0 and 1.7.0.post1. ------ 10.2.1 ------ * Issue #323: Fix regression in entry point name parsing. ---- 10.2 ---- * Deprecated use of EntryPoint.load(require=False). * Substantial refactoring of all unit tests. Tests are now much leaner and re-use a lot of fixtures and contexts for better clarity of purpose. ---- 10.1 ---- * Issue #320: Added a compatibility implementation of ``sdist._default_revctrl`` so that systems relying on that interface do not fail (namely, Ubuntu 12.04 and similar Debian releases). ------ 10.0.1 ------ * Issue #319: Fixed issue installing pure distutils packages. ---- 10.0 ---- * Issue #313: Removed built-in support for subversion. Projects wishing to retain support for subversion will need to use a third party library. The extant implementation is being ported to `setuptools_svn <https://pypi.python.org/pypi/setuptools_svn>`_. * Issue #315: Updated setuptools to hide its own loaded modules during installation of another package. This change will enable setuptools to upgrade (or downgrade) itself even when its own metadata and implementation change. --- 9.1 --- * Prefer vendored packaging library `as recommended <https://github.com/jaraco/setuptools/commit/170657b68f4b92e7e1bf82f5e19a831f5744af67#commitcomment-9109448>`_. ----- 9.0.1 ----- * Issue #312: Restored presence of pkg_resources API tests (doctest) to sdist. --- 9.0 --- * Issue #314: Disabled support for ``setup_requires`` metadata to avoid issue where Setuptools was unable to upgrade over earlier versions. --- 8.4 --- * Pull Request #106: Now write ``setup_requires`` metadata.
2015-01-05 00:42:47 +01:00
${PYSITELIB}/setuptools/tests/contexts.py
${PYSITELIB}/setuptools/tests/contexts.pyc
${PYSITELIB}/setuptools/tests/contexts.pyo
${PYSITELIB}/setuptools/tests/environment.py
${PYSITELIB}/setuptools/tests/environment.pyc
${PYSITELIB}/setuptools/tests/environment.pyo
Update to 11.0: ---- 11.0 ---- * Interop #3: Upgrade to Packaging 15.0; updates to PEP 440 so that >1.7 does not exclude 1.7.1 but does exclude 1.7.0 and 1.7.0.post1. ------ 10.2.1 ------ * Issue #323: Fix regression in entry point name parsing. ---- 10.2 ---- * Deprecated use of EntryPoint.load(require=False). * Substantial refactoring of all unit tests. Tests are now much leaner and re-use a lot of fixtures and contexts for better clarity of purpose. ---- 10.1 ---- * Issue #320: Added a compatibility implementation of ``sdist._default_revctrl`` so that systems relying on that interface do not fail (namely, Ubuntu 12.04 and similar Debian releases). ------ 10.0.1 ------ * Issue #319: Fixed issue installing pure distutils packages. ---- 10.0 ---- * Issue #313: Removed built-in support for subversion. Projects wishing to retain support for subversion will need to use a third party library. The extant implementation is being ported to `setuptools_svn <https://pypi.python.org/pypi/setuptools_svn>`_. * Issue #315: Updated setuptools to hide its own loaded modules during installation of another package. This change will enable setuptools to upgrade (or downgrade) itself even when its own metadata and implementation change. --- 9.1 --- * Prefer vendored packaging library `as recommended <https://github.com/jaraco/setuptools/commit/170657b68f4b92e7e1bf82f5e19a831f5744af67#commitcomment-9109448>`_. ----- 9.0.1 ----- * Issue #312: Restored presence of pkg_resources API tests (doctest) to sdist. --- 9.0 --- * Issue #314: Disabled support for ``setup_requires`` metadata to avoid issue where Setuptools was unable to upgrade over earlier versions. --- 8.4 --- * Pull Request #106: Now write ``setup_requires`` metadata.
2015-01-05 00:42:47 +01:00
${PYSITELIB}/setuptools/tests/fixtures.py
${PYSITELIB}/setuptools/tests/fixtures.pyc
${PYSITELIB}/setuptools/tests/fixtures.pyo
Update to 0.7.7. Simplify. Set LICENSE. Allow python-3.x. ----- 0.7.7 ----- * Distribute #375: Repair AttributeError created in last release (redo). * Issue #30: Added test for get_cache_path. ----- 0.7.6 ----- * Distribute #375: Repair AttributeError created in last release. ----- 0.7.5 ----- * Issue #21: Restore Python 2.4 compatibility in ``test_easy_install``. * Distribute #375: Merged additional warning from Distribute 0.6.46. * Now honor the environment variable ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``. ----- 0.7.4 ----- * Issue #20: Fix comparison of parsed SVN version on Python 3. ----- 0.7.3 ----- * Issue #1: Disable installation of Windows-specific files on non-Windows systems. * Use new sysconfig module with Python 2.7 or >=3.2. ----- 0.7.2 ----- * Issue #14: Use markerlib when the `parser` module is not available. * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. ----- 0.7.1 ----- * Fix NameError (Issue #3) again - broken in bad merge. --- 0.7 --- * Merged Setuptools and Distribute. See docs/merge.txt for details. Added several features that were slated for setuptools 0.6c12: * Index URL now defaults to HTTPS. * Added experimental environment marker support. Now clients may designate a PEP-426 environment marker for "extra" dependencies. Setuptools uses this feature in ``setup.py`` for optional SSL and certificate validation support on older platforms. Based on Distutils-SIG discussions, the syntax is somewhat tentative. There should probably be a PEP with a firmer spec before the feature should be considered suitable for use. * Added support for SSL certificate validation when installing packages from an HTTPS service. ----- 0.7b4 ----- * Issue #3: Fixed NameError in SSL support.
2013-07-04 08:43:12 +02:00
${PYSITELIB}/setuptools/tests/py26compat.py
${PYSITELIB}/setuptools/tests/py26compat.pyc
${PYSITELIB}/setuptools/tests/py26compat.pyo
${PYSITELIB}/setuptools/tests/script-with-bom.py
${PYSITELIB}/setuptools/tests/script-with-bom.pyc
${PYSITELIB}/setuptools/tests/script-with-bom.pyo
Update to 0.7.7. Simplify. Set LICENSE. Allow python-3.x. ----- 0.7.7 ----- * Distribute #375: Repair AttributeError created in last release (redo). * Issue #30: Added test for get_cache_path. ----- 0.7.6 ----- * Distribute #375: Repair AttributeError created in last release. ----- 0.7.5 ----- * Issue #21: Restore Python 2.4 compatibility in ``test_easy_install``. * Distribute #375: Merged additional warning from Distribute 0.6.46. * Now honor the environment variable ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``. ----- 0.7.4 ----- * Issue #20: Fix comparison of parsed SVN version on Python 3. ----- 0.7.3 ----- * Issue #1: Disable installation of Windows-specific files on non-Windows systems. * Use new sysconfig module with Python 2.7 or >=3.2. ----- 0.7.2 ----- * Issue #14: Use markerlib when the `parser` module is not available. * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. ----- 0.7.1 ----- * Fix NameError (Issue #3) again - broken in bad merge. --- 0.7 --- * Merged Setuptools and Distribute. See docs/merge.txt for details. Added several features that were slated for setuptools 0.6c12: * Index URL now defaults to HTTPS. * Added experimental environment marker support. Now clients may designate a PEP-426 environment marker for "extra" dependencies. Setuptools uses this feature in ``setup.py`` for optional SSL and certificate validation support on older platforms. Based on Distutils-SIG discussions, the syntax is somewhat tentative. There should probably be a PEP with a firmer spec before the feature should be considered suitable for use. * Added support for SSL certificate validation when installing packages from an HTTPS service. ----- 0.7b4 ----- * Issue #3: Fixed NameError in SSL support.
2013-07-04 08:43:12 +02:00
${PYSITELIB}/setuptools/tests/server.py
${PYSITELIB}/setuptools/tests/server.pyc
${PYSITELIB}/setuptools/tests/server.pyo
${PYSITELIB}/setuptools/tests/test_bdist_egg.py
${PYSITELIB}/setuptools/tests/test_bdist_egg.pyc
${PYSITELIB}/setuptools/tests/test_bdist_egg.pyo
${PYSITELIB}/setuptools/tests/test_build_ext.py
${PYSITELIB}/setuptools/tests/test_build_ext.pyc
${PYSITELIB}/setuptools/tests/test_build_ext.pyo
${PYSITELIB}/setuptools/tests/test_develop.py
${PYSITELIB}/setuptools/tests/test_develop.pyc
${PYSITELIB}/setuptools/tests/test_develop.pyo
${PYSITELIB}/setuptools/tests/test_dist_info.py
${PYSITELIB}/setuptools/tests/test_dist_info.pyc
${PYSITELIB}/setuptools/tests/test_dist_info.pyo
${PYSITELIB}/setuptools/tests/test_easy_install.py
${PYSITELIB}/setuptools/tests/test_easy_install.pyc
${PYSITELIB}/setuptools/tests/test_easy_install.pyo
${PYSITELIB}/setuptools/tests/test_egg_info.py
${PYSITELIB}/setuptools/tests/test_egg_info.pyc
${PYSITELIB}/setuptools/tests/test_egg_info.pyo
${PYSITELIB}/setuptools/tests/test_find_packages.py
${PYSITELIB}/setuptools/tests/test_find_packages.pyc
${PYSITELIB}/setuptools/tests/test_find_packages.pyo
${PYSITELIB}/setuptools/tests/test_integration.py
${PYSITELIB}/setuptools/tests/test_integration.pyc
${PYSITELIB}/setuptools/tests/test_integration.pyo
Update to 0.7.7. Simplify. Set LICENSE. Allow python-3.x. ----- 0.7.7 ----- * Distribute #375: Repair AttributeError created in last release (redo). * Issue #30: Added test for get_cache_path. ----- 0.7.6 ----- * Distribute #375: Repair AttributeError created in last release. ----- 0.7.5 ----- * Issue #21: Restore Python 2.4 compatibility in ``test_easy_install``. * Distribute #375: Merged additional warning from Distribute 0.6.46. * Now honor the environment variable ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``. ----- 0.7.4 ----- * Issue #20: Fix comparison of parsed SVN version on Python 3. ----- 0.7.3 ----- * Issue #1: Disable installation of Windows-specific files on non-Windows systems. * Use new sysconfig module with Python 2.7 or >=3.2. ----- 0.7.2 ----- * Issue #14: Use markerlib when the `parser` module is not available. * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. ----- 0.7.1 ----- * Fix NameError (Issue #3) again - broken in bad merge. --- 0.7 --- * Merged Setuptools and Distribute. See docs/merge.txt for details. Added several features that were slated for setuptools 0.6c12: * Index URL now defaults to HTTPS. * Added experimental environment marker support. Now clients may designate a PEP-426 environment marker for "extra" dependencies. Setuptools uses this feature in ``setup.py`` for optional SSL and certificate validation support on older platforms. Based on Distutils-SIG discussions, the syntax is somewhat tentative. There should probably be a PEP with a firmer spec before the feature should be considered suitable for use. * Added support for SSL certificate validation when installing packages from an HTTPS service. ----- 0.7b4 ----- * Issue #3: Fixed NameError in SSL support.
2013-07-04 08:43:12 +02:00
${PYSITELIB}/setuptools/tests/test_markerlib.py
${PYSITELIB}/setuptools/tests/test_markerlib.pyc
${PYSITELIB}/setuptools/tests/test_markerlib.pyo
Update to 6.0.2: ----- 6.0.2 ----- * Issue #262: Fixed regression in pip install due to egg-info directories being omitted. Re-opens Issue #118. ----- 6.0.1 ----- * Issue #259: Fixed regression with namespace package handling on ``single version, externally managed`` installs. --- 6.0 --- * Issue #100: When building a distribution, Setuptools will no longer match default files using platform-dependent case sensitivity, but rather will only match the files if their case matches exactly. As a result, on Windows and other case-insensitive file systems, files with names such as 'readme.txt' or 'README.TXT' will be omitted from the distribution and a warning will be issued indicating that 'README.txt' was not found. Other filenames affected are: - README.rst - README - setup.cfg - setup.py (or the script name) - test/test*.py Any users producing distributions with filenames that match those above case-insensitively, but not case-sensitively, should rename those files in their repository for better portability. * Pull Request #72: When using ``single_version_externally_managed``, the exclusion list now includes Python 3.2 ``__pycache__`` entries. * Pull Request #76 and Pull Request #78: lines in top_level.txt are now ordered deterministically. * Issue #118: The egg-info directory is now no longer included in the list of outputs. * Issue #258: Setuptools now patches distutils msvc9compiler to recognize the specially-packaged compiler package for easy extension module support on Python 2.6, 2.7, and 3.2. --- 5.8 --- * Issue #237: ``pkg_resources`` now uses explicit detection of Python 2 vs. Python 3, supporting environments where builtins have been patched to make Python 3 look more like Python 2.
2014-10-01 14:25:44 +02:00
${PYSITELIB}/setuptools/tests/test_msvc9compiler.py
${PYSITELIB}/setuptools/tests/test_msvc9compiler.pyc
${PYSITELIB}/setuptools/tests/test_msvc9compiler.pyo
${PYSITELIB}/setuptools/tests/test_packageindex.py
${PYSITELIB}/setuptools/tests/test_packageindex.pyc
${PYSITELIB}/setuptools/tests/test_packageindex.pyo
Update to 0.7.7. Simplify. Set LICENSE. Allow python-3.x. ----- 0.7.7 ----- * Distribute #375: Repair AttributeError created in last release (redo). * Issue #30: Added test for get_cache_path. ----- 0.7.6 ----- * Distribute #375: Repair AttributeError created in last release. ----- 0.7.5 ----- * Issue #21: Restore Python 2.4 compatibility in ``test_easy_install``. * Distribute #375: Merged additional warning from Distribute 0.6.46. * Now honor the environment variable ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``. ----- 0.7.4 ----- * Issue #20: Fix comparison of parsed SVN version on Python 3. ----- 0.7.3 ----- * Issue #1: Disable installation of Windows-specific files on non-Windows systems. * Use new sysconfig module with Python 2.7 or >=3.2. ----- 0.7.2 ----- * Issue #14: Use markerlib when the `parser` module is not available. * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. ----- 0.7.1 ----- * Fix NameError (Issue #3) again - broken in bad merge. --- 0.7 --- * Merged Setuptools and Distribute. See docs/merge.txt for details. Added several features that were slated for setuptools 0.6c12: * Index URL now defaults to HTTPS. * Added experimental environment marker support. Now clients may designate a PEP-426 environment marker for "extra" dependencies. Setuptools uses this feature in ``setup.py`` for optional SSL and certificate validation support on older platforms. Based on Distutils-SIG discussions, the syntax is somewhat tentative. There should probably be a PEP with a firmer spec before the feature should be considered suitable for use. * Added support for SSL certificate validation when installing packages from an HTTPS service. ----- 0.7b4 ----- * Issue #3: Fixed NameError in SSL support.
2013-07-04 08:43:12 +02:00
${PYSITELIB}/setuptools/tests/test_sandbox.py
${PYSITELIB}/setuptools/tests/test_sandbox.pyc
${PYSITELIB}/setuptools/tests/test_sandbox.pyo
${PYSITELIB}/setuptools/tests/test_sdist.py
${PYSITELIB}/setuptools/tests/test_sdist.pyc
${PYSITELIB}/setuptools/tests/test_sdist.pyo
${PYSITELIB}/setuptools/tests/test_test.py
${PYSITELIB}/setuptools/tests/test_test.pyc
${PYSITELIB}/setuptools/tests/test_test.pyo
${PYSITELIB}/setuptools/tests/test_upload_docs.py
${PYSITELIB}/setuptools/tests/test_upload_docs.pyc
${PYSITELIB}/setuptools/tests/test_upload_docs.pyo
Update to 11.0: ---- 11.0 ---- * Interop #3: Upgrade to Packaging 15.0; updates to PEP 440 so that >1.7 does not exclude 1.7.1 but does exclude 1.7.0 and 1.7.0.post1. ------ 10.2.1 ------ * Issue #323: Fix regression in entry point name parsing. ---- 10.2 ---- * Deprecated use of EntryPoint.load(require=False). * Substantial refactoring of all unit tests. Tests are now much leaner and re-use a lot of fixtures and contexts for better clarity of purpose. ---- 10.1 ---- * Issue #320: Added a compatibility implementation of ``sdist._default_revctrl`` so that systems relying on that interface do not fail (namely, Ubuntu 12.04 and similar Debian releases). ------ 10.0.1 ------ * Issue #319: Fixed issue installing pure distutils packages. ---- 10.0 ---- * Issue #313: Removed built-in support for subversion. Projects wishing to retain support for subversion will need to use a third party library. The extant implementation is being ported to `setuptools_svn <https://pypi.python.org/pypi/setuptools_svn>`_. * Issue #315: Updated setuptools to hide its own loaded modules during installation of another package. This change will enable setuptools to upgrade (or downgrade) itself even when its own metadata and implementation change. --- 9.1 --- * Prefer vendored packaging library `as recommended <https://github.com/jaraco/setuptools/commit/170657b68f4b92e7e1bf82f5e19a831f5744af67#commitcomment-9109448>`_. ----- 9.0.1 ----- * Issue #312: Restored presence of pkg_resources API tests (doctest) to sdist. --- 9.0 --- * Issue #314: Disabled support for ``setup_requires`` metadata to avoid issue where Setuptools was unable to upgrade over earlier versions. --- 8.4 --- * Pull Request #106: Now write ``setup_requires`` metadata.
2015-01-05 00:42:47 +01:00
${PYSITELIB}/setuptools/tests/test_windows_wrappers.py
${PYSITELIB}/setuptools/tests/test_windows_wrappers.pyc
${PYSITELIB}/setuptools/tests/test_windows_wrappers.pyo
${PYSITELIB}/setuptools/tests/textwrap.py
${PYSITELIB}/setuptools/tests/textwrap.pyc
${PYSITELIB}/setuptools/tests/textwrap.pyo
${PYSITELIB}/setuptools/unicode_utils.py
${PYSITELIB}/setuptools/unicode_utils.pyc
${PYSITELIB}/setuptools/unicode_utils.pyo
Update to 6.0.2: ----- 6.0.2 ----- * Issue #262: Fixed regression in pip install due to egg-info directories being omitted. Re-opens Issue #118. ----- 6.0.1 ----- * Issue #259: Fixed regression with namespace package handling on ``single version, externally managed`` installs. --- 6.0 --- * Issue #100: When building a distribution, Setuptools will no longer match default files using platform-dependent case sensitivity, but rather will only match the files if their case matches exactly. As a result, on Windows and other case-insensitive file systems, files with names such as 'readme.txt' or 'README.TXT' will be omitted from the distribution and a warning will be issued indicating that 'README.txt' was not found. Other filenames affected are: - README.rst - README - setup.cfg - setup.py (or the script name) - test/test*.py Any users producing distributions with filenames that match those above case-insensitively, but not case-sensitively, should rename those files in their repository for better portability. * Pull Request #72: When using ``single_version_externally_managed``, the exclusion list now includes Python 3.2 ``__pycache__`` entries. * Pull Request #76 and Pull Request #78: lines in top_level.txt are now ordered deterministically. * Issue #118: The egg-info directory is now no longer included in the list of outputs. * Issue #258: Setuptools now patches distutils msvc9compiler to recognize the specially-packaged compiler package for easy extension module support on Python 2.6, 2.7, and 3.2. --- 5.8 --- * Issue #237: ``pkg_resources`` now uses explicit detection of Python 2 vs. Python 3, supporting environments where builtins have been patched to make Python 3 look more like Python 2.
2014-10-01 14:25:44 +02:00
${PYSITELIB}/setuptools/utils.py
${PYSITELIB}/setuptools/utils.pyc
${PYSITELIB}/setuptools/utils.pyo
${PYSITELIB}/setuptools/version.py
${PYSITELIB}/setuptools/version.pyc
${PYSITELIB}/setuptools/version.pyo
${PYSITELIB}/setuptools/windows_support.py
${PYSITELIB}/setuptools/windows_support.pyc
${PYSITELIB}/setuptools/windows_support.pyo