# Maintainer: Drew DeVault pkgname=py3-dict2xml _pyname=dict2xml pkgver=1.7.0 pkgrel=1 pkgdesc="Small utility to convert a python dictionary into an XML string" options="!check" # Requires unpackaged 'NoseOfYeti' url="https://github.com/delfick/python-dict2xml" arch="noarch" license="MIT" depends="python3" makedepends="py3-setuptools" _pypiprefix="${_pyname%${_pyname#?}}" source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" build() { python3 setup.py build } package() { python3 setup.py install --root="$pkgdir" --optimize=1 } sha512sums="7ed2af3facc81d70b1ccb1a1ffacdd7f72a38b7435048f170f657e8b48f3f9a144238df93e577ea8d3bfae019edfbbe35da7b2e7cd82fbb8f59cd3f646ac6a6e dict2xml-1.7.0.tar.gz"