Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cython-test-exception-raiser/
Date: Thu, 07 Oct 2021 13:42:36
Message-Id: 1633614066.739ac75995c34d699003b82c0c13fade14685db2.mgorny@gentoo
1 commit: 739ac75995c34d699003b82c0c13fade14685db2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 13:41:06 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 13:41:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739ac759
7
8 dev-python/cython-test-exception-raiser: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cython-test-exception-raiser/Manifest | 1 -
13 .../cython-test-exception-raiser-1.0.0.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-python/cython-test-exception-raiser/Manifest b/dev-python/cython-test-exception-raiser/Manifest
17 index 688cc1c92e9..a9754487153 100644
18 --- a/dev-python/cython-test-exception-raiser/Manifest
19 +++ b/dev-python/cython-test-exception-raiser/Manifest
20 @@ -1,2 +1 @@
21 -DIST cython-test-exception-raiser-1.0.0.gh.tar.gz 4273 BLAKE2B 028c3ded07b137a186055b4fa8f9d7306585942ad7ee022a37b3df065dae5d2110d6ddcd874f3dc2c687f10da1122329194b817b1a78a76ff8de557997ca2a19 SHA512 4e1c5dd65a7c493cf43213badfcaaeb0df9c4774cc6f90cfd437612126893e7831d218c707599adb97dbee7ebaaa2372c796c634d75738bd06328735eb8f1189
22 DIST cython-test-exception-raiser-1.0.2.gh.tar.gz 4579 BLAKE2B da09ce49817ae40054ab996aa3fcfa45769736fb56cbc91ed183f73413b3298859ab0dbd6e6ddfae835411891c02c67a01194531cc4269663656af1529e81f0e SHA512 ad245eb87fe2d4d93d244b125d80f17fe6deeac86ae9a9129d211d9ff1738da39dc30d49a80f33d50a6fa52029403018c87a8637db9c21098ef8b0e3afe20ea7
23
24 diff --git a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild
25 deleted file mode 100644
26 index ad11c7efe25..00000000000
27 --- a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A trivial extension that just raises an exception (for testing)"
39 -HOMEPAGE="
40 - https://pypi.org/project/cython-test-exception-raiser/
41 - https://github.com/twisted/cython-test-exception-raiser/"
42 -SRC_URI="
43 - https://github.com/twisted/cython-test-exception-raiser/archive/v${PV}.tar.gz
44 - -> ${P}.gh.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
49 -
50 -BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"