aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-06 04:04:32 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-06 04:04:32 -0300
commitc87c942f36466e2ef63dec554dc8948eab6cb8c3 (patch)
tree6aac7749c0a7cadeb90ed6ea854d1caac2d5185b
parent408e28fe9dd5970df58950f7fa449c2f0ce77ccc (diff)
downloadaports-c87c942f36466e2ef63dec554dc8948eab6cb8c3.tar.bz2
aports-c87c942f36466e2ef63dec554dc8948eab6cb8c3.tar.xz
testing/py3-pytest-isort: fix license
-rw-r--r--testing/py3-pytest-isort/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pytest-isort/APKBUILD b/testing/py3-pytest-isort/APKBUILD
index 6faaf10d83..bbf9ef5cb6 100644
--- a/testing/py3-pytest-isort/APKBUILD
+++ b/testing/py3-pytest-isort/APKBUILD
@@ -2,11 +2,11 @@
pkgname=py3-pytest-isort
_pyname=pytest-isort
pkgver=0.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="pytest plugin to check import ordering using isort"
url="https://pypi.org/project/pytest-isort/"
arch="noarch"
-license="3-Clause-BSD"
+license="BSD-3-Clause"
depends="py3-pytest py3-isort"
makedepends="py3-setuptools"
_pypiprefix="${_pyname%${_pyname#?}}"