aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-packaging
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-04-16 01:35:02 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-04-16 01:35:13 +0200
commitfbcdf13dba3b0e2ea5231df0fb97f68f86cdeffb (patch)
treebf57ee3424be519ef52da0a3db0b721adc1ac766 /community/py-packaging
parent151bb754d225c9ad77b129aa06256953e70ddb06 (diff)
downloadaports-fbcdf13dba3b0e2ea5231df0fb97f68f86cdeffb.tar.bz2
aports-fbcdf13dba3b0e2ea5231df0fb97f68f86cdeffb.tar.xz
community/py-packaging: fix license
Diffstat (limited to 'community/py-packaging')
-rw-r--r--community/py-packaging/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-packaging/APKBUILD b/community/py-packaging/APKBUILD
index f48c560419..edeaadbe6f 100644
--- a/community/py-packaging/APKBUILD
+++ b/community/py-packaging/APKBUILD
@@ -2,11 +2,11 @@
pkgname=py-packaging
_pkgname=packaging
pkgver=16.8
-pkgrel=1
+pkgrel=2
pkgdesc="Core utilities for Python packages"
url="https://pypi.python.org/pypi/packaging"
arch="noarch"
-license="APACHE or BSD"
+license="ASL-2.0 BSD"
depends="py-parsing py-six"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
makedepends="python3-dev python2-dev py-setuptools"