diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-25 01:01:47 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-25 01:10:15 +0100 |
commit | ca2989d0cd238d43f9b2010a3f7b08f4cad781dd (patch) | |
tree | 7b866fac15f4d0fe46e28a72f9f8649ec6ec39d6 | |
parent | 14313166c23b721d2705feb1cd5b93d68aa46056 (diff) | |
download | aports-ca2989d0cd238d43f9b2010a3f7b08f4cad781dd.tar.bz2 aports-ca2989d0cd238d43f9b2010a3f7b08f4cad781dd.tar.xz |
testing/py-pycodestyle: fix license
-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 |