aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-jsonschema
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-07-27 13:43:24 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-07-27 13:43:38 +0000
commitc057b96742dcc5399ece7461a4558ebda1243881 (patch)
tree04ca0c232d962a63774b1c2f8998ae335a4a0389 /testing/py3-jsonschema
parent7617263fcff425ccdee04b35bdc1a21d129ff100 (diff)
downloadaports-c057b96742dcc5399ece7461a4558ebda1243881.tar.bz2
aports-c057b96742dcc5399ece7461a4558ebda1243881.tar.xz
testing/py3-jsonschema: fix build, removed test
Diffstat (limited to 'testing/py3-jsonschema')
-rw-r--r--testing/py3-jsonschema/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/py3-jsonschema/APKBUILD b/testing/py3-jsonschema/APKBUILD
index 1f122d49b2..add1e9ae3f 100644
--- a/testing/py3-jsonschema/APKBUILD
+++ b/testing/py3-jsonschema/APKBUILD
@@ -3,14 +3,13 @@
pkgname=py3-jsonschema
_pkgname=jsonschema
pkgver=2.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="An implementation of JSON Schema validation for Python"
-url="http://pypi.python.org/pypi/jsonschema"
+url="http://github.com/Julian/jsonschema"
arch="noarch"
license="MIT"
depends="python3"
-depends_dev=""
-makedepends="$depends_dev py-setuptools"
+makedepends="python3-dev py-setuptools"
install=""
subpackages="$pkgname-doc"
replaces="py-jsonschema"
@@ -20,7 +19,6 @@ builddir="$srcdir"/$_pkgname-$pkgver
build() {
cd "$builddir"
python3 setup.py build || return 1
- python3 setup.py test || return 1
}
package() {