summaryrefslogtreecommitdiffstats
path: root/testing/pep8
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2015-04-16 16:26:00 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2015-05-09 07:40:26 +0000
commitf5c842e3043ea54b78a97ed34e89324dd6da4cf6 (patch)
tree66ba50a99a878da9fd7f1818df8a4b5544169763 /testing/pep8
parent553571fa2528f447e2889dc1244f106b6fb5e77b (diff)
downloadaports-f5c842e3043ea54b78a97ed34e89324dd6da4cf6.tar.bz2
aports-f5c842e3043ea54b78a97ed34e89324dd6da4cf6.tar.xz
testing/pep8: upgrade to 1.6.2
Diffstat (limited to 'testing/pep8')
-rw-r--r--testing/pep8/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/pep8/APKBUILD b/testing/pep8/APKBUILD
index 37c46bef8..608ec9ed5 100644
--- a/testing/pep8/APKBUILD
+++ b/testing/pep8/APKBUILD
@@ -4,9 +4,9 @@
# https://www.archlinux.org/packages/community/any/pep8/
# https://pypi.python.org/pypi/pep8
pkgname=pep8
-pkgver=1.5.7
+pkgver=1.6.2
pkgrel=0
-pkgdesc="pep8 is a tool to check your Python code against some of the style conventions in PEP 8."
+pkgdesc="A tool to check your Python code against some of the style conventions in PEP 8."
url="http://github.com/jcrocholl/pep8/"
arch="noarch"
license="custom:Expat"
@@ -38,6 +38,6 @@ package() {
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}
-md5sums="f6adbdd69365ecca20513c709f9b7c93 pep8-1.5.7.tar.gz"
-sha256sums="15b42131b25f376165d195fe4e17b0a28311182aaf9330d5eb575bbeda5a6989 pep8-1.5.7.tar.gz"
-sha512sums="ae5cc6cc47d71e90059fec0c89f5e8e7b71b08d185c95b0c8cf0aa9acaee4841d0cfc617fb1ca6d7af7f4721480a1992b6178dc845d80dfe87fe3792d515a3eb pep8-1.5.7.tar.gz"
+md5sums="c7a3f57d832484a6295164661fbb1335 pep8-1.6.2.tar.gz"
+sha256sums="b8b7e35630b5539e26a197dfc6005be9e1e9a135496b377723a8ebc01b9bcbff pep8-1.6.2.tar.gz"
+sha512sums="f046a1e3ed68a7c409ad6c501a54ed14188de670f0e0d873d2d7960e45fec0c4e2c27067877854ecbb20f3690f9d2ca1fa4bc1cc52b22e1f71bd0aec4ddb6fc9 pep8-1.6.2.tar.gz"