summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-subunit.inc
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2020-06-17 08:27:34 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-23 12:31:03 +0100
commitf5bbb3ba2d65ba7911b7ede5fb32b54b5b904a07 (patch)
treef858b1f0ca05898f6890dc06b5e1e8a555af96ca /meta/recipes-devtools/python/python-subunit.inc
parentbdc4adcc0d5f365f32635bce2a5670f14d8b19d9 (diff)
downloadpoky-f5bbb3ba2d65ba7911b7ede5fb32b54b5b904a07.tar.gz
python: use official "pypi.org" URLs for HOMEPAGE
As the URL pypi.python.org simply redirects to pypi.org, simplify a number of Python recipes by using that URL explicitly. (From OE-Core rev: 934c8302e4ead9b09d6e7396ff11b6a4c1be7b21) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-subunit.inc')
-rw-r--r--meta/recipes-devtools/python/python-subunit.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-subunit.inc b/meta/recipes-devtools/python/python-subunit.inc
index fc63b38aaf..a2f9c5c3ff 100644
--- a/meta/recipes-devtools/python/python-subunit.inc
+++ b/meta/recipes-devtools/python/python-subunit.inc
@@ -1,5 +1,5 @@
1SUMMARY = "Python implementation of subunit test streaming protocol" 1SUMMARY = "Python implementation of subunit test streaming protocol"
2HOMEPAGE = "https://pypi.python.org/pypi/python-subunit/" 2HOMEPAGE = "https://pypi.org/project/python-subunit/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;beginline=1;endline=20;md5=909c08e291647fd985fbe5d9836d51b6" 5LIC_FILES_CHKSUM = "file://README.rst;beginline=1;endline=20;md5=909c08e291647fd985fbe5d9836d51b6"