python-distutils-extra: remove package
This commit is contained in:
parent
d70f4603a0
commit
8f02a86c51
|
@ -1,21 +0,0 @@
|
|||
# Template file for 'python-distutils-extra'
|
||||
pkgname=python-distutils-extra
|
||||
version=2.39
|
||||
revision=8
|
||||
build_style=python-module
|
||||
hostmakedepends="intltool python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Enhancements to the Python2 build system"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://launchpad.net/python-distutils-extra"
|
||||
distfiles="http://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
|
||||
checksum=723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af
|
||||
|
||||
python3-distutils-extra_package() {
|
||||
depends="python3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-distutils-extra
|
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'python3-distutils-extra'
|
||||
pkgname=python3-distutils-extra
|
||||
version=2.39
|
||||
revision=8
|
||||
wrksrc="python-distutils-extra-$version"
|
||||
build_style=python3-module
|
||||
hostmakedepends="intltool python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Enhancements to the Python3 build system"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://launchpad.net/python-distutils-extra"
|
||||
distfiles="http://launchpad.net/python-distutils-extra/trunk/${version}/+download/python-distutils-extra-${version}.tar.gz"
|
||||
checksum=723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af
|
|
@ -273,6 +273,7 @@ replaces="
|
|||
python-configobj<=5.0.6_9
|
||||
python-crypto<=3.9.7_3
|
||||
python-cryptography_vectors<=3.3.2_1
|
||||
python-distutils-extra<=2.39_8
|
||||
python-docutils<=0.16_3
|
||||
python-enchant<=2.0.0_4
|
||||
python-evdev<=1.2.0_5
|
||||
|
|
Loading…
Reference in New Issue