python-xmltodict: python3-nose2 -> python3-nose, nosetest -> nosetests3
This commit is contained in:
parent
8cb3cc7085
commit
de4daf4c5c
|
@ -2,22 +2,22 @@
|
||||||
pkgname=python-xmltodict
|
pkgname=python-xmltodict
|
||||||
version=0.11.0
|
version=0.11.0
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
wrksrc="xmltodict-${version}"
|
wrksrc="xmltodict-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="xmltodict.py"
|
pycompile_module="xmltodict.py"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
checkdepends="python3-nose2"
|
checkdepends="python3-nose"
|
||||||
short_desc="Python2 module that makes working with XML feel like working JSON"
|
short_desc="Python2 module that makes working with XML feel like working JSON"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/martinblech/xmltodict"
|
homepage="https://github.com/martinblech/xmltodict"
|
||||||
distfiles="${PYPI_SITE}/x/xmltodict/xmltodict-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/x/xmltodict/xmltodict-${version}.tar.gz"
|
||||||
checksum=8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df
|
checksum=8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
nosetest
|
nosetests3
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue