diff options
-rw-r--r-- | testing/py-pycodestyle/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-pycodestyle/APKBUILD b/testing/py-pycodestyle/APKBUILD index 16d2941adc..3e035a6ec4 100644 --- a/testing/py-pycodestyle/APKBUILD +++ b/testing/py-pycodestyle/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: pkgname=py-pycodestyle pkgver=2.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="Check your Python code against some of the style conventions in PEP 8" url="https://pypi.python.org/pypi/pycodestyle/" arch="noarch" -license="Unknown" +license="MIT" depends="" makedepends="python2-dev python3-dev py-setuptools" options="!check" #no testsuite |