aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-core-api
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-26 19:55:22 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-09 08:03:07 -0300
commitb1bb92c314ec0f5e2768dc31e39e5abbcfd7e9dd (patch)
treee33370b6e8e6b967c811bbef911e8c11aeb135e6 /testing/py3-core-api
parent7b9912516f89918744ad9654a76e971c26bf0a21 (diff)
downloadaports-b1bb92c314ec0f5e2768dc31e39e5abbcfd7e9dd.tar.bz2
aports-b1bb92c314ec0f5e2768dc31e39e5abbcfd7e9dd.tar.xz
community/py3-core-api: move from testing
Diffstat (limited to 'testing/py3-core-api')
-rw-r--r--testing/py3-core-api/APKBUILD32
-rw-r--r--testing/py3-core-api/no-flake8.patch11
2 files changed, 0 insertions, 43 deletions
diff --git a/testing/py3-core-api/APKBUILD b/testing/py3-core-api/APKBUILD
deleted file mode 100644
index ecd501aa31..0000000000
--- a/testing/py3-core-api/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
-# Maintainer:
-pkgname=py3-core-api
-_pkgname=python-client
-pkgver=2.3.3
-pkgrel=5
-pkgdesc="Python client library for Core API"
-url="https://github.com/core-api/python-client"
-arch="noarch"
-license="BSD-2-Clause"
-depends="py3-coreschema py3-itypes py3-requests py3-uritemplate"
-makedepends="py3-setuptools"
-checkdepends="py3-coverage py3-pytest py3-core-api"
-source="$pkgname-$pkgver.tar.gz::https://github.com/core-api/python-client/archive/$pkgver.tar.gz
- no-flake8.patch
- "
-builddir="$srcdir"/$_pkgname-$pkgver
-
-build() {
- python3 setup.py --quiet build
-}
-
-check() {
- python3 runtests
-}
-
-package() {
- python3 setup.py --quiet install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="aeae3ace84c0ce61552236b83db28e47492f5ac17a0e216e1a8eeddaf67270b94127f7a40f8a37cc5051abe097555adfd690a7e6c8801524ca77c916bd451ab8 py3-core-api-2.3.3.tar.gz
-46f6ec6ef970094d41cb9d61c7225c19ea37b19bcba6287c7c8f26a1b11da5bd34a60cd6582436f0450cc5c8f616d499dd2ceb8fa2d6e6042c39715e68343310 no-flake8.patch"
diff --git a/testing/py3-core-api/no-flake8.patch b/testing/py3-core-api/no-flake8.patch
deleted file mode 100644
index 39d8152eef..0000000000
--- a/testing/py3-core-api/no-flake8.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/runtests b/runtests
-index 8b260d9..dba9456 100755
---- a/runtests
-+++ b/runtests
-@@ -86,5 +86,4 @@ if __name__ == "__main__":
- cov.start()
- exit_on_failure(pytest.main(pytest_args))
- cov.stop()
-- exit_on_failure(flake8_main(FLAKE8_ARGS))
- report_coverage(cov)
-