diff options
Diffstat (limited to 'meta-python/recipes-devtools/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 @@ | |||
1 | SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" | 1 | SUMMARY = "efficient arrays of booleans -- C extension" |
2 | DESCRIPTION = "A high-level Python efficient arrays of booleans -- C extension" | ||
2 | HOMEPAGE = "https://github.com/ilanschnell/bitarray" | 3 | HOMEPAGE = "https://github.com/ilanschnell/bitarray" |
3 | LICENSE = "PSF-2.0" | 4 | LICENSE = "PSF-2.0" |
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" |
5 | 6 | ||
6 | SRC_URI[sha256sum] = "f90b2f44b5b23364d5fbade2c34652e15b1fcfe813c46f828e008f68a709160f" | 7 | SRC_URI[sha256sum] = "e15587b2bdf18d32eb3ba25f5f5a51bedd0dc06b3112a4c53dab5e7753bc6588" |
7 | 8 | ||
8 | inherit setuptools3 pypi | 9 | inherit setuptools3 pypi |
9 | 10 | ||