python-unittest-mixins: drop package
This commit is contained in:
parent
c7d3cbbcd3
commit
12ce227196
3 changed files with 14 additions and 27 deletions
|
@ -1,26 +0,0 @@
|
||||||
# Template file for 'python-unittest-mixins'
|
|
||||||
pkgname=python-unittest-mixins
|
|
||||||
version=1.6
|
|
||||||
revision=2
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="${pkgname/python-//}-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="unittest_mixins"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-six"
|
|
||||||
short_desc="Helpul mixins for unittest classes in Python2"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="Apache-2.0"
|
|
||||||
homepage="https://github.com/nedbat/unittest-mixins"
|
|
||||||
distfiles="${PYPI_SITE}/u/unittest-mixins/unittest-mixins-${version}.tar.gz"
|
|
||||||
checksum=05363abe099f0724b7bb6d71d0ce1046078c868cb10b3f1ebdf3ca6593c52507
|
|
||||||
|
|
||||||
python3-unittest-mixins_package() {
|
|
||||||
archs=noarch
|
|
||||||
pycompile_module="unittest_mixins"
|
|
||||||
depends="python3-six"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-unittest-mixins
|
|
14
srcpkgs/python3-unittest-mixins/template
Normal file
14
srcpkgs/python3-unittest-mixins/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'python3-unittest-mixins'
|
||||||
|
pkgname=python3-unittest-mixins
|
||||||
|
version=1.6
|
||||||
|
revision=3
|
||||||
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-six"
|
||||||
|
short_desc="Helpul mixins for unittest classes in Python3"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/nedbat/unittest-mixins"
|
||||||
|
distfiles="${PYPI_SITE}/u/unittest-mixins/unittest-mixins-${version}.tar.gz"
|
||||||
|
checksum=05363abe099f0724b7bb6d71d0ce1046078c868cb10b3f1ebdf3ca6593c52507
|
Loading…
Add table
Add a link
Reference in a new issue