summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-07-24 22:51:32 +0000
committerwiz <wiz@pkgsrc.org>2006-07-24 22:51:32 +0000
commit42479b17027aa2d6d08ddb46ea4a672977f71436 (patch)
tree22a003d67ae6b6067dc02b02da5f4c51657d73af /devel
parent4aabc478cc6bf996f89b113451fe74d2722d24dc (diff)
downloadpkgsrc-42479b17027aa2d6d08ddb46ea4a672977f71436.tar.gz
Update to 0.6c1. Add missing files to PLIST.
0.6c1 * Fixed AttributeError when trying to download a setup_requires dependency when a distribution lacks a dependency_links setting. * Made zip-safe and not-zip-safe flag files contain a single byte, so as to play better with packaging tools that complain about zero-length files. * Made setup.py develop respect the --no-deps option, which it previously was ignoring. * Support extra_path option to setup() when install is run in backward-compatibility mode. * Source distributions now always include a setup.cfg file that explicitly sets egg_info options such that they produce an identical version number to the source distribution's version number. (Previously, the default version number could be different due to the use of --tag-date, or if the version was overridden on the command line that built the source distribution.) 0.6b4 * Fix register not obeying name/version set by egg_info command, if egg_info wasn't explicitly run first on the same command line. * Added --no-date and --no-svn-revision options to egg_info command, to allow suppressing tags configured in setup.cfg. * Fixed redundant warnings about missing README file(s); it should now appear only if you are actually a source distribution. 0.6b3 * Fix bdist_egg not including files in subdirectories of .egg-info. * Allow .py files found by the include_package_data option to be automatically included. Remove duplicate data file matches if both include_package_data and package_data are used to refer to the same files. 0.6b1 * Strip module from the end of compiled extension modules when computing the name of a .py loader/wrapper. (Python's import machinery ignores this suffix when searching for an extension module.) 0.6a11 * Added test_loader keyword to support custom test loaders * Added setuptools.file_finders entry point group to allow implementing revision control plugins. * Added --identity option to upload command. * Added dependency_links to allow specifying URLs for --find-links. * Enhanced test loader to scan packages as well as modules, and call additional_tests() if present to get non-unittest tests. * Support namespace packages in conjunction with system packagers, by omitting the installation of any __init__.py files for namespace packages, and adding a special .pth file to create a working package in sys.modules. * Made --single-version-externally-managed automatic when --root is used, so that most system packagers won't require special support for setuptools. * Fixed setup_requires, tests_require, etc. not using setup.cfg or other configuration files for their option defaults when installing, and also made the install use --multi-version mode so that the project directory doesn't need to support .pth files. * MANIFEST.in is now forcibly closed when any errors occur while reading it. Previously, the file could be left open and the actual error would be masked by problems trying to remove the open file on Windows systems.
Diffstat (limited to 'devel')
-rw-r--r--devel/py24-setuptools/Makefile6
-rw-r--r--devel/py24-setuptools/PLIST38
-rw-r--r--devel/py24-setuptools/distinfo8
3 files changed, 44 insertions, 8 deletions
diff --git a/devel/py24-setuptools/Makefile b/devel/py24-setuptools/Makefile
index 8100887747a..4fba9c2b987 100644
--- a/devel/py24-setuptools/Makefile
+++ b/devel/py24-setuptools/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2006/03/04 21:29:29 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2006/07/24 22:51:32 wiz Exp $
#
-DISTNAME= setuptools-0.6a10-py2.4.egg
-PKGNAME= py24-setuptools-0.6a10
+DISTNAME= setuptools-0.6c1-py2.4.egg
+PKGNAME= py24-setuptools-0.6c1
CATEGORIES= devel
MASTER_SITES= http://cheeseshop.python.org/packages/2.4/s/setuptools/
EXTRACT_SUFX= # empty
diff --git a/devel/py24-setuptools/PLIST b/devel/py24-setuptools/PLIST
index 58c6237cf5e..7111c6ba542 100644
--- a/devel/py24-setuptools/PLIST
+++ b/devel/py24-setuptools/PLIST
@@ -1,77 +1,113 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/21 17:23:16 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/07/24 22:51:32 wiz Exp $
bin/easy_install${PYVERSSUFFIX}
${PYSITELIB}/easy-install.pth
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/EGG-INFO/PKG-INFO
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/EGG-INFO/SOURCES.txt
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/EGG-INFO/dependency_links.txt
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/EGG-INFO/entry_points.txt
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/EGG-INFO/not-zip-safe
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/EGG-INFO/top_level.txt
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/easy_install.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/easy_install.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/easy_install.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/pkg_resources.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/pkg_resources.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/pkg_resources.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/__init__.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/__init__.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/__init__.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/archive_util.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/archive_util.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/archive_util.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/cli.exe
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/__init__.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/__init__.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/__init__.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/alias.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/alias.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/alias.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/bdist_egg.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/bdist_egg.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/bdist_egg.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/bdist_rpm.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/bdist_rpm.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/bdist_rpm.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/build_ext.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/build_ext.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/build_ext.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/build_py.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/build_py.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/build_py.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/develop.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/develop.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/develop.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/easy_install.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/easy_install.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/easy_install.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/egg_info.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/egg_info.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/egg_info.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/install.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/install.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/install.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/install_egg_info.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/install_egg_info.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/install_egg_info.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/install_lib.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/install_lib.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/install_lib.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/install_scripts.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/install_scripts.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/install_scripts.pyo
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/register.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/register.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/register.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/rotate.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/rotate.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/rotate.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/saveopts.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/saveopts.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/saveopts.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/sdist.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/sdist.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/sdist.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/setopt.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/setopt.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/setopt.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/test.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/test.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/test.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/upload.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/upload.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/upload.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/depends.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/depends.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/depends.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/dist.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/dist.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/dist.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/extension.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/extension.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/extension.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/gui.exe
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/package_index.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/package_index.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/package_index.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/sandbox.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/sandbox.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/sandbox.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/tests/__init__.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/tests/__init__.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/tests/__init__.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/tests/doctest.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/tests/doctest.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/tests/doctest.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/tests/test_resources.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/tests/test_resources.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/tests/test_resources.pyo
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/site.py
${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/site.pyc
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/site.pyo
${PYSITELIB}/setuptools.pth
@dirrm ${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/tests
@dirrm ${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command
diff --git a/devel/py24-setuptools/distinfo b/devel/py24-setuptools/distinfo
index e24b4ead50e..52652d676c3 100644
--- a/devel/py24-setuptools/distinfo
+++ b/devel/py24-setuptools/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/02/21 17:23:16 drochner Exp $
+$NetBSD: distinfo,v 1.2 2006/07/24 22:51:32 wiz Exp $
-SHA1 (setuptools-0.6a10-py2.4.egg) = 34da5cc31b044579e69a1209854b088ff9e151bf
-RMD160 (setuptools-0.6a10-py2.4.egg) = 87493ef83678cf428e56b29d0a52d65a3e873000
-Size (setuptools-0.6a10-py2.4.egg) = 298677 bytes
+SHA1 (setuptools-0.6c1-py2.4.egg) = c2aeea554bfb5a16af345ae2ca9530d1d2c0b508
+RMD160 (setuptools-0.6c1-py2.4.egg) = 39d05d56a1a64422114bf3e2c52798f72679fbf9
+Size (setuptools-0.6c1-py2.4.egg) = 489615 bytes