aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-flake8-docstrings
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2015-07-28 09:42:23 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-07-28 09:42:23 +0000
commit5e2b2c80454c2ab3d2d45357285afcc6bd7a68cf (patch)
tree8c1ba98e1260bb5417763bf1bbf02c197ebf2ce1 /testing/py-flake8-docstrings
parent5576f9c9e18d678f03ee7044b9b688c5bea76a4a (diff)
downloadaports-5e2b2c80454c2ab3d2d45357285afcc6bd7a68cf.tar.bz2
aports-5e2b2c80454c2ab3d2d45357285afcc6bd7a68cf.tar.xz
testing/py-flake8-docstrings: changed dependency from py-flake8 to flake8 because of renamed package
Diffstat (limited to 'testing/py-flake8-docstrings')
-rw-r--r--testing/py-flake8-docstrings/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flake8-docstrings/APKBUILD b/testing/py-flake8-docstrings/APKBUILD
index 13a52303e3..3724cf759b 100644
--- a/testing/py-flake8-docstrings/APKBUILD
+++ b/testing/py-flake8-docstrings/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py-flake8-docstrings
_pkgname=flake8-docstrings
pkgver=0.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="Extension for flake8 which uses pep257 to check docstrings"
url="https://bitbucket.org/icordasc/flake8-docstrings"
arch="noarch"
license="MIT"
-depends="python py-flake8"
+depends="python flake8"
depends_dev=""
makedepends="python-dev py-setuptools"
install=""