diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 12:07:56 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 13:00:04 +0000 |
commit | b2230ae7ef8cd91d7a314571cb9ac5e0f74a147e (patch) | |
tree | f2505a30a70f9a3b54bbed0b6ef26a6bdf9cf86c /testing | |
parent | fd68f1d9fc2722f7e460241f15f40f9570254d89 (diff) | |
download | aports-b2230ae7ef8cd91d7a314571cb9ac5e0f74a147e.tar.bz2 aports-b2230ae7ef8cd91d7a314571cb9ac5e0f74a147e.tar.xz |
community/py3-jsonschema: moved from testing
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-jsonschema/APKBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/py3-jsonschema/APKBUILD b/testing/py3-jsonschema/APKBUILD deleted file mode 100644 index add1e9ae3f..0000000000 --- a/testing/py3-jsonschema/APKBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Contributor: Francesco Colista <fcolista@alpinelinux.org> -# Maintainer: Francesco Colista <fcolista@alpinelinux.org> -pkgname=py3-jsonschema -_pkgname=jsonschema -pkgver=2.5.1 -pkgrel=2 -pkgdesc="An implementation of JSON Schema validation for Python" -url="http://github.com/Julian/jsonschema" -arch="noarch" -license="MIT" -depends="python3" -makedepends="python3-dev py-setuptools" -install="" -subpackages="$pkgname-doc" -replaces="py-jsonschema" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$_pkgname-$pkgver - -build() { - cd "$builddir" - python3 setup.py build || return 1 -} - -package() { - cd "$builddir" - python3 setup.py install --root="$pkgdir/" --optimize=1 - install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE -} - -md5sums="374e848fdb69a3ce8b7e778b47c30640 jsonschema-2.5.1.tar.gz" -sha256sums="36673ac378feed3daa5956276a829699056523d7961027911f064b52255ead41 jsonschema-2.5.1.tar.gz" -sha512sums="9e8f6ce16504b7ae7ef1ceb44ecb07eab85923e40967bd8e502b9fa779e772b547db90f56ca951d06591b951e7240db1071e909ac75543d42f6f2495f6de3298 jsonschema-2.5.1.tar.gz" |