aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pytest-flake8
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-06 04:05:17 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-06 04:05:17 -0300
commitbbc7e8897176cdad7915e421d2425dfc13d39d62 (patch)
tree250d2bc3f5aadd225d1d47d508ea30dec546645a /testing/py3-pytest-flake8
parent77f65435c248fefa51a454ff4505f5b1e1857457 (diff)
downloadaports-bbc7e8897176cdad7915e421d2425dfc13d39d62.tar.bz2
aports-bbc7e8897176cdad7915e421d2425dfc13d39d62.tar.xz
testing/py3-pytest-flake8: fix license
Diffstat (limited to 'testing/py3-pytest-flake8')
-rw-r--r--testing/py3-pytest-flake8/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pytest-flake8/APKBUILD b/testing/py3-pytest-flake8/APKBUILD
index be843aeaf2..e78ebc3fd7 100644
--- a/testing/py3-pytest-flake8/APKBUILD
+++ b/testing/py3-pytest-flake8/APKBUILD
@@ -2,11 +2,11 @@
pkgname=py3-pytest-flake8
_pyname=pytest-flake8
pkgver=1.0.4
-pkgrel=0
+pkgrel=1
pkgdesc="pytest plugin for efficiently checking PEP8 compliance"
url="https://pypi.org/project/pytest-flake8/"
arch="noarch"
-license="3-Clause-BSD"
+license="BSD-3-Clause"
depends="py3-pytest py3-flake8"
makedepends="py3-setuptools"
_pypiprefix="${_pyname%${_pyname#?}}"