summaryrefslogtreecommitdiff
path: root/pcr/python2-setuptools
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/python2-setuptools
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/python2-setuptools')
-rw-r--r--pcr/python2-setuptools/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/pcr/python2-setuptools/PKGBUILD b/pcr/python2-setuptools/PKGBUILD
deleted file mode 100644
index 85f0caf32..000000000
--- a/pcr/python2-setuptools/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: cwchen <linuxisfun0104@gmail.com>
-# Contributor: Florian Friesdorf <archlinux@chaoflow.net>
-# Contributor: simo <simo@archlinux.org>
-# Contributor: William Rea <sillywilly@gmail.com>
-# Contributor: Todd Maynard <arch@toddmaynard.com>
-
-pkgname=python2-setuptools
-_pkgname=setuptools
-pkgver=0.6c11
-pkgrel=2
-pkgdesc="A collection of enhancements to the Python distutils"
-arch=('any')
-url="http://peak.telecommunity.com/DevCenter/setuptools"
-license=('PSF')
-depends=('python2')
-provides=('setuptools')
-conflicts=('python2-distribute')
-source=(http://pypi.python.org/packages/source/s/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)
-md5sums=('7df2a529a074f613b509fb44feefe74e')
-
-package() {
- cd ${srcdir}/${_pkgname}-${pkgver}
-
- python2 setup.py install --root=${pkgdir} --prefix=/usr
-
-# we don't provide a non-suffixed easy_install
- echo "Removing non-suffixed easy_install"
- rm ${pkgdir}/usr/bin/easy_install
-}