From b7fbb3f41e08b64b33b823a16f064dbc3233959a Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 14 Jun 2019 04:44:51 -0300 Subject: testing/py-openapi-codec: move from unmaintained --- unmaintained/py-openapi-codec/APKBUILD | 55 ---------------------- ...able-flake8-tests-that-requires-pyflake15.patch | 9 ---- 2 files changed, 64 deletions(-) delete mode 100644 unmaintained/py-openapi-codec/APKBUILD delete mode 100644 unmaintained/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch (limited to 'unmaintained') diff --git a/unmaintained/py-openapi-codec/APKBUILD b/unmaintained/py-openapi-codec/APKBUILD deleted file mode 100644 index f268fe7fe5..0000000000 --- a/unmaintained/py-openapi-codec/APKBUILD +++ /dev/null @@ -1,55 +0,0 @@ -# Contributor: Leonardo Arena -# Maintainer: -pkgname=py-openapi-codec -pkgver=1.3.2 -pkgrel=2 -pkgdesc="OpenAPI codec for Core API" -url="https://github.com/core-api/python-openapi-codec" -arch="noarch" -license="BSD-2-Clause" -depends="py-core-api" -makedepends="py3-setuptools py2-setuptools" -checkdepends="py-coverage pytest py-jinja2 py-pycodestyle py-pyflakes" -subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" -source="$pkgname-$pkgver.tar.gz::https://github.com/core-api/python-openapi-codec/archive/$pkgver.tar.gz - disable-flake8-tests-that-requires-pyflake15.patch - " -builddir="$srcdir"/python-openapi-codec-$pkgver - -build() { - python2 setup.py --quiet build - python3 setup.py --quiet build -} - -package() { - mkdir -p "$pkgdir"/usr/bin -} - -check() { - python2 runtests - python3 runtests -} - -_py2() { - depends="${depends//py-/py2-}" - _py python2 -} - -_py3() { - depends="${depends//py-/py3-}" - _py python3 -} - -_py() { - local python="$1" - local pyver="${1:6:1}" - pkgdesc="$pkgdesc (for $python)" - depends="$depends $python" - install_if="$pkgname=$pkgver-r$pkgrel $python" - - cd "$builddir" - $python setup.py --quiet install --prefix=/usr --root="$subpkgdir" -} - -sha512sums="566c82643bd6ad3e9bc444ceb9a518cb8bdddc9239f43e8bcce69d3b425a9d62b5d56d56cbe685fb0d054c1c3e33a19b010d5f8b4469d1c98fd092742b17bb22 py-openapi-codec-1.3.2.tar.gz -6807f1d48f17bcec58642037e262246b818fb0e5d522606c46fbe343fd2c7d5388a40d29e6d361ad34d92611a1eb24e29cc78377472bd608503a71c8e8017363 disable-flake8-tests-that-requires-pyflake15.patch" diff --git a/unmaintained/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch b/unmaintained/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch deleted file mode 100644 index b2cee84904..0000000000 --- a/unmaintained/py-openapi-codec/disable-flake8-tests-that-requires-pyflake15.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/runtests -+++ b/runtests -@@ -85,5 +85,5 @@ - cov.start() - exit_on_failure(pytest.main(pytest_args)) - cov.stop() -- exit_on_failure(flake8_main(FLAKE8_ARGS)) -+ # exit_on_failure(flake8_main(FLAKE8_ARGS)) - report_coverage(cov) -- cgit v1.2.3