From 5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 22 Apr 2018 14:25:03 +0100 Subject: gentoo resync : 22.04.2018 --- dev-python/ndg-httpsclient/Manifest | 4 ++-- dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild | 2 +- dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-python/ndg-httpsclient') diff --git a/dev-python/ndg-httpsclient/Manifest b/dev-python/ndg-httpsclient/Manifest index e3ef1dafc799..28776a34db07 100644 --- a/dev-python/ndg-httpsclient/Manifest +++ b/dev-python/ndg-httpsclient/Manifest @@ -1,5 +1,5 @@ DIST ndg_httpsclient-0.4.0.tar.gz 24038 BLAKE2B 147ba36c966b2220c068ce3376bd84259807f66c57141fee4ed95457333cd9d568d19fd4d3348e7ef25d456e3f7d794f83f8302a15beb16f451aa02ef6181848 SHA512 3c0225a20c25cf0f12f03005bb79e738527c0488bb660c1eb3b55c505a0ef503002d37fcffb3d013e5f91101bdd03080a68d5805d6d29b682cc01bdc9f0e4a19 DIST ndg_httpsclient-0.4.2.tar.gz 25062 BLAKE2B 740075cf3031547028afa3ec2e005e5430e7fbb5c2bfd444e4051c60a9ac14ecacd3048f87f546516bddc4c0403738aa3ef227b3fd763a48bca28da09a47f707 SHA512 c7d6f442242ce01f69d2386b8ed41e4e5f72a2523ecbe38785c4333405f1b000e298133ccc4169d9685a3dcdcf0b20567c8e4b2dfd36f42721d36c73ee27d90a -EBUILD ndg-httpsclient-0.4.0.ebuild 823 BLAKE2B 2dc547a9f3cca10791e6975fe2ccf5f51120bac9706da015ac4977037f1e04ce078e1d3ddb9a90f1e936700677b5742c6b2e56e96fdb23e02fcfde7a3fcbc096 SHA512 cbeea7a47e532cc6313b7e1f61de0decfba3d32eeb102445b17090b65b1d70532ec12217734fcc4d548025017f281eceaf8576f2e2dd29d694f7f17583ca1dcb -EBUILD ndg-httpsclient-0.4.2-r1.ebuild 1652 BLAKE2B 090d28de93caf29e7a13b5c905788e3ecfd623f59b71203f96f0a4c174b8ba345d821d95445b9d8f2af4800001566d7cc3858e09d7ec83e44c089e9ca2a29efe SHA512 583d41b0868e6e25d0d7424ab6cfed2d6b6b51851d8a84e64c6871b0bbb33151aac83feedb6033cc78696c419cb516d6c4cb51040ec59ec6c045f39c3aec311e +EBUILD ndg-httpsclient-0.4.0.ebuild 819 BLAKE2B 4c79c714a7fcb8b50017bd1d90594da5c65fd6fac9715ea64e8cceeb2418e0dab1d9f19a8cb1af110bc61a14ac52138f5f562c6375195985ade52838b0a3c2a4 SHA512 f972c5c6f6bf68a3efcc814dd5296dfaef524658f725b156f1a89fd9c36f2130270be8c3e399595cf6d7c144698189203eee0f379c1ed4a23e911275df04f629 +EBUILD ndg-httpsclient-0.4.2-r1.ebuild 1648 BLAKE2B 2994a621cb8858ff11a903202dc81545645f12e66a7a7ba4384299ad3ec88f065b3aee66022c7dc87c353d7c203140b1bb30946bf832e0500a7ec1e3c56c03e6 SHA512 ca15b2a7290b775b2aafb24568b69203e5fcb3cf6418b3e0a79a21cd16c4096f47d0f3a2ac84c943dd8b58b03e16809fbc7b7ab23f37d1584e329e6d896fbc0e MISC metadata.xml 393 BLAKE2B bfb003be060fefbbdd7e46aafa06dba5c0207726a303b4d0794a115b2995bb65505ceda29ad37f0cf6d86a8f1c0521f14a004869ec8d8051e374bd11255e7266 SHA512 1092b2a6c3d9ed56cc6429ce9b1ffeb14f18934f2dc8dc9e34b28eb9a048304f31634fe2d7265a599afd338033605c831290b903e933e1a1634ed8fdbb1719ae diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild index 64649d378fad..2a11a4e6294e 100644 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL" HOMEPAGE=" https://github.com/cedadev/ndg_httpsclient/ - https://pypi.python.org/pypi/ndg-httpsclient" + https://pypi.org/project/ndg-httpsclient" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/-/_}.tar.gz" LICENSE="BSD" diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild index d4f272ba1c67..a142c0a16b0e 100644 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL" HOMEPAGE=" https://github.com/cedadev/ndg_httpsclient/ - https://pypi.python.org/pypi/ndg-httpsclient" + https://pypi.org/project/ndg-httpsclient" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/-/_}.tar.gz" LICENSE="BSD" -- cgit v1.2.3