From 19fe7e7da672746eea0c2cae0307cea5e54fb23e Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 7 May 2015 17:17:40 -0500 Subject: Removing packages. These packages are in extra repo --- pcr/python2-setuptools/PKGBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 pcr/python2-setuptools/PKGBUILD (limited to 'pcr/python2-setuptools') diff --git a/pcr/python2-setuptools/PKGBUILD b/pcr/python2-setuptools/PKGBUILD deleted file mode 100644 index c2efc0ead..000000000 --- a/pcr/python2-setuptools/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Maintainer (Arch): Jaroslav Lichtblau -# Contributor (Arch): cwchen -# Contributor (Arch): Florian Friesdorf -# Contributor (Arch): simo -# Contributor (Arch): William Rea -# Contributor (Arch): Todd Maynard - -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 -} -- cgit v1.2.3-2-g168b