diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 06:10:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:56 +0000 |
commit | c07d630d91918d34567bd66048640284c35611c4 (patch) | |
tree | 8bb6cb3b7c9f578604b9b2abbb2ef7157f8dc9b2 /testing/py-pep8-naming/APKBUILD | |
parent | 67d34b120ff993c0d9b2fb6d9387c2600840069d (diff) | |
download | aports-c07d630d91918d34567bd66048640284c35611c4.tar.bz2 aports-c07d630d91918d34567bd66048640284c35611c4.tar.xz |
testing/py-pep8-naming: upgrade to 0.8.2
Diffstat (limited to 'testing/py-pep8-naming/APKBUILD')
-rw-r--r-- | testing/py-pep8-naming/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/py-pep8-naming/APKBUILD b/testing/py-pep8-naming/APKBUILD index bf859cf6aa..f819e56e9a 100644 --- a/testing/py-pep8-naming/APKBUILD +++ b/testing/py-pep8-naming/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-pep8-naming _pkgname=pep8-naming -pkgver=0.7.0 +pkgver=0.8.2 pkgrel=0 pkgdesc="Check PEP-8 naming conventions plugin for flake8" url="https://github.com/flintwork/pep8-naming" @@ -23,7 +23,8 @@ build() { check() { cd "$builddir" - tox + python2 setup.py test + python3 setup.py test } package() { @@ -51,4 +52,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="02d3a0203d370bf073eb6d207017b91001c89968f29c270f09dd36ced55d5dd85ac1a0c1cc1f010680a9f8657305546a678e051af45b415b7868337b90104ed0 pep8-naming-0.7.0.tar.gz" +sha512sums="08b13a58c9ab4f12e3825908e741f68ea6542eab4a9e1c041952f611f3caa033a3c4e581ee2fba3d2db889857ff05713dcc19bd497d66d4e8d496403fd284207 pep8-naming-0.8.2.tar.gz" |