diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-11 09:11:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-11 09:11:13 +0200 |
commit | d0cc44d0fa89d11a0c34bb1f79332017d8c46c76 (patch) | |
tree | f81079da9f5bd87756f92cecae0bc738b6493ea3 /dev-python/cython-test-exception-raiser | |
parent | dev-python/sphinx-prompt: Bump to 1.5.0 (diff) | |
download | gentoo-d0cc44d0fa89d11a0c34bb1f79332017d8c46c76.tar.gz gentoo-d0cc44d0fa89d11a0c34bb1f79332017d8c46c76.tar.bz2 gentoo-d0cc44d0fa89d11a0c34bb1f79332017d8c46c76.zip |
dev-python/cython-test-exception-raiser: Bump to 1.0.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cython-test-exception-raiser')
-rw-r--r-- | dev-python/cython-test-exception-raiser/Manifest | 1 | ||||
-rw-r--r-- | dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/cython-test-exception-raiser/Manifest b/dev-python/cython-test-exception-raiser/Manifest index 83a65c97746a..688cc1c92e95 100644 --- a/dev-python/cython-test-exception-raiser/Manifest +++ b/dev-python/cython-test-exception-raiser/Manifest @@ -1 +1,2 @@ DIST cython-test-exception-raiser-1.0.0.gh.tar.gz 4273 BLAKE2B 028c3ded07b137a186055b4fa8f9d7306585942ad7ee022a37b3df065dae5d2110d6ddcd874f3dc2c687f10da1122329194b817b1a78a76ff8de557997ca2a19 SHA512 4e1c5dd65a7c493cf43213badfcaaeb0df9c4774cc6f90cfd437612126893e7831d218c707599adb97dbee7ebaaa2372c796c634d75738bd06328735eb8f1189 +DIST cython-test-exception-raiser-1.0.2.gh.tar.gz 4579 BLAKE2B da09ce49817ae40054ab996aa3fcfa45769736fb56cbc91ed183f73413b3298859ab0dbd6e6ddfae835411891c02c67a01194531cc4269663656af1529e81f0e SHA512 ad245eb87fe2d4d93d244b125d80f17fe6deeac86ae9a9129d211d9ff1738da39dc30d49a80f33d50a6fa52029403018c87a8637db9c21098ef8b0e3afe20ea7 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 new file mode 100644 index 000000000000..ba44a82f8fd0 --- /dev/null +++ b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021 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 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" |