python-distutils-extra: update to 2.39
This commit is contained in:
parent
37b2500c54
commit
6a8b00c963
1 changed files with 7 additions and 8 deletions
|
@ -1,28 +1,27 @@
|
|||
# Template file for 'python-distutils-extra'
|
||||
pkgname=python-distutils-extra
|
||||
version=2.38
|
||||
version=2.39
|
||||
revision=1
|
||||
noarch="yes"
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
pycompile_module="DistUtilsExtra"
|
||||
hostmakedepends="intltool python-setuptools python3.4-setuptools"
|
||||
makedepends="python-devel python3.4-devel"
|
||||
depends="python-setuptools"
|
||||
depends="python"
|
||||
short_desc="Enhancements to the Python2 build system"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://launchpad.net/python-distutils-extra"
|
||||
license="GPL-2"
|
||||
distfiles="http://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
|
||||
checksum=3d100d5d3492f40b3e7a6a4500f71290bfa91e2c50dc31ba8e3ff9b5d82ca153
|
||||
checksum=723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af
|
||||
|
||||
python3.4-distutils-extra_package() {
|
||||
noarch="yes"
|
||||
depends="python3.4-setuptools"
|
||||
noarch=yes
|
||||
depends="python3.4"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="DistUtilsExtra"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove /usr/lib/python3.4
|
||||
vmove usr/lib/python3.4
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue