aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-06 20:59:58 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-06 20:59:58 +0100
commitd0fe56a72ad31a93e66f8cf94a2ec0d0774dffc9 (patch)
tree0fc4365acf9ffb07f1fa7ba87034b4c23a669f07 /testing
parent6c918499549fb5b7a64330fb1b509d018f79de17 (diff)
downloadaports-d0fe56a72ad31a93e66f8cf94a2ec0d0774dffc9.tar.bz2
aports-d0fe56a72ad31a93e66f8cf94a2ec0d0774dffc9.tar.xz
community/py3-frozendict: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-frozendict/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/py3-frozendict/APKBUILD b/testing/py3-frozendict/APKBUILD
deleted file mode 100644
index 904aded654..0000000000
--- a/testing/py3-frozendict/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Daiki Maekawa <daikimaekawa29@gmail.com>
-# Maintainer: Daiki Maekawa <daikimaekawa29@gmail.com>
-pkgname=py3-frozendict
-_pkgname=frozendict
-pkgver=1.2
-pkgrel=3
-pkgdesc="immutable dictionary"
-url="https://github.com/slezica/python-frozendict"
-options="!check" # No testsuite
-arch="noarch"
-license="MIT"
-makedepends="py3-setuptools"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-${pkgver}"
-
-replaces="py-frozendict" # Backwards compatibility
-provides="py-frozendict=$pkgver-r$pkgrel" # Backwards compatibility
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-sha512sums="095cf5f6f8b02bf5666e04200431992bf4b3160aae3464d528bc256b1ab643e29dda78fe94d9e8c983dbfe66cd2459e0559122e17b6b8660c0552adc5318b3da frozendict-1.2.tar.gz"