aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-06 21:00:01 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-06 21:00:01 +0100
commit0500a4277a5b4ec50a32d6e95cdf22a4cb6c9e23 (patch)
tree2dbf99c87ea5fdf52642b07906c46f38d91d2320 /testing
parentd0fe56a72ad31a93e66f8cf94a2ec0d0774dffc9 (diff)
downloadaports-0500a4277a5b4ec50a32d6e95cdf22a4cb6c9e23.tar.bz2
aports-0500a4277a5b4ec50a32d6e95cdf22a4cb6c9e23.tar.xz
community/py3-canonicaljson: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-canonicaljson/APKBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/py3-canonicaljson/APKBUILD b/testing/py3-canonicaljson/APKBUILD
deleted file mode 100644
index 5d83e153dd..0000000000
--- a/testing/py3-canonicaljson/APKBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=py3-canonicaljson
-pkgver=1.1.4
-pkgrel=1
-pkgdesc="Canonical JSON"
-options="!check" # No testsuite
-url="https://github.com/matrix-org/python-canonicaljson"
-arch="noarch"
-license="Apache-2.0"
-depends="python3 py3-simplejson py3-frozendict py3-six"
-makedepends="py3-setuptools"
-source="https://pypi.io/packages/source/c/canonicaljson/canonicaljson-$pkgver.tar.gz"
-builddir="$srcdir/canonicaljson-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="00f10168f226ba4c5cb49a50f5c0f135003897645d5533acb7b62889781f42f1bccf13ee0f0e03d3990b575da499872bdb168a86890a3cc1d2052c768faaaac4 canonicaljson-1.1.4.tar.gz"