From 06ab3aac23e653bc2f23cd02be0974a9d1833ade Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sun, 8 Feb 2026 07:15:12 +0000 Subject: Adding metadata --- dev-python/ignore-python/Manifest | 4 +-- .../ignore-python/ignore-python-0.3.1.ebuild | 30 --------------------- .../ignore-python/ignore-python-0.3.2.ebuild | 31 ++++++++++++++++++++++ 3 files changed, 33 insertions(+), 32 deletions(-) delete mode 100644 dev-python/ignore-python/ignore-python-0.3.1.ebuild create mode 100644 dev-python/ignore-python/ignore-python-0.3.2.ebuild (limited to 'dev-python/ignore-python') diff --git a/dev-python/ignore-python/Manifest b/dev-python/ignore-python/Manifest index 9fd8c2fd33bc..4de0006394bf 100644 --- a/dev-python/ignore-python/Manifest +++ b/dev-python/ignore-python/Manifest @@ -1,2 +1,2 @@ -DIST ignore-python-0.3.1-deps.tar.xz 5123024 BLAKE2B 817fd3c908a05c822908846ab6c888e9707e297f4d98468413ef4a4b525d31a9dc40e749e969c16823947512e77ee2e8155b8d0dd83d894d85d767bc97772424 SHA512 0b848af3595d7960f0dad3d46b3e2512a01894092e166ae57ed323a239a77c39e3a4e2c09986f840da93d88bb81025fc356f77d22041f0a1681be3f7c8f56412 -DIST ignore-python-0.3.1.gh.tar.gz 8999 BLAKE2B 185270fe4259f7e1f893000caf74fac1e2cd3804ad57e737f7e02c227ec092ce2d9fbe71fd18d74219c2658419ad1b61c661e6b997be5c2d51b325b2639b8105 SHA512 3d1128a0e501cc9c3a1bb4fa1eda521c9a78b4174cbdcab137050f37b053f898381bf32a3e0ee9a54d90bd831b53ea767fb8b5a76ffceabf3cd7dd9f2b794126 +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 diff --git a/dev-python/ignore-python/ignore-python-0.3.1.ebuild b/dev-python/ignore-python/ignore-python-0.3.1.ebuild deleted file mode 100644 index b624466c952b..000000000000 --- a/dev-python/ignore-python/ignore-python-0.3.1.ebuild +++ /dev/null @@ -1,30 +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" - -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.2.ebuild b/dev-python/ignore-python/ignore-python-0.3.2.ebuild new file mode 100644 index 000000000000..fbcac8a5e216 --- /dev/null +++ b/dev-python/ignore-python/ignore-python-0.3.2.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