pkgsrc/devel/py-setuptools/PLIST
wiz f1880a980f 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 06:43:12 +00:00

180 lines
7.7 KiB
Text

@comment $NetBSD: PLIST,v 1.7 2013/07/04 06:43:12 wiz Exp $
bin/easy_install-${PYVERSSUFFIX}
${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.py
${PYSITELIB}/pkg_resources.pyc
${PYSITELIB}/pkg_resources.pyo
${PYSITELIB}/${EGG_INFODIR}/EGG-INFO/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt.orig
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt.orig
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/${EGG_INFODIR}/zip-safe
${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
${PYSITELIB}/setuptools/command/upload.py
${PYSITELIB}/setuptools/command/upload.pyc
${PYSITELIB}/setuptools/command/upload.pyo
${PYSITELIB}/setuptools/command/upload_docs.py
${PYSITELIB}/setuptools/command/upload_docs.pyc
${PYSITELIB}/setuptools/command/upload_docs.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
${PYSITELIB}/setuptools/package_index.py
${PYSITELIB}/setuptools/package_index.pyc
${PYSITELIB}/setuptools/package_index.pyo
${PYSITELIB}/setuptools/py24compat.py
${PYSITELIB}/setuptools/py24compat.pyc
${PYSITELIB}/setuptools/py24compat.pyo
${PYSITELIB}/setuptools/py27compat.py
${PYSITELIB}/setuptools/py27compat.pyc
${PYSITELIB}/setuptools/py27compat.pyo
${PYSITELIB}/setuptools/sandbox.py
${PYSITELIB}/setuptools/sandbox.pyc
${PYSITELIB}/setuptools/sandbox.pyo
${PYSITELIB}/setuptools/script template (dev).py
${PYSITELIB}/setuptools/script template (dev).pyc
${PYSITELIB}/setuptools/script template (dev).pyo
${PYSITELIB}/setuptools/script template.py
${PYSITELIB}/setuptools/script template.pyc
${PYSITELIB}/setuptools/script template.pyo
${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
${PYSITELIB}/setuptools/tests/doctest.py
${PYSITELIB}/setuptools/tests/doctest.pyc
${PYSITELIB}/setuptools/tests/doctest.pyo
${PYSITELIB}/setuptools/tests/py26compat.py
${PYSITELIB}/setuptools/tests/py26compat.pyc
${PYSITELIB}/setuptools/tests/py26compat.pyo
${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_markerlib.py
${PYSITELIB}/setuptools/tests/test_markerlib.pyc
${PYSITELIB}/setuptools/tests/test_markerlib.pyo
${PYSITELIB}/setuptools/tests/test_packageindex.py
${PYSITELIB}/setuptools/tests/test_packageindex.pyc
${PYSITELIB}/setuptools/tests/test_packageindex.pyo
${PYSITELIB}/setuptools/tests/test_resources.py
${PYSITELIB}/setuptools/tests/test_resources.pyc
${PYSITELIB}/setuptools/tests/test_resources.pyo
${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