aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-jsonpatch/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-jsonpatch/APKBUILD')
-rw-r--r--testing/py3-jsonpatch/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/py3-jsonpatch/APKBUILD b/testing/py3-jsonpatch/APKBUILD
deleted file mode 100644
index 6d3de53dd97..00000000000
--- a/testing/py3-jsonpatch/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Matt Dainty <matt+alpine@bodgit-n-scarper.com>
-# Maintainer: TBK <alpine@jjtc.eu>
-pkgname=py3-jsonpatch
-_pkgname=jsonpatch
-pkgver=1.24
-pkgrel=0
-pkgdesc="Apply JSON-Patches (RFC 6902)"
-url="https://github.com/stefankoegl/python-json-patch"
-arch="noarch"
-license="BSD-3-Clause"
-depends="py3-jsonpointer"
-makedepends="py3-setuptools"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir"/$_pkgname-$pkgver
-
-replaces="py-jsonpatch" # Backwards compatibility
-provides="py-jsonpatch=$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="816bb48ebeecd9352a5f3a727057368f6604b9c3c31a77a83440b66a2f5094b985d808176ac5aa7ee5cd5ef54f639ba66c157f8a389b64c04744b1109452a8f5 jsonpatch-1.24.tar.gz"