From 0949a35b020584a14ff753275f142f2d9b476a18 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 3 Mar 2026 22:21:55 +0000 Subject: Adding metadata --- dev-python/find-libpython/Manifest | 2 +- dev-python/find-libpython/find-libpython-0.5.0.ebuild | 17 ----------------- dev-python/find-libpython/find-libpython-0.5.1.ebuild | 17 +++++++++++++++++ 3 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 dev-python/find-libpython/find-libpython-0.5.0.ebuild create mode 100644 dev-python/find-libpython/find-libpython-0.5.1.ebuild (limited to 'dev-python/find-libpython') diff --git a/dev-python/find-libpython/Manifest b/dev-python/find-libpython/Manifest index c6e6fb3c7814..190498cd1e7a 100644 --- a/dev-python/find-libpython/Manifest +++ b/dev-python/find-libpython/Manifest @@ -1 +1 @@ -DIST find_libpython-0.5.0.tar.gz 9364 BLAKE2B 0b8f065a38c8dbd08d757a439c1e1134c7727d326a96f1eaedc6dfc9a7169836dae86356afed5b9a56b9b57ece74ddd73fbaf407de71b013cffa10835713b186 SHA512 8745f17117b1beecb49a0c2c5eb755233de1e59a496867ed1b4d139d687a24351a655fc39d53093c41ba0444e444d01be9c0c91c75b3fe0539f721e0a6d85759 +DIST find_libpython-0.5.1.tar.gz 9402 BLAKE2B 70906d777808d2d8daa4210245d2ccb52d0cf560821bff40479e1eaac4aa4f848a8e84d1f38d5afbfa0660a5bf6b7f811f28d2688664a47f1d21786d11a51636 SHA512 59fc30e47a01be0c1d9c0462e91fe3894d3840763a99140eb5e45f02f896f7f2bf780e77d0aedfea2843732e5db4255b1dc1caeb1d63da1bae620051a82d9321 diff --git a/dev-python/find-libpython/find-libpython-0.5.0.ebuild b/dev-python/find-libpython/find-libpython-0.5.0.ebuild deleted file mode 100644 index b3b4debf8e3b..000000000000 --- a/dev-python/find-libpython/find-libpython-0.5.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..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 diff --git a/dev-python/find-libpython/find-libpython-0.5.1.ebuild b/dev-python/find-libpython/find-libpython-0.5.1.ebuild new file mode 100644 index 000000000000..3c61224ada7b --- /dev/null +++ b/dev-python/find-libpython/find-libpython-0.5.1.ebuild @@ -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_{10..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 -- cgit v1.3.1