From 6c57216d54c162af1e12754d5f456cd554fccd25 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 10 Jan 2026 19:20:27 +0000 Subject: Adding metadata --- dev-python/ignore-python/Manifest | 4 +-- .../ignore-python/ignore-python-0.3.0.ebuild | 30 ---------------------- .../ignore-python/ignore-python-0.3.1.ebuild | 30 ++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 dev-python/ignore-python/ignore-python-0.3.0.ebuild create mode 100644 dev-python/ignore-python/ignore-python-0.3.1.ebuild (limited to 'dev-python/ignore-python') diff --git a/dev-python/ignore-python/Manifest b/dev-python/ignore-python/Manifest index 3559e30f9481..9fd8c2fd33bc 100644 --- a/dev-python/ignore-python/Manifest +++ b/dev-python/ignore-python/Manifest @@ -1,2 +1,2 @@ -DIST ignore-python-0.3.0-deps.tar.xz 5121304 BLAKE2B 243c0102c21010048a79b37f6ba4ccacf3c54017e14f1f036c1a21788c61c6550a8bcb5da6ffc82c1c4ee9ada60b1f337878724a4ee12220d6d3bb968b5e304c SHA512 807ce4a4f47b1f02b67b91de652ce8191e31d05e40509446c31ceddcff57d40f2c037acb7b676c26175d9fa5d2e1b5499269e9e2afe7eda73acb1197effaee8a -DIST ignore-python-0.3.0.gh.tar.gz 8996 BLAKE2B 640bd9a2b53459d7f909d784941d0bfedd312526e848ef2ae7ed85d1aff4e7ca90d48f480e3d8b68a29228325c55723c76fdc66808822e6b779bd6f5c886adbb SHA512 0afd134cac196df6d2d839e06fb1d38359cbbd7347d96210b4de9d9f9ddb10ebd24e52fb8606ca15fbb8d3bd0b8161f6e74bde9d3865ee3c1b7f67cae8f7b14d +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 diff --git a/dev-python/ignore-python/ignore-python-0.3.0.ebuild b/dev-python/ignore-python/ignore-python-0.3.0.ebuild deleted file mode 100644 index b624466c952b..000000000000 --- a/dev-python/ignore-python/ignore-python-0.3.0.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.1.ebuild b/dev-python/ignore-python/ignore-python-0.3.1.ebuild new file mode 100644 index 000000000000..b624466c952b --- /dev/null +++ b/dev-python/ignore-python/ignore-python-0.3.1.ebuild @@ -0,0 +1,30 @@ +# 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)" +} -- cgit v1.3.1