diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb b/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb index 3261d80474..b26a9ebd53 100644 --- a/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb | |||
@@ -1,14 +1,11 @@ | |||
1 | SUMMARY = "Vestigial utilities from IPython" | 1 | SUMMARY = "Vestigial utilities from IPython" |
2 | HOMEPAGE = "http://ipython.org" | 2 | HOMEPAGE = "https://ipython.org" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=f7c3032c3ac398265224533a0a333a35" | 4 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=f7c3032c3ac398265224533a0a333a35" |
5 | 5 | ||
6 | PYPI_PACKAGE = "ipython_genutils" | 6 | PYPI_PACKAGE = "ipython_genutils" |
7 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
7 | 8 | ||
8 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ipython_genutils" | ||
9 | UPSTREAM_CHECK_REGEX = "/ipython_genutils/(?P<pver>(\d+[\.\-_]*)+)" | ||
10 | |||
11 | SRC_URI[md5sum] = "5a4f9781f78466da0ea1a648f3e1f79f" | ||
12 | SRC_URI[sha256sum] = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8" | 9 | SRC_URI[sha256sum] = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8" |
13 | 10 | ||
14 | inherit setuptools3 pypi | 11 | inherit setuptools3 pypi |