diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-25 09:43:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-25 09:55:31 +0200 |
commit | 78b19610b0bcd6a74412853020f7db0d9a945ed0 (patch) | |
tree | 26c9e186cf748cd8da07536b003d1a2c11724b32 /dev-python/m2crypto | |
parent | media-gfx/gnofract4d: resolve test failures (diff) | |
download | gentoo-78b19610b0bcd6a74412853020f7db0d9a945ed0.tar.gz gentoo-78b19610b0bcd6a74412853020f7db0d9a945ed0.tar.bz2 gentoo-78b19610b0bcd6a74412853020f7db0d9a945ed0.zip |
dev-python/m2crypto: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/m2crypto')
-rw-r--r-- | dev-python/m2crypto/m2crypto-0.40.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/m2crypto/m2crypto-0.40.0.ebuild b/dev-python/m2crypto/m2crypto-0.40.0.ebuild index 3b2d53cfee65..381715bdd5f4 100644 --- a/dev-python/m2crypto/m2crypto-0.40.0.ebuild +++ b/dev-python/m2crypto/m2crypto-0.40.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYPI_NO_NORMALIZE=1 PYPI_PN="M2Crypto" PYTHON_REQ_USE="threads(+)" @@ -12,7 +12,10 @@ PYTHON_REQ_USE="threads(+)" inherit distutils-r1 toolchain-funcs pypi DESCRIPTION="A Python crypto and SSL toolkit" -HOMEPAGE="https://gitlab.com/m2crypto/m2crypto https://pypi.org/project/M2Crypto/" +HOMEPAGE=" + https://gitlab.com/m2crypto/m2crypto/ + https://pypi.org/project/M2Crypto/ +" # openssl via src/SWIG/_lib11_compat.i LICENSE="MIT openssl" |