diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-27 13:06:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-27 15:20:48 +0200 |
commit | 14b437eb958d5bd4bb157173ab777e3c9d26e95c (patch) | |
tree | 72f73928e8f11afff59677326537cb66380bc0c4 /dev-python/ukkonen | |
parent | dev-python/xcffib: Enable py3.12 (diff) | |
download | gentoo-14b437eb958d5bd4bb157173ab777e3c9d26e95c.tar.gz gentoo-14b437eb958d5bd4bb157173ab777e3c9d26e95c.tar.bz2 gentoo-14b437eb958d5bd4bb157173ab777e3c9d26e95c.zip |
dev-python/ukkonen: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ukkonen')
-rw-r--r-- | dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild b/dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild index 6937f3cb3063..20cdd2ea2bc9 100644 --- a/dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild +++ b/dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild @@ -5,17 +5,19 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 DESCRIPTION="Implementation of bounded Levenshtein distance (Ukkonen)" HOMEPAGE=" https://pypi.org/project/ukkonen/ - https://github.com/asottile/ukkonen/" + https://github.com/asottile/ukkonen/ +" SRC_URI=" https://github.com/asottile/ukkonen/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" @@ -24,8 +26,11 @@ KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" RDEPEND=" $(python_gen_cond_dep ' dev-python/cffi[${PYTHON_USEDEP}] - ' 'python*')" -BDEPEND="${RDEPEND}" + ' 'python*') +" +BDEPEND=" + ${RDEPEND} +" PATCHES=( "${FILESDIR}"/${P}-musl-include.patch |