summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-18 12:37:26 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-18 12:56:15 +0200
commitb095c9220140db9cec077913879390220099ea8f (patch)
tree8eee8d4e398334f46ee2fb73afd62bb7fcc0ff67
parentdev-python/asn1crypto: enable py3.11 (diff)
downloadgentoo-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>
-rw-r--r--dev-python/asn1crypto/asn1crypto-1.5.1.ebuild11
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"