aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-iniparse/APKBUILD
blob: e384f68e6908f359d254d72e9d52d57287c395ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer:
# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org>
pkgname=py3-iniparse
_pkgname=iniparse
pkgver=0.5
pkgrel=0
pkgdesc="INI parser library for Python"
options="!check" # Testsuite loader broken
url="https://code.google.com/p/iniparse/"
arch="noarch"
license="MIT"
makedepends="py3-setuptools"
subpackages="$pkgname-doc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

replaces="py-iniparse" # Backwards compatibility
provides="py-iniparse=$pkgver-r$pkgrel" # Backwards compatibility

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="b3f10d1b36497c3c5c71cb0a1ac73d74d8944f4ad3b7acc4a4b0246c2f1a20c184d9af20bbb3cb8ec4f57fddfb5e103b92688847debb4200ef0583353d7f9556  iniparse-0.5.tar.gz"