diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-06-17 08:27:34 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-23 12:31:03 +0100 |
commit | f5bbb3ba2d65ba7911b7ede5fb32b54b5b904a07 (patch) | |
tree | f858b1f0ca05898f6890dc06b5e1e8a555af96ca /meta/recipes-devtools/python/python-pbr.inc | |
parent | bdc4adcc0d5f365f32635bce2a5670f14d8b19d9 (diff) | |
download | poky-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-pbr.inc')
-rw-r--r-- | meta/recipes-devtools/python/python-pbr.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-pbr.inc b/meta/recipes-devtools/python/python-pbr.inc index ce3c224d51..bc470e7274 100644 --- a/meta/recipes-devtools/python/python-pbr.inc +++ b/meta/recipes-devtools/python/python-pbr.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Python Build Reasonableness" | 1 | SUMMARY = "Python Build Reasonableness" |
2 | DESCRIPTION = "PBR is a library that injects some useful and sensible default behaviors into your setuptools run" | 2 | DESCRIPTION = "PBR is a library that injects some useful and sensible default behaviors into your setuptools run" |
3 | HOMEPAGE = "https://pypi.python.org/pypi/pbr" | 3 | HOMEPAGE = "https://pypi.org/project/pbr" |
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | LICENSE = "Apache-2.0" | 5 | LICENSE = "Apache-2.0" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |