diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-12-24 22:33:33 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-12-24 22:33:53 +0000 |
commit | 49768085ada7f6ad50489a836192cae639da12b5 (patch) | |
tree | d363a20e59e2a427cfeb4f40e501f4a607883a18 /testing/py-itypes/APKBUILD | |
parent | 5f220d12ebabb440dee30ea3787d78835521362d (diff) | |
download | aports-49768085ada7f6ad50489a836192cae639da12b5.tar.bz2 aports-49768085ada7f6ad50489a836192cae639da12b5.tar.xz |
testing/py-itypes: fix build
Diffstat (limited to 'testing/py-itypes/APKBUILD')
-rw-r--r-- | testing/py-itypes/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/py-itypes/APKBUILD b/testing/py-itypes/APKBUILD index 880daaa64c..94e8cb0955 100644 --- a/testing/py-itypes/APKBUILD +++ b/testing/py-itypes/APKBUILD @@ -9,11 +9,12 @@ url="https://github.com/tomchristie/itypes" arch="noarch" license="Unknown" depends="" -makedepends="python2-dev python3-dev py3-setuptools" +makedepends="python2-dev python3-dev py2-setuptools" checkdepends="py2-flake8 py3-flake8 py2-pytest py3-pytest py-enum34 py2-pycodestyle py3-pycodestyle py2-pyflakes py3-pyflakes" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" -source="$pkgname-$pkgver.tar.gz::https://github.com/tomchristie/itypes/archive/$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/tomchristie/itypes/archive/$pkgver.tar.gz + disable-flake8.patch" builddir="$srcdir"/$_pkgreal-$pkgver build() { @@ -54,4 +55,5 @@ _py() { $python setup.py --quiet install --prefix=/usr --root="$subpkgdir" } -sha512sums="2f6dd5d655f1031059df8dcfd0a2f76875796a800144e887fb66cb5585949097edb6b9f5e973de2280f43cfeb25ab99d3ca428372fe239c8cd70f385304bcdd7 py-itypes-1.1.0.tar.gz" +sha512sums="2f6dd5d655f1031059df8dcfd0a2f76875796a800144e887fb66cb5585949097edb6b9f5e973de2280f43cfeb25ab99d3ca428372fe239c8cd70f385304bcdd7 py-itypes-1.1.0.tar.gz +71421f34cf7c4303a2bb8dbbe48d7098f183ce41ed7bf454efa199d031a88c54c84a93eb84d0fa14b8231086709d2949eec7b6bbdb55af7aae4d62a734056d69 disable-flake8.patch" |