aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMustang <mustang@miswave.com>2019-12-25 12:15:11 +0000
committerLeo <thinkabit.ukim@gmail.com>2019-12-25 16:34:31 +0100
commit3ae01b02ac864ee46f8e643460f35f073fdbd910 (patch)
tree2dfa4c776b744b31a190510049c971c85fb37911 /testing
parent3ff284a16f163461c166e1abbca5491e2f62a3c1 (diff)
downloadaports-3ae01b02ac864ee46f8e643460f35f073fdbd910.tar.bz2
aports-3ae01b02ac864ee46f8e643460f35f073fdbd910.tar.xz
community/py3-jmespath: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-jmespath/APKBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/py3-jmespath/APKBUILD b/testing/py3-jmespath/APKBUILD
deleted file mode 100644
index d8605a0756..0000000000
--- a/testing/py3-jmespath/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer: Valery Kartel <valery.kartel@gmail.com>
-# Contributor: Valery Kartel <valery.kartel@gmail.com>
-pkgname=py3-jmespath
-_pkgname=jmespath
-pkgver=0.9.4
-pkgrel=1
-pkgdesc="JMESPath is a query language for JSON"
-url="https://jmespath.org"
-arch="noarch"
-license="MIT"
-depends="python3"
-makedepends="py3-setuptools"
-checkdepends="py3-nose"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-replaces=py-jmespath # Backwards compatibility
-provides=py-jmespath=$pkgver-r$pkgrel # Backwards compatibility
-
-build() {
- python3 setup.py build
-}
-
-check() {
- nosetests -v
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="173ec36708f93f72fece049b71846a226010c00498ab51e58bee26a09cc73cf96a062df215d3737eb266e689c2ecf7a2be95b009ed74ad122f6739d4379466c6 jmespath-0.9.4.tar.gz"