26 lines
790 B
Bash
26 lines
790 B
Bash
# Template file for 'python-distutils-extra'
|
|
pkgname=python-distutils-extra
|
|
version=2.39
|
|
revision=3
|
|
noarch=yes
|
|
build_style=python-module
|
|
pycompile_module="DistUtilsExtra"
|
|
hostmakedepends="intltool python-setuptools python3-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=723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af
|
|
|
|
python3-distutils-extra_package() {
|
|
noarch=yes
|
|
depends="python3"
|
|
pycompile_module="DistUtilsExtra"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|