~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

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

Details
Message ID
<1409073198-17913-1-git-send-email-pnutzh4x0r@gmail.com>
Sender timestamp
1409073198
DKIM signature
missing
Download raw message
Patch: +6 -6
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
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20140827052458.68e51263@ncopa-laptop>
In-Reply-To
<1409073198-17913-1-git-send-email-pnutzh4x0r@gmail.com> (view parent)
Sender timestamp
1409109898
DKIM signature
missing
Download raw message
On Tue, 26 Aug 2014 12:13:18 -0500
Peter Bui <pnutzh4x0r@gmail.com> wrote:

> flake8 requires py-setuptools, py-mccabe, py-pep8, and pyflakes at
> runtime.

applied. Thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)