summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2014-03-04 09:45:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-03-11 07:33:00 +0000
commitb1c738a7797ef423ec734eda5d7bd87ed044b654 (patch)
treef607ffe3e8ec2fbd2ee7da487e75e5df46c2359d /testing
parent12e947026b7dcd9b879f84050820616a4b56b176 (diff)
downloadaports-b1c738a7797ef423ec734eda5d7bd87ed044b654.tar.bz2
aports-b1c738a7797ef423ec734eda5d7bd87ed044b654.tar.xz
testing/pylint: upgrade to 1.1.0
Diffstat (limited to 'testing')
-rw-r--r--testing/pylint/APKBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/testing/pylint/APKBUILD b/testing/pylint/APKBUILD
index 8fcc7ad07..e4312c814 100644
--- a/testing/pylint/APKBUILD
+++ b/testing/pylint/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=pylint
-pkgver=1.0.0
-pkgrel=1
+pkgver=1.1.0
+pkgrel=0
pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
url="http://pypi.python.org/pypi/pylint"
arch="noarch"
@@ -12,9 +12,9 @@ depends_dev=""
makedepends="python-dev py-setuptools py-astroid"
install=""
subpackages="$pkgname-doc"
-source="http://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz"
-_builddir="$srcdir"/$pkgname-$pkgver
+source="http://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"
+_builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$_builddir"
python setup.py build || return 1
@@ -31,6 +31,6 @@ doc() {
mv "$_builddir"/man/*.1 "$subpkgdir"/usr/share/man/man1/ || return 1
}
-md5sums="082b84db04e92f58bba6331060397b05 pylint-1.0.0.tar.gz"
-sha256sums="c28f22ef0e3d39a7cac8d2110f8e680e8b44123050ffd5b352d77c081237cb59 pylint-1.0.0.tar.gz"
-sha512sums="0af6f49d70dcc46414d36c630c4dbce2dd46b36ed0032ccc3d7862da8f068cbb98593cd183ba0575529192ef42b35b714be89c6e4358fa02e3ad7118ab720598 pylint-1.0.0.tar.gz"
+md5sums="017299b5911838a9347a71de5f946afc pylint-1.1.0.tar.gz"
+sha256sums="8a92f0067213dd2bdcc793f838637a7d797918b01898ef8624213e93364759b1 pylint-1.1.0.tar.gz"
+sha512sums="e69c2b76bb9503e624142c907debe2e858048f80a35636d335286d02c9e2dc23728d178827c1d04c606c697838ddac3d98ce076e937bde44d9c8f11fc3d11497 pylint-1.1.0.tar.gz"