diff options
Diffstat (limited to 'dev-python/asn1crypto/asn1crypto-1.5.1.ebuild')
-rw-r--r-- | dev-python/asn1crypto/asn1crypto-1.5.1.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/asn1crypto/asn1crypto-1.5.1.ebuild b/dev-python/asn1crypto/asn1crypto-1.5.1.ebuild index 49813b479dc7..c8557a4efc04 100644 --- a/dev-python/asn1crypto/asn1crypto-1.5.1.ebuild +++ b/dev-python/asn1crypto/asn1crypto-1.5.1.ebuild @@ -10,9 +10,14 @@ PYTHON_REQ_USE="threads(+)" inherit distutils-r1 DESCRIPTION="Python ASN.1 library with a focus on performance and a pythonic API" -HOMEPAGE="https://github.com/wbond/asn1crypto/ https://pypi.org/project/asn1crypto/" -# pypi tarball does not have tests -SRC_URI="https://github.com/wbond/asn1crypto/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" +HOMEPAGE=" + https://github.com/wbond/asn1crypto/ + https://pypi.org/project/asn1crypto/ +" +SRC_URI=" + https://github.com/wbond/asn1crypto/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" |