dev-python/pyasn1: Update HOMEPAGE

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-12-11 13:17:14 +01:00
parent 184794d339
commit 8859e8af9b
2 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">pyasn1</remote-id>
<remote-id type="sourceforge">pyasn1</remote-id>
<remote-id type="github">etingof/pyasn1</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -8,7 +8,9 @@ PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1
DESCRIPTION="ASN.1 library for Python"
HOMEPAGE="http://snmplabs.com/pyasn1/"
HOMEPAGE="
https://pypi.org/project/pyasn1/
https://github.com/etingof/pyasn1/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"