commit: 2bb543c70ed3068120aab558bdf65dea53c99ebe Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 8 06:44:56 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 8 06:54:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb543c7
dev-python/cython-test-exception-raiser: Bump to 25.11.1 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/cython-test-exception-raiser/Manifest | 2 ++ .../cython-test-exception-raiser-25.11.1.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-python/cython-test-exception-raiser/Manifest b/dev-python/cython-test-exception-raiser/Manifest index a97544871530..9cfa5afcf973 100644 --- a/dev-python/cython-test-exception-raiser/Manifest +++ b/dev-python/cython-test-exception-raiser/Manifest @@ -1 +1,3 @@ DIST cython-test-exception-raiser-1.0.2.gh.tar.gz 4579 BLAKE2B da09ce49817ae40054ab996aa3fcfa45769736fb56cbc91ed183f73413b3298859ab0dbd6e6ddfae835411891c02c67a01194531cc4269663656af1529e81f0e SHA512 ad245eb87fe2d4d93d244b125d80f17fe6deeac86ae9a9129d211d9ff1738da39dc30d49a80f33d50a6fa52029403018c87a8637db9c21098ef8b0e3afe20ea7 +DIST cython_test_exception_raiser-25.11.1.tar.gz 4418 BLAKE2B dfea1a2f9d22e3aa92864dac721cad28d9a113140093fe490c07303974630661883cb03402369251d969a0bc9e41be39fa2301a5ae2767708854cde24e2fb473 SHA512 6af6c94843f9e1dc90b59ac6ec6b8708da6eaa257d249f6baba1d9c4ebd75b529a157cffddc893b54e7214bb3ce10b1bc70e88207a2334373614947e7ffb72a8 +DIST cython_test_exception_raiser-25.11.1.tar.gz.provenance 9779 BLAKE2B fe19f291ec4baa39f1de84e9bcfcd8f1bb3a5d6c6b81a17f78c373cfce70707e1fc2925f1e7a28f3648d655fd5b681a9ba2cb88acedb992bc6d848b85a61c013 SHA512 ced3528aee04963b8862ff95acce3c300eb54974b6b1c10fe2346ffd43a5f3750fcaff5f24150d840dc171234ad947f0447baa44141f86ec5e17967a2599e3c4 diff --git a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-25.11.1.ebuild b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-25.11.1.ebuild new file mode 100644 index 000000000000..722d4179eebd --- /dev/null +++ b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-25.11.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2021-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYPI_VERIFY_REPO=https://github.com/twisted/cython-test-exception-raiser +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) + +inherit distutils-r1 pypi + +DESCRIPTION="A trivial extension that just raises an exception (for testing)" +HOMEPAGE=" + https://pypi.org/project/cython-test-exception-raiser/ + https://github.com/twisted/cython-test-exception-raiser/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] +" + +distutils_enable_tests import-check
