python-setuptools: update to 12.3
This commit is contained in:
parent
b91afe7610
commit
94a4702774
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-setuptools'
|
||||
pkgname=python-setuptools
|
||||
version=12.2
|
||||
version=12.3
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="setuptools-${version}"
|
||||
|
@ -15,7 +15,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://bitbucket.org/pypa/setuptools"
|
||||
license="PSF"
|
||||
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
|
||||
checksum=35217b462c11589754bee08688313b4dfc46c752857c67b2663b2cf9eab60144
|
||||
checksum=acd94720cb66fccc728d61b5db93a04cfc7eb20b5252440cccfc20f71d22162c
|
||||
|
||||
post_extract() {
|
||||
cp -a ${wrksrc} /tmp/setuptools-2.7
|
||||
|
@ -24,7 +24,7 @@ post_extract() {
|
|||
}
|
||||
pre_build() {
|
||||
cd ${wrksrc}/setuptools-3.4
|
||||
sed -i 's,easy_install =,easy_install3 =,' setup.py
|
||||
sed -i 's,\(easy_install\) =,\13 =,' setup.py
|
||||
sed -i 's,#!/usr/bin/env python,&3.4,' setuptools/command/easy_install.py
|
||||
}
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue