python-xmltodict: python3-nose2 -> python3-nose, nosetest -> nosetests3

This commit is contained in:
Alessio Sergi 2018-05-25 12:20:19 +02:00
parent 8cb3cc7085
commit de4daf4c5c
1 changed files with 3 additions and 3 deletions

View File

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