diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-29 06:19:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-29 06:19:41 +0100 |
commit | 3a675e3e4b88856cef1994f7f9c48798ba5274c4 (patch) | |
tree | e512c7fd9c83e246d5750a9a88992f6a19f23778 /dev-python/asn1crypto | |
parent | dev-python/agate-excel: Enable py3.12 (diff) | |
download | gentoo-3a675e3e4b88856cef1994f7f9c48798ba5274c4.tar.gz gentoo-3a675e3e4b88856cef1994f7f9c48798ba5274c4.tar.bz2 gentoo-3a675e3e4b88856cef1994f7f9c48798ba5274c4.zip |
dev-python/asn1crypto: Add 1.5.1_p20231012 snapshot with py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/asn1crypto')
-rw-r--r-- | dev-python/asn1crypto/Manifest | 1 | ||||
-rw-r--r-- | dev-python/asn1crypto/asn1crypto-1.5.1_p20231012.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/asn1crypto/Manifest b/dev-python/asn1crypto/Manifest index 2b13d8555fa4..54c7d47c3933 100644 --- a/dev-python/asn1crypto/Manifest +++ b/dev-python/asn1crypto/Manifest @@ -1 +1,2 @@ DIST asn1crypto-1.5.1.gh.tar.gz 686175 BLAKE2B 1e308ac17c36daaa9ca69fc48ccf0465e540b07d96c1a3e6977844994950e2c75061d7b88525b7e46b61e5c725ac4505ada8757d51ac67c72f11f86917fca54b SHA512 1bcb93d82a2602e3b5c66a180f5d16cd3a9731d86d89fbd44c1e23d735e708e9bf9bb6cbabc2a5d60619f51a7c38dfb1f7ed63820f422ccf42800a39f4637626 +DIST asn1crypto-8609892a88f571bc10110603c173832cd100cb44.gh.tar.gz 691008 BLAKE2B d80b51780cad441de5de4ae2e3bcbb53b2062b48ab793a544900f17b883dbbead8b3572f13b942d2def1d66c86dfcfe621f7f1937a863afaebc4974c287e175b SHA512 5d16350861a0ec2ab3fff5c64fe834fa5884c268ade053b6cfd75f4a63b5cffd9538c8824fe379f82c633390d7f622564d6cb5a7826df7eb07fc8adbe903a9c8 diff --git a/dev-python/asn1crypto/asn1crypto-1.5.1_p20231012.ebuild b/dev-python/asn1crypto/asn1crypto-1.5.1_p20231012.ebuild new file mode 100644 index 000000000000..6b9ee712a85d --- /dev/null +++ b/dev-python/asn1crypto/asn1crypto-1.5.1_p20231012.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 + +EGIT_COMMIT=8609892a88f571bc10110603c173832cd100cb44 +MY_P=${PN}-${EGIT_COMMIT} +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/ +" +SRC_URI=" + https://github.com/wbond/asn1crypto/archive/${EGIT_COMMIT}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +distutils_enable_tests unittest |