diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.5.bb (renamed from meta-python/recipes-devtools/python/python3-prompt-toolkit_2.0.10.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_2.0.10.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.5.bb index d9ece8dabc..b4d20c2cd7 100644 --- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_2.0.10.bb +++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.5.bb | |||
@@ -1,9 +1,10 @@ | |||
1 | SUMMARY = "Library for building powerful interactive command lines in Python" | 1 | SUMMARY = "Library for building powerful interactive command lines in Python" |
2 | HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/" | ||
2 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f" |
4 | 5 | ||
5 | SRC_URI[md5sum] = "5016c523e603cd7119644fbc0f00ce53" | 6 | SRC_URI[md5sum] = "96ba0be8d3145eb70e3da25654987670" |
6 | SRC_URI[sha256sum] = "f15af68f66e664eaa559d4ac8a928111eebd5feda0c11738b5998045224829db" | 7 | SRC_URI[sha256sum] = "563d1a4140b63ff9dd587bda9557cffb2fe73650205ab6f4383092fb882e7dc8" |
7 | 8 | ||
8 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
9 | 10 | ||