From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- dev-python/cython-test-exception-raiser/Manifest | 2 +- .../cython-test-exception-raiser-1.0.2-r1.ebuild | 23 ++++++++++++++++++++++ .../cython-test-exception-raiser-1.0.2.ebuild | 21 -------------------- 3 files changed, 24 insertions(+), 22 deletions(-) create mode 100644 dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2-r1.ebuild delete mode 100644 dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2.ebuild (limited to 'dev-python/cython-test-exception-raiser') diff --git a/dev-python/cython-test-exception-raiser/Manifest b/dev-python/cython-test-exception-raiser/Manifest index 81c597991d16..e34042ef82ac 100644 --- a/dev-python/cython-test-exception-raiser/Manifest +++ b/dev-python/cython-test-exception-raiser/Manifest @@ -1,3 +1,3 @@ DIST cython-test-exception-raiser-1.0.2.gh.tar.gz 4579 BLAKE2B da09ce49817ae40054ab996aa3fcfa45769736fb56cbc91ed183f73413b3298859ab0dbd6e6ddfae835411891c02c67a01194531cc4269663656af1529e81f0e SHA512 ad245eb87fe2d4d93d244b125d80f17fe6deeac86ae9a9129d211d9ff1738da39dc30d49a80f33d50a6fa52029403018c87a8637db9c21098ef8b0e3afe20ea7 -EBUILD cython-test-exception-raiser-1.0.2.ebuild 638 BLAKE2B 2be0016c79215df285fe5cb1f7efc7c19cda4581cc5f918c64b25feacd737f7222bac2fb00bfcf6aef17c19a1b5d4af7d6e98b00552005e15efa5f50c7f65f10 SHA512 bb95cac457e0355bdd6a717e3415c7fe02f090e20e0eda6cf559175eaf30d337a592340e81dfc98f146f64a8fe3df9c8e4ed1f8a335da602ca1b8be7191735b3 +EBUILD cython-test-exception-raiser-1.0.2-r1.ebuild 677 BLAKE2B 47b3ede453a6bc1f80f45e3562ae0cc66b4be4cc00b8ab039cd937f2b9524984b74141c3b2485612ca4b061d71a98c00cd1045c71b0a9235c334a46deb577af1 SHA512 43fae827879ffe228e47df5a9e96828efcb68d12f94b5537c13e4f5858e244e80681b0df2151584b95e6bbd9ee1e327e8c141ece67be929e4efde9046fded32f MISC metadata.xml 386 BLAKE2B 40aa5d14853374cc959b299bf2c8c53fd84f4ea6e570210409f42eca706f1d098bc54dcb4b7ce743428ec361b3359284d564f04916d28cac7546fee2105051e5 SHA512 76f2c31745f906a444b40d4253a9215bcc7757aa26cfeaec19afb40794360c61d5b36e55278ca4adf6016cbc8121cd7ba627746f6f9423601aee1f5a5662b4ac diff --git a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2-r1.ebuild b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2-r1.ebuild new file mode 100644 index 000000000000..b5683d93cb1d --- /dev/null +++ b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +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/" +SRC_URI=" + https://github.com/twisted/cython-test-exception-raiser/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" + +BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" diff --git a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2.ebuild b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2.ebuild deleted file mode 100644 index 23ce641d259c..000000000000 --- a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} ) -inherit distutils-r1 - -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/" -SRC_URI=" - https://github.com/twisted/cython-test-exception-raiser/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" - -BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" -- cgit v1.2.3