pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py24-setuptools add a bootstrap pkg for the new ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a4701d6b834c
branches: trunk
changeset: 508563:a4701d6b834c
user: drochner <drochner%pkgsrc.org@localhost>
date: Tue Feb 21 17:23:16 2006 +0000
description:
add a bootstrap pkg for the new "setuptools" which extend distutils
(unfortunately there is no plain source distribution but just a
Python "egg" which is version dependant)
diffstat:
devel/py24-setuptools/DESCR | 3 +
devel/py24-setuptools/Makefile | 31 ++++++++++++++++
devel/py24-setuptools/PLIST | 80 ++++++++++++++++++++++++++++++++++++++++++
devel/py24-setuptools/distinfo | 5 ++
4 files changed, 119 insertions(+), 0 deletions(-)
diffs (135 lines):
diff -r fe70ccf87ac0 -r a4701d6b834c devel/py24-setuptools/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py24-setuptools/DESCR Tue Feb 21 17:23:16 2006 +0000
@@ -0,0 +1,3 @@
+setuptools is a collection of enhancements to the Python distutils
+that allow you to more easily build and distribute Python packages,
+especially ones that have dependencies on other packages.
diff -r fe70ccf87ac0 -r a4701d6b834c devel/py24-setuptools/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py24-setuptools/Makefile Tue Feb 21 17:23:16 2006 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/21 17:23:16 drochner Exp $
+#
+
+DISTNAME= setuptools-0.6a10-py2.4.egg
+PKGNAME= py24-setuptools-0.6a10
+CATEGORIES= devel
+MASTER_SITES= http://cheeseshop.python.org/packages/2.4/s/setuptools/
+EXTRACT_SUFX= # empty
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://peak.telecommunity.com/DevCenter/setuptools
+COMMENT= New Python packaging system
+
+WRKSRC= ${WRKDIR}
+NO_BUILD= yes
+PYTHON_VERSIONS_ACCEPTED= 24
+PY_PATCHPLIST= yes
+PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
+TMPSCRIPT= ${WRKSRC}
+INSTCMD= import sys; \
+ sys.path.insert(0,"${DISTNAME}"); \
+ from setuptools.command.easy_install import main; \
+ main(["-s", "${TMPSCRIPT}", "${DISTNAME}"])
+
+do-install:
+ cd ${WRKSRC} && ${PYTHONBIN} -c ${INSTCMD:Q}
+ ${INSTALL_SCRIPT} ${TMPSCRIPT}/easy_install \
+ ${PREFIX}/bin/easy_install${PYVERSSUFFIX}
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fe70ccf87ac0 -r a4701d6b834c devel/py24-setuptools/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py24-setuptools/PLIST Tue Feb 21 17:23:16 2006 +0000
@@ -0,0 +1,80 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/21 17:23:16 drochner 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/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/pkg_resources.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/pkg_resources.pyc
+${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/archive_util.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/archive_util.pyc
+${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/alias.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/alias.pyc
+${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_rpm.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/bdist_rpm.pyc
+${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_py.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/build_py.pyc
+${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/easy_install.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/easy_install.pyc
+${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/install.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/install.pyc
+${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_lib.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/install_lib.pyc
+${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/rotate.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/rotate.pyc
+${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/sdist.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/sdist.pyc
+${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/test.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command/test.pyc
+${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/depends.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/depends.pyc
+${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/extension.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/extension.pyc
+${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/sandbox.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/sandbox.pyc
+${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/doctest.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/tests/doctest.pyc
+${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/site.py
+${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/site.pyc
+${PYSITELIB}/setuptools.pth
+@dirrm ${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/tests
+@dirrm ${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools/command
+@dirrm ${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/setuptools
+@dirrm ${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg/EGG-INFO
+@dirrm ${PYSITELIB}/setuptools-${PKGVERSION}-py2.4.egg
diff -r fe70ccf87ac0 -r a4701d6b834c devel/py24-setuptools/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py24-setuptools/distinfo Tue Feb 21 17:23:16 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/02/21 17:23:16 drochner 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
Home |
Main Index |
Thread Index |
Old Index