2012-09-28 10:00:28 +02:00
|
|
|
# Template file for 'python-distutils-extra'
|
|
|
|
pkgname=python-distutils-extra
|
2014-06-18 16:50:35 +02:00
|
|
|
version=2.38
|
|
|
|
revision=1
|
2014-01-01 16:10:11 +01:00
|
|
|
noarch="yes"
|
2014-06-18 16:50:35 +02:00
|
|
|
build_style=python-module
|
|
|
|
python_versions="2.7 3.4"
|
2014-01-01 16:10:11 +01:00
|
|
|
pycompile_module="DistUtilsExtra"
|
2014-06-18 16:50:35 +02:00
|
|
|
hostmakedepends="intltool python-setuptools python3.4-setuptools"
|
|
|
|
makedepends="python-devel python3.4-devel"
|
|
|
|
depends="python-setuptools"
|
|
|
|
short_desc="Enhancements to the Python2 build system"
|
2014-06-08 12:15:44 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-28 10:00:28 +02:00
|
|
|
homepage="https://launchpad.net/python-distutils-extra"
|
|
|
|
license="GPL-2"
|
|
|
|
distfiles="http://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
|
2014-06-18 16:50:35 +02:00
|
|
|
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
|
|
|
|
}
|
|
|
|
}
|