aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-itypes
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-25 00:42:26 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-25 01:10:13 +0100
commitcad14e8fbab7446559722915d610a0eae390a83f (patch)
tree8092d99485242ee5a848075efc160b26d302a61b /testing/py-itypes
parent8b7a84e3ec855733a5f6a17826377c95200feaf7 (diff)
downloadaports-cad14e8fbab7446559722915d610a0eae390a83f.tar.bz2
aports-cad14e8fbab7446559722915d610a0eae390a83f.tar.xz
testing/py-itypes: fix license
Diffstat (limited to 'testing/py-itypes')
-rw-r--r--testing/py-itypes/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-itypes/APKBUILD b/testing/py-itypes/APKBUILD
index 94e8cb0955..8d68637004 100644
--- a/testing/py-itypes/APKBUILD
+++ b/testing/py-itypes/APKBUILD
@@ -3,11 +3,11 @@
pkgname=py-itypes
_pkgreal=${pkgname#*-}
pkgver=1.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Basic immutable container types for Python"
url="https://github.com/tomchristie/itypes"
arch="noarch"
-license="Unknown"
+license="BSD"
depends=""
makedepends="python2-dev python3-dev py2-setuptools"
checkdepends="py2-flake8 py3-flake8 py2-pytest py3-pytest py-enum34