diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-22 12:31:22 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-22 14:21:34 +0000 |
commit | 6d0175348d85ed0105c843e1fd56766c3c499809 (patch) | |
tree | a0a6c34322c835b05144346ef70e56900ebaf11a /testing | |
parent | d85dbba6ae6f3931a541970089e79dadeec81574 (diff) | |
download | aports-6d0175348d85ed0105c843e1fd56766c3c499809.tar.bz2 aports-6d0175348d85ed0105c843e1fd56766c3c499809.tar.xz |
community/py-dicttoxml: moved from testing, added python3 support and py2/py3 subpackages
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-dicttoxml/APKBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/py-dicttoxml/APKBUILD b/testing/py-dicttoxml/APKBUILD deleted file mode 100644 index 66a0ab5f66..0000000000 --- a/testing/py-dicttoxml/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Contributor: Francesco Colista <fcolista@alpinelinux.org> -# Maintainer: Francesco Colista <fcolista@alpinelinux.org> -pkgname=py-dicttoxml -_pkgname=dicttoxml -pkgver=1.6.6 -pkgrel=0 -pkgdesc="Converts a Python dictionary or other native data type into a valid XML string" -url="https://github.com/quandyfactory/dicttoxml" -arch="noarch" -license="GPL2" -depends="" -depends_dev="" -makedepends="$depends_dev python-dev" -install="" -subpackages="" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" - -builddir="$srcdir/$_pkgname-$pkgver" -build() { - cd "$builddir" - python setup.py build || return 1 -} - -package() { - cd "$builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="5318bc0dbd1fe0a265ec23bd680c5ead dicttoxml-1.6.6.tar.gz" -sha256sums="8229dcbadbe8a417b5e221b0bd56dff8a8ffd250951e6e95d51d5c5e2a77cc68 dicttoxml-1.6.6.tar.gz" -sha512sums="d2bf83f107b5d81a4fd04e9a5beb162db65808f7bb97d15de5d34beb8a4a2f68fce9e4c46f9c0c56d56c4fcce48181b3175a821834e4fb18d1ee4bc1ac952c8b dicttoxml-1.6.6.tar.gz" |