From da26e5c2ef5996cb5bf06adeb42fa47c0b76522d Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 16 Mar 2026 19:18:42 +0000 Subject: Adding metadata --- dev-python/ignore-python/Manifest | 4 +-- .../ignore-python/ignore-python-0.3.2.ebuild | 31 ---------------------- .../ignore-python/ignore-python-0.3.3.ebuild | 31 ++++++++++++++++++++++ 3 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 dev-python/ignore-python/ignore-python-0.3.2.ebuild create mode 100644 dev-python/ignore-python/ignore-python-0.3.3.ebuild (limited to 'dev-python/ignore-python') diff --git a/dev-python/ignore-python/Manifest b/dev-python/ignore-python/Manifest index 4de0006394bf..bdbb5024ec82 100644 --- a/dev-python/ignore-python/Manifest +++ b/dev-python/ignore-python/Manifest @@ -1,2 +1,2 @@ -DIST ignore-python-0.3.2-deps.tar.xz 5120192 BLAKE2B c4e6f232308ce319cbeb70586f6d9ffcab79622c5d807ecd64fa9c2436c1be9a829d494f6309adb1726c61737fa5bbfe4b1fc881e019cf9ff832bf332f830f36 SHA512 5630c90ade519a606a7308091ee6e3dcb7dc69f121d8a8b466533ed10d2634758d16edb8d7009b5bf85685c38b318be0a79e434d58d20b4d28684c0e50fd27d7 -DIST ignore-python-0.3.2.gh.tar.gz 11719 BLAKE2B 91a5cc60a8750ff27c41bcd1ee285acc69d3d39a2da7ed903e47a32cd5d57526cc9be0616f8681f6d2efe076e70798d765663c965a450a69ea41742b95101b4c SHA512 c328e322fc5d9d82a4f19ea70fc1e124cc5ef63abdfe0ace2108f4884279c2f75622ebd92067585e45020f802e5f756c63ccb0067178a38c647090d23de05b90 +DIST ignore-python-0.3.3-deps.tar.xz 5151648 BLAKE2B 43c3d7d1d76e7433427f0488c811aa733cffc7681e802a3c51bcda4867f94bad1cf7f3c0f59e8bd85ba10685e8c143b96c5d0287d2c0ddd1b62df7b5f9ec36d4 SHA512 68095449686bd97aadeaa3e9732a62396246237f472e28be79bd4d0932acf8a8abad0d6c7146332e263d7c5be4cda229ea8960bda3e0dedba0a7d8e9c075d04b +DIST ignore-python-0.3.3.gh.tar.gz 12062 BLAKE2B 11fc24335c547d9381526adc5de846ae3eb5a9eb873db8d55ab43b2e55bb2e870b0624de73d56d15e844067089dd6eb3b1edf72f73e21f52b70d3f2cc88dd9b3 SHA512 ae7b4b31e07f4c6ea8594b237a0e8cdbd60d73902ba8b8502c9f935d6855ce599d191a025d7dc09b1a7c342076aca26ef2df576cfe29e53cfed07c292845896b diff --git a/dev-python/ignore-python/ignore-python-0.3.2.ebuild b/dev-python/ignore-python/ignore-python-0.3.2.ebuild deleted file mode 100644 index fbcac8a5e216..000000000000 --- a/dev-python/ignore-python/ignore-python-0.3.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=maturin -PYTHON_COMPAT=( python3_{10..14} ) - -inherit cargo distutils-r1 - -DESCRIPTION="Rust ignore crate Python bindings" -HOMEPAGE=" - https://github.com/borsattoz/ignore-python - https://pypi.org/project/ignore-python/ -" -SRC_URI=" - https://github.com/borsattoz/ignore-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz - https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/${PV}/${P}-deps.tar.xz -" - -LICENSE="MIT Unicode-3.0 Apache-2.0-with-LLVM-exceptions" -SLOT="0" -KEYWORDS="~amd64" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -python_test() { - epytest --override-ini="pythonpath=${BUILD_DIR}/install$(python_get_sitedir)" -} diff --git a/dev-python/ignore-python/ignore-python-0.3.3.ebuild b/dev-python/ignore-python/ignore-python-0.3.3.ebuild new file mode 100644 index 000000000000..fbcac8a5e216 --- /dev/null +++ b/dev-python/ignore-python/ignore-python-0.3.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=maturin +PYTHON_COMPAT=( python3_{10..14} ) + +inherit cargo distutils-r1 + +DESCRIPTION="Rust ignore crate Python bindings" +HOMEPAGE=" + https://github.com/borsattoz/ignore-python + https://pypi.org/project/ignore-python/ +" +SRC_URI=" + https://github.com/borsattoz/ignore-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz + https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/${PV}/${P}-deps.tar.xz +" + +LICENSE="MIT Unicode-3.0 Apache-2.0-with-LLVM-exceptions" +SLOT="0" +KEYWORDS="~amd64" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +python_test() { + epytest --override-ini="pythonpath=${BUILD_DIR}/install$(python_get_sitedir)" +} -- cgit v1.3.1