diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-18 12:37:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-18 12:56:15 +0200 |
commit | b095c9220140db9cec077913879390220099ea8f (patch) | |
tree | 8eee8d4e398334f46ee2fb73afd62bb7fcc0ff67 /dev-python/asn1crypto | |
parent | dev-python/asn1crypto: enable py3.11 (diff) | |
download | gentoo-b095c9220140db9cec077913879390220099ea8f.tar.gz gentoo-b095c9220140db9cec077913879390220099ea8f.tar.bz2 gentoo-b095c9220140db9cec077913879390220099ea8f.zip |
dev-python/asn1crypto: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/asn1crypto')
-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" |