diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-22 14:25:03 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-22 14:25:03 +0100 |
commit | 5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (patch) | |
tree | b041acef19bb9ae66c228d5c9d34d1e00aeb2b95 /dev-python/python3-openid | |
parent | 5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff) |
gentoo resync : 22.04.2018
Diffstat (limited to 'dev-python/python3-openid')
-rw-r--r-- | dev-python/python3-openid/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python3-openid/python3-openid-3.1.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python3-openid/Manifest b/dev-python/python3-openid/Manifest index 0cdc5d144c5c..b60b576e2c29 100644 --- a/dev-python/python3-openid/Manifest +++ b/dev-python/python3-openid/Manifest @@ -1,3 +1,3 @@ DIST python3-openid-3.1.0.tar.gz 299326 BLAKE2B 809e38cb20be9dcbb520a17a99758554f33f6f94b98b3deee4507eac0d8724c370a48c7b267f473e3b31e90593b1ef7702eb5d8adfc908c532ba624139da0b23 SHA512 9c96efd16191ddb6ddb12c4885a2cce523244d04e70f9418144d0124ef142fd7b6578cd2a01e949995d7dedf0b96cbb3b17d1d3a29db5da8934f7fa875ad8e9c -EBUILD python3-openid-3.1.0.ebuild 697 BLAKE2B eb5c68a7ff93d3bd94e295129b233255f229c22e8c8f705f60a2fa76a1c3891d383a71c99e341dc592792dbed91bbed6ecba7fa9fdf59652b94cc0d9918115e9 SHA512 1bcf11fb571361c31d6be4b6e9aa96b490a17eebbe5deba48bdb712cc41a9c4320ec546f919c98b70161ece502699a394bdc5c8026825af306a5550e30208301 +EBUILD python3-openid-3.1.0.ebuild 693 BLAKE2B 3fda429d73afb8c56f7e611bbb2fa0813307b0cccfe6bbed92c23a78a827e8357ae89729c8d297bba932b6dcd3a787694ca98623ae3c8a5817d009a15d316712 SHA512 df92757543abed653953fc22e7ea55157ab857fa9d4f00fb859fca60b41212501a5c6be461b4c70c2a9b1038f332421429cb89a9535fbea217fd345bac3268b0 MISC metadata.xml 337 BLAKE2B fd9b6c6e99251249623c019892e1962b2212f8781efb18935a9e9f6da8ac836e114b84758d43529a51e3260981621f8d5c5c17f8ffec7e8b1c34d2c2e335e531 SHA512 099dc2e5cd089e1638ad20bc476cd8d9e6d173b22611f48b34b9945f92886550f53d86ca672882bd570cd6515c33a2d8b4acb87fbd35abfbc55bd592b570459c diff --git a/dev-python/python3-openid/python3-openid-3.1.0.ebuild b/dev-python/python3-openid/python3-openid-3.1.0.ebuild index 1484171e99bd..67a74b7a0aa6 100644 --- a/dev-python/python3-openid/python3-openid-3.1.0.ebuild +++ b/dev-python/python3-openid/python3-openid-3.1.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Python 3 port of the python-openid library" -HOMEPAGE="https://github.com/necaris/python3-openid https://pypi.python.org/pypi/python3-openid" +HOMEPAGE="https://github.com/necaris/python3-openid https://pypi.org/project/python3-openid" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |