mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 19:57:14 +08:00
Remove setuptools, python-distribute provides the same funtionality
This commit is contained in:
parent
6a7b7658d5
commit
e23c8a8e67
@ -1,22 +0,0 @@
|
||||
# $Id: PKGBUILD 56303 2009-10-21 14:13:18Z andrea $
|
||||
# Contributor: Simo Leone <simo@archlinux.org>
|
||||
# Contributor: William Rea <sillywilly@gmail.com>
|
||||
# Contributor: Todd Maynard <arch@toddmaynard.com>
|
||||
|
||||
pkgname=setuptools
|
||||
pkgver=0.6c11
|
||||
pkgrel=2
|
||||
pkgdesc="A collection of enhancements to the Python distutils"
|
||||
license=('PSF')
|
||||
arch=(i686 x86_64)
|
||||
url="http://peak.telecommunity.com/DevCenter/setuptools"
|
||||
depends=('python2')
|
||||
source=(http://cheeseshop.python.org/packages/source/s/$pkgname/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('7df2a529a074f613b509fb44feefe74e')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
mkdir -p $pkgdir/usr/lib/python2.7/site-packages
|
||||
python2 setup.py install --root=$pkgdir || return 1
|
||||
echo "/usr/lib/python2.7/site-packages/$pkgname-$pkgver-py2.7.egg" > $pkgdir/usr/lib/python2.7/site-packages/setuptools.pth
|
||||
}
|
Loading…
Reference in New Issue
Block a user