~alpine/devel

testing/py-flake8: update to 2.2.3, fix depends v1 PROPOSED

Peter Bui: 1
 testing/py-flake8: update to 2.2.3, fix depends

 1 files changed, 6 insertions(+), 6 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/203/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] testing/py-flake8: update to 2.2.3, fix depends Export this patch

flake8 requires py-setuptools, py-mccabe, py-pep8, and pyflakes at
runtime.
---
 testing/py-flake8/APKBUILD | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/testing/py-flake8/APKBUILD b/testing/py-flake8/APKBUILD
index ced8d73..34e140f 100644
--- a/testing/py-flake8/APKBUILD
+++ b/testing/py-flake8/APKBUILD
@@ -2,15 +2,15 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-flake8
_pkgname=flake8
pkgver=2.2.2
pkgver=2.2.3
pkgrel=0
pkgdesc="A modular source code checker"
url="https://bitbucket.org/tarek/flake8/wiki/Home"
arch="noarch"
license="MIT"
depends="python"
depends="python py-setuptools py-mccabe py-pep8 pyflakes"
depends_dev=""
makedepends="python-dev py-setuptools py-mccabe py-pep8 pyflakes"
makedepends="python-dev"
install=""
subpackages=""
source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
@@ -36,6 +36,6 @@ package() {
	python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}

md5sums="5489f7dbec86de460839fa4290997040  flake8-2.2.2.tar.gz"
sha256sums="e9737683d71c24ddff0cb7e76f33b03d0955a0fab772632ec311a469062e7278  flake8-2.2.2.tar.gz"
sha512sums="e12051916246a2a8e87f407fb2450d7a3cf88e729989ee8e1b6a1ca1b7f0e4567c4cf99b13447ef3c9b57c689e75b8403b31911b27ceae722ff9c1be211df550  flake8-2.2.2.tar.gz"
md5sums="dc26f97ab25f659761aee131a25e98b6  flake8-2.2.3.tar.gz"
sha256sums="455ac100727f183714473f477c9ab786579c533b7beb3327f6f79c8215057968  flake8-2.2.3.tar.gz"
sha512sums="71b7e52486dc1d1381cee879dfcecc057f51a49a48015b7c7be57458d3be3d5ef7cd30c51a0fe08063a6dcfb5dc9b0c669eb6b16efaf48ac6edf8176596670c1  flake8-2.2.3.tar.gz"
-- 
2.1.0



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---