aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-anyjson/APKBUILD
blob: a40f55471bcdcb6e998e1ba76ae51939e2aae3b8 (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
29
30
31
32
33
34
35
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Contributor: Stefan Wagner <stw@bit-strickerei.de>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-anyjson
_pkgname=anyjson
pkgver=0.3.3
pkgrel=5
pkgdesc="Wraps the best available JSON implementation available in a common interface"
url="https://bitbucket.org/runeh/anyjson/"
arch="noarch"
license="BSD-3-Clause"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-future py3-nose"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
	python3.patch"
builddir="$srcdir"/$_pkgname-$pkgver

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

build() {
	python3 setup.py build
}

check() {
	python3 setup.py test
}

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

sha512sums="9e70df3cb8bfe2348fdb0eb03cf3c33ca5a1171aca6467787fc28c161354b5ebe89b2f73badfa00708774d6825799860493ddcac7f5da8cc9c251b92b5a343bc  anyjson-0.3.3.tar.gz
d8e70ed13971e78a6f225df7fec74813a3c565446c1c538ac35f91a1e752a4381d895c87994d848c3661c736811b05b70084e3b8c5e3d6531e8424979b48cfb6  python3.patch"