python-distutils-extra: update to 2.38.
This commit is contained in:
parent
c5122e0326
commit
b9384ee7e1
2 changed files with 21 additions and 7 deletions
|
@ -1,15 +1,28 @@
|
||||||
# Template file for 'python-distutils-extra'
|
# Template file for 'python-distutils-extra'
|
||||||
pkgname=python-distutils-extra
|
pkgname=python-distutils-extra
|
||||||
version=2.37
|
version=2.38
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python-module
|
|
||||||
hostmakedepends="python-setuptools intltool"
|
|
||||||
depends="python python-distribute"
|
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
|
build_style=python-module
|
||||||
|
python_versions="2.7 3.4"
|
||||||
pycompile_module="DistUtilsExtra"
|
pycompile_module="DistUtilsExtra"
|
||||||
short_desc="Enhancements to the Python build system"
|
hostmakedepends="intltool python-setuptools python3.4-setuptools"
|
||||||
|
makedepends="python-devel python3.4-devel"
|
||||||
|
depends="python-setuptools"
|
||||||
|
short_desc="Enhancements to the Python2 build system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://launchpad.net/python-distutils-extra"
|
homepage="https://launchpad.net/python-distutils-extra"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
|
distfiles="http://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
|
||||||
checksum=5c9539badfdc7e0ebb463ee66b9c09d48a08ca121c84ec7316b1fbb799a72878
|
checksum=3d100d5d3492f40b3e7a6a4500f71290bfa91e2c50dc31ba8e3ff9b5d82ca153
|
||||||
|
|
||||||
|
python3.4-distutils-extra_package() {
|
||||||
|
noarch="yes"
|
||||||
|
depends="python3.4-setuptools"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="DistUtilsExtra"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove /usr/lib/python3.4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3.4-distutils-extra
Symbolic link
1
srcpkgs/python3.4-distutils-extra
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-distutils-extra
|
Loading…
Reference in a new issue