dev-python/find-libpython: add 0.5.1, drop 0.5.0

Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2026-03-03 18:02:43 +08:00
parent b429a6c5e8
commit d79501375d
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Finds the libpython associated with the current Python environment"
HOMEPAGE="https://github.com/ktbarrett/find_libpython"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
distutils_enable_tests pytest