summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-bitarray_2.8.3.bb (renamed from meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.8.3.bb
index 39d2b6a717..acacdab6de 100644
--- a/meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb
+++ b/meta-python/recipes-devtools/python/python3-bitarray_2.8.3.bb
@@ -1,9 +1,10 @@
1SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" 1SUMMARY = "efficient arrays of booleans -- C extension"
2DESCRIPTION = "A high-level Python efficient arrays of booleans -- C extension"
2HOMEPAGE = "https://github.com/ilanschnell/bitarray" 3HOMEPAGE = "https://github.com/ilanschnell/bitarray"
3LICENSE = "PSF-2.0" 4LICENSE = "PSF-2.0"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" 5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"
5 6
6SRC_URI[sha256sum] = "f90b2f44b5b23364d5fbade2c34652e15b1fcfe813c46f828e008f68a709160f" 7SRC_URI[sha256sum] = "e15587b2bdf18d32eb3ba25f5f5a51bedd0dc06b3112a4c53dab5e7753bc6588"
7 8
8inherit setuptools3 pypi 9inherit setuptools3 pypi
9 10