summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb
diff options
context:
space:
mode:
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.bb7
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 @@
1SUMMARY = "Vestigial utilities from IPython" 1SUMMARY = "Vestigial utilities from IPython"
2HOMEPAGE = "http://ipython.org" 2HOMEPAGE = "https://ipython.org"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://COPYING.md;md5=f7c3032c3ac398265224533a0a333a35" 4LIC_FILES_CHKSUM = "file://COPYING.md;md5=f7c3032c3ac398265224533a0a333a35"
5 5
6PYPI_PACKAGE = "ipython_genutils" 6PYPI_PACKAGE = "ipython_genutils"
7UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
7 8
8UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ipython_genutils"
9UPSTREAM_CHECK_REGEX = "/ipython_genutils/(?P<pver>(\d+[\.\-_]*)+)"
10
11SRC_URI[md5sum] = "5a4f9781f78466da0ea1a648f3e1f79f"
12SRC_URI[sha256sum] = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8" 9SRC_URI[sha256sum] = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8"
13 10
14inherit setuptools3 pypi 11inherit setuptools3 pypi