summaryrefslogtreecommitdiff
path: root/dev-python/pyasn1
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
commit5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (patch)
treeb041acef19bb9ae66c228d5c9d34d1e00aeb2b95 /dev-python/pyasn1
parent5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff)
gentoo resync : 22.04.2018
Diffstat (limited to 'dev-python/pyasn1')
-rw-r--r--dev-python/pyasn1/Manifest4
-rw-r--r--dev-python/pyasn1/pyasn1-0.2.3.ebuild2
-rw-r--r--dev-python/pyasn1/pyasn1-0.3.7.ebuild2
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pyasn1/Manifest b/dev-python/pyasn1/Manifest
index 8b5cb07a8bf2..d70050ec55d3 100644
--- a/dev-python/pyasn1/Manifest
+++ b/dev-python/pyasn1/Manifest
@@ -1,5 +1,5 @@
DIST pyasn1-0.2.3.tar.gz 100099 BLAKE2B 32e6fa765fc5c217f66ca5618acc132c96fd8adc3649e5323696ac8dcd2cc11fcbd0a362e53575465da79feb422452b9f964e4972ab7f581571e5cbfc14a8945 SHA512 c55b95c1995f2fc36ec28f35837ca456a2fac06e90edc6491a3335ae949e4eacbbeb14f6289a17e994b49d4dc60870bba3e79344c44496d5547c38ab1ef183ab
DIST pyasn1-0.3.7.tar.gz 117643 BLAKE2B 66e4987a63139c7af06d6bcdb125ef6f0f46ea5885bbbefae6c76252bd96296abf71a59f6ddc6f196ef78077a62649963c4d9419546f631d93e723dca30bf9b2 SHA512 85735ecb5b83979e51c9f663e2e0dcfbc317ba7e22474d78998f97c40a3487fd06ade9a259d1a4a8de5f4e70e5521a060af127799b92931ceb26abd384ec5807
-EBUILD pyasn1-0.2.3.ebuild 1136 BLAKE2B 4b3fc8ccb5b3c304d3c86cfbcccb390219f6344efef72db83ff8349e75e4063bb78f5a6a03b71bea05b9d11c2d38a011d6f058e1ef8c62a0d477282e1fd29b2a SHA512 140f4c42455d4660601b31bd93532d579428de3fd47b9c9638d88a0b92ab1fb9756f4106683a114287e14a9eb9bd9705909a3a597d02712a6cb4ff4c3d9ff4d4
-EBUILD pyasn1-0.3.7.ebuild 1162 BLAKE2B 3e3f4230d23be5c9f72cab00ea9e0a34d9d525eb27f70add79e114e488225758540a0c5a757f409078405112b577d4e3bd606c798b495d6aae2dd3b5ee0db644 SHA512 f096f62e50b32550bf9154224c33d5d9f386106449f498afa49645be7a8e3c81db808531630da34bac59ed5bdf0d5b9e0939590c8f7ffead31d88872b61c9836
+EBUILD pyasn1-0.2.3.ebuild 1132 BLAKE2B 68c66dc337992daec61aadb388beab1fcfbda934f8faac27a366f155923830efab881539e3214f940046d51240b724a6d5de5bd2cde5ea1d9f5754e009377c8a SHA512 120b7e595f262c19dcdbd590ba186ea9e9ec738d2ed93efc8071a910440ad34ad408e74b0a4552666fcf6e4492cc1bfa89ec7512f3d796c2f2f66747875400ea
+EBUILD pyasn1-0.3.7.ebuild 1158 BLAKE2B c021776fece87744a95dad746fb66cfed1629d557d37170e4b20b1a7bb44264d336b3da5ccabe6407090b84e4496f4cafc686c59d6719a7e42251210307ef018 SHA512 3c9c3d352ffb8ecdaa002b7ad3521867906c2b223d2497532ce46d89405c523f9d630ef4b76eab9a9f124523e7a2ea637f4b99089deb75cd77fa352191d14020
MISC metadata.xml 428 BLAKE2B d98ed2c4f984efff51e45c7b57c7decacbde65d59311776fa432b1e771f1bfb97abc6b588b75fd4faca7a3a0bd93aac3504532ef0b4569f8cf9099fa1f69b548 SHA512 b2d4bf181128f2724c450387fd51d971f85fc25ca293b8ebe4029e0559f660a5f5d207db40d683b8d80a6233986a885069ae4e7d82507901151a71f19c6a75ee
diff --git a/dev-python/pyasn1/pyasn1-0.2.3.ebuild b/dev-python/pyasn1/pyasn1-0.2.3.ebuild
index 13d9acacaff2..1d1badd8803e 100644
--- a/dev-python/pyasn1/pyasn1-0.2.3.ebuild
+++ b/dev-python/pyasn1/pyasn1-0.2.3.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="ASN.1 library for Python"
-HOMEPAGE="http://pyasn1.sourceforge.net/ https://pypi.python.org/pypi/pyasn1"
+HOMEPAGE="http://pyasn1.sourceforge.net/ https://pypi.org/project/pyasn1"
SRC_URI="https://github.com/etingof/pyasn1/archive/${PV}.tar.gz -> ${P}.tar.gz"
# The required doc/source/conf.py file is missing from the pypi:
# https://github.com/etingof/pyasn1/issues/35
diff --git a/dev-python/pyasn1/pyasn1-0.3.7.ebuild b/dev-python/pyasn1/pyasn1-0.3.7.ebuild
index 5a824793f759..2c48421a921c 100644
--- a/dev-python/pyasn1/pyasn1-0.3.7.ebuild
+++ b/dev-python/pyasn1/pyasn1-0.3.7.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="ASN.1 library for Python"
-HOMEPAGE="http://pyasn1.sourceforge.net/ https://pypi.python.org/pypi/pyasn1"
+HOMEPAGE="http://pyasn1.sourceforge.net/ https://pypi.org/project/pyasn1"
SRC_URI="https://github.com/etingof/pyasn1/archive/v${PV}.tar.gz -> ${P}.tar.gz"
# The required doc/source/conf.py file is missing from the pypi:
# https://github.com/etingof/pyasn1/issues/35