diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-18 09:35:55 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-18 12:08:59 +0000 |
commit | 8450c9dfcdbc53af350340ebe4600542c58f47dd (patch) | |
tree | e29d04ba1479534063e4b028bce36d8007e52a9b /testing | |
parent | 214ffc834a375d01db8d5cdb57521b2ca8c7901f (diff) | |
download | aports-8450c9dfcdbc53af350340ebe4600542c58f47dd.tar.bz2 aports-8450c9dfcdbc53af350340ebe4600542c58f47dd.tar.xz |
testing/py3-jsonschema: renamed from py-jsonschema
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-jsonschema/APKBUILD (renamed from testing/py-jsonschema/APKBUILD) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-jsonschema/APKBUILD b/testing/py3-jsonschema/APKBUILD index fdad6b386c..5b2da22f33 100644 --- a/testing/py-jsonschema/APKBUILD +++ b/testing/py3-jsonschema/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> -pkgname=py-jsonschema +pkgname=py3-jsonschema _pkgname=jsonschema pkgver=2.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="An implementation of JSON Schema validation for Python" url="http://pypi.python.org/pypi/jsonschema" arch="noarch" |