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: Sun, 28 Feb 2021 21:09:24
Message-Id: 1614546557.03f08a659828817929b09d170f430692a9768abb.mgorny@gentoo
1 commit: 03f08a659828817929b09d170f430692a9768abb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 20:09:51 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 21:09:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f08a65
7
8 dev-python/cython-test-exception-raiser: New dep of twisted
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 .../cython-test-exception-raiser/metadata.xml | 11 +++++++++++
15 3 files changed, 33 insertions(+)
16
17 diff --git a/dev-python/cython-test-exception-raiser/Manifest b/dev-python/cython-test-exception-raiser/Manifest
18 new file mode 100644
19 index 00000000000..83a65c97746
20 --- /dev/null
21 +++ b/dev-python/cython-test-exception-raiser/Manifest
22 @@ -0,0 +1 @@
23 +DIST cython-test-exception-raiser-1.0.0.gh.tar.gz 4273 BLAKE2B 028c3ded07b137a186055b4fa8f9d7306585942ad7ee022a37b3df065dae5d2110d6ddcd874f3dc2c687f10da1122329194b817b1a78a76ff8de557997ca2a19 SHA512 4e1c5dd65a7c493cf43213badfcaaeb0df9c4774cc6f90cfd437612126893e7831d218c707599adb97dbee7ebaaa2372c796c634d75738bd06328735eb8f1189
24
25 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
26 new file mode 100644
27 index 00000000000..f76e3e4f96b
28 --- /dev/null
29 +++ b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{7..9} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A trivial extension that just raises an exception (for testing)"
40 +HOMEPAGE="
41 + https://pypi.org/project/cython-test-exception-raiser/
42 + https://github.com/twisted/cython-test-exception-raiser/"
43 +SRC_URI="
44 + https://github.com/twisted/cython-test-exception-raiser/archive/v${PV}.tar.gz
45 + -> ${P}.gh.tar.gz"
46 +
47 +LICENSE="MIT"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +
51 +BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
52
53 diff --git a/dev-python/cython-test-exception-raiser/metadata.xml b/dev-python/cython-test-exception-raiser/metadata.xml
54 new file mode 100644
55 index 00000000000..ed7d8cab677
56 --- /dev/null
57 +++ b/dev-python/cython-test-exception-raiser/metadata.xml
58 @@ -0,0 +1,11 @@
59 +<?xml version="1.0" encoding="UTF-8"?>
60 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 +<pkgmetadata>
62 + <maintainer type="project">
63 + <email>python@g.o</email>
64 + </maintainer>
65 + <upstream>
66 + <remote-id type="pypi">cython-test-exception-raiser</remote-id>
67 + <remote-id type="github">twisted/cython-test-exception-raiser</remote-id>
68 + </upstream>
69 +</pkgmetadata>