pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py24-setuptools Moved to devel/py-setuptools.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6cef9cf4534c
branches:  trunk
changeset: 521554:6cef9cf4534c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Nov 14 13:53:27 2006 +0000

description:
Moved to devel/py-setuptools.

diffstat:

 devel/py24-setuptools/DEINSTALL            |   10 --
 devel/py24-setuptools/DESCR                |    3 -
 devel/py24-setuptools/INSTALL              |   14 ---
 devel/py24-setuptools/Makefile             |   42 ----------
 devel/py24-setuptools/PLIST                |  116 -----------------------------
 devel/py24-setuptools/distinfo             |    5 -
 devel/py24-setuptools/files/manage-eggs.py |   20 -----
 7 files changed, 0 insertions(+), 210 deletions(-)

diffs (238 lines):

diff -r c17a3b27bf77 -r 6cef9cf4534c devel/py24-setuptools/DEINSTALL
--- a/devel/py24-setuptools/DEINSTALL   Tue Nov 14 13:50:42 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: DEINSTALL,v 1.1 2006/11/03 13:56:46 joerg Exp $
-#
-
-case $STAGE in
-DEINSTALL)
-       ${RM} @PYSITELIB@/easy-install.pth
-       ;;
-esac
diff -r c17a3b27bf77 -r 6cef9cf4534c devel/py24-setuptools/DESCR
--- a/devel/py24-setuptools/DESCR       Tue Nov 14 13:50:42 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-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 c17a3b27bf77 -r 6cef9cf4534c devel/py24-setuptools/INSTALL
--- a/devel/py24-setuptools/INSTALL     Tue Nov 14 13:50:42 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: INSTALL,v 1.1 2006/11/03 13:56:46 joerg Exp $
-#
-
-case $STAGE in
-POST-INSTALL)
-       cat > @PYSITELIB@/easy-install.pth << EOF
-import sys; sys.__plen = len(sys.path)
-./setuptools-0.6c1-py2.4.egg
-import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p+len(new)
-EOF
-       ;;
-esac
diff -r c17a3b27bf77 -r 6cef9cf4534c devel/py24-setuptools/Makefile
--- a/devel/py24-setuptools/Makefile    Tue Nov 14 13:50:42 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2006/11/03 13:56:46 joerg Exp $
-#
-
-DISTNAME=              setuptools-0.6c1-py2.4.egg
-PKGNAME=               py24-setuptools-0.6c1
-PKGREVISION=           1
-CATEGORIES=            devel
-MASTER_SITES=          http://cheeseshop.python.org/packages/2.4/s/setuptools/
-EXTRACT_SUFX=          # empty
-
-MAINTAINER=            joerg%NetBSD.org@localhost
-HOMEPAGE=              http://peak.telecommunity.com/DevCenter/setuptools
-COMMENT=               New Python packaging system
-
-WRKSRC=                ${WRKDIR}
-PYTHON_VERSIONS_ACCEPTED= 24
-PY_PATCHPLIST= yes
-PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX:Q} PYPKGPREFIX=${PYPKGPREFIX}
-TMPSCRIPT=     ${WRKSRC}
-INSTCMD=       import sys; \
-               sys.path.insert(0,"${DISTNAME}"); \
-               from setuptools.command.easy_install import main; \
-               main(["-s", "${TMPSCRIPT}", "${DISTNAME}"])
-
-CHECK_FILES_SKIP+=     ${PREFIX}/${PYSITELIB}/easy-install.pth
-
-FILES_SUBST+=  PYSITELIB=${PREFIX}/${PYSITELIB}
-
-do-build:
-       ${SED} -e 's,@PYTHON@,${PYTHONBIN},' \
-              -e 's,@PYPREFIX@,${PYPKGPREFIX},' \
-              -e 's,@PYSITELIB@,${PREFIX}/${PYSITELIB},' \
-              ${FILESDIR}/manage-eggs.py > ${WRKSRC}/manage-eggs.py
-
-do-install:
-       cd ${WRKSRC} && ${PYTHONBIN} -c ${INSTCMD:Q}
-       ${INSTALL_SCRIPT} ${TMPSCRIPT}/easy_install \
-               ${PREFIX}/bin/easy_install${PYVERSSUFFIX}
-       ${INSTALL_SCRIPT} ${WRKSRC}/manage-eggs.py ${PREFIX}/bin/${PYPKGPREFIX}-manage-eggs
-
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r c17a3b27bf77 -r 6cef9cf4534c devel/py24-setuptools/PLIST
--- a/devel/py24-setuptools/PLIST       Tue Nov 14 13:50:42 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,116 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2006/11/03 13:56:46 joerg Exp $
-bin/easy_install${PYVERSSUFFIX}
-bin/${PYPKGPREFIX}-manage-eggs
-${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
-@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 c17a3b27bf77 -r 6cef9cf4534c devel/py24-setuptools/distinfo
--- a/devel/py24-setuptools/distinfo    Tue Nov 14 13:50:42 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2006/07/24 22:51:32 wiz Exp $
-
-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
diff -r c17a3b27bf77 -r 6cef9cf4534c devel/py24-setuptools/files/manage-eggs.py
--- a/devel/py24-setuptools/files/manage-eggs.py        Tue Nov 14 13:50:42 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#!@PYTHON@
-
-import sys
-
-from setuptools.command.easy_install import PthDistributions
-from pkg_resources import find_distributions
-
-usage = "@PYPREFIX@-manage-eggs [ register | unregister ] egg\n"
-
-if len(sys.argv) != 3 or sys.argv[1] not in ("register", "unregister"):
-       sys.stderr.write(usage)
-       sys.exit(1)
-
-pth = PthDistributions("@PYSITELIB@/easy-install.pth")
-distrib = find_distributions(sys.argv[2], True).next()
-if sys.argv[1] == "register":
-       pth.add(distrib)
-elif sys.argv[1] == "unregister":
-       pth.remove(distrib)
-pth.save()



Home | Main Index | Thread Index | Old Index