summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordrochner <drochner>2006-02-21 17:23:16 +0000
committerdrochner <drochner>2006-02-21 17:23:16 +0000
commitfb51d1ebe5ffe338eb2e05cde0b208ff12dafddc (patch)
tree315cd6cc5a85dca9b48ac125933f735e016c8c53 /devel
parent3d70a92d73946edb3a9742442ab19e291bcdc7df (diff)
downloadpkgsrc-fb51d1ebe5ffe338eb2e05cde0b208ff12dafddc.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/py24-setuptools/DESCR3
-rw-r--r--devel/py24-setuptools/Makefile31
-rw-r--r--devel/py24-setuptools/PLIST80
-rw-r--r--devel/py24-setuptools/distinfo5
4 files changed, 119 insertions, 0 deletions
diff --git a/devel/py24-setuptools/DESCR b/devel/py24-setuptools/DESCR
new file mode 100644
index 00000000000..ef3528c5049
--- /dev/null
+++ b/devel/py24-setuptools/DESCR
@@ -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 --git a/devel/py24-setuptools/Makefile b/devel/py24-setuptools/Makefile
new file mode 100644
index 00000000000..edb60a3df27
--- /dev/null
+++ b/devel/py24-setuptools/Makefile
@@ -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
+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 --git a/devel/py24-setuptools/PLIST b/devel/py24-setuptools/PLIST
new file mode 100644
index 00000000000..58c6237cf5e
--- /dev/null
+++ b/devel/py24-setuptools/PLIST
@@ -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 --git a/devel/py24-setuptools/distinfo b/devel/py24-setuptools/distinfo
new file mode 100644
index 00000000000..e24b4ead50e
--- /dev/null
+++ b/devel/py24-setuptools/distinfo
@@ -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