aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-05 05:22:25 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-05 05:22:25 +0100
commit2b779e1fc4cc4613497dde01228785e8b656380a (patch)
treea5f99e0fbefb70176203f530f0aadb5c0cf6061e /testing
parent023b04e49fae923a8dba7673f63b47aafe188662 (diff)
downloadaports-2b779e1fc4cc4613497dde01228785e8b656380a.tar.bz2
aports-2b779e1fc4cc4613497dde01228785e8b656380a.tar.xz
community/py3-validators: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-validators/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/py3-validators/APKBUILD b/testing/py3-validators/APKBUILD
deleted file mode 100644
index c5398a318c..0000000000
--- a/testing/py3-validators/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=py3-validators
-pkgver=0.14.2
-pkgrel=0
-pkgdesc="Python3 Data Validation for Humans"
-url="https://github.com/kvesteri/validators"
-arch="all"
-license="MIT"
-depends="python3 py3-six py3-decorator"
-makedepends="py3-setuptools"
-checkdepends="py3-isort py3-pytest py3-flake8"
-source="$pkgname-$pkgver.tar.gz::https://github.com/kvesteri/validators/archive/$pkgver.tar.gz"
-builddir="$srcdir/validators-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- py.test-3
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="c38c0bd7c18e1a0e70c28bcb4730ef1b5ed71409e2bf40ea70dd75b6a3829a8b0ced00d110e1351aa087285260e8764eace9c19cb631198bf76cc4c3c0e33185 py3-validators-0.14.2.tar.gz"