commit:     03f08a659828817929b09d170f430692a9768abb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 20:09:51 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 21:09:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f08a65

dev-python/cython-test-exception-raiser: New dep of twisted

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/cython-test-exception-raiser/Manifest    |  1 +
 .../cython-test-exception-raiser-1.0.0.ebuild       | 21 +++++++++++++++++++++
 .../cython-test-exception-raiser/metadata.xml       | 11 +++++++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-python/cython-test-exception-raiser/Manifest 
b/dev-python/cython-test-exception-raiser/Manifest
new file mode 100644
index 00000000000..83a65c97746
--- /dev/null
+++ b/dev-python/cython-test-exception-raiser/Manifest
@@ -0,0 +1 @@
+DIST cython-test-exception-raiser-1.0.0.gh.tar.gz 4273 BLAKE2B 
028c3ded07b137a186055b4fa8f9d7306585942ad7ee022a37b3df065dae5d2110d6ddcd874f3dc2c687f10da1122329194b817b1a78a76ff8de557997ca2a19
 SHA512 
4e1c5dd65a7c493cf43213badfcaaeb0df9c4774cc6f90cfd437612126893e7831d218c707599adb97dbee7ebaaa2372c796c634d75738bd06328735eb8f1189

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
new file mode 100644
index 00000000000..f76e3e4f96b
--- /dev/null
+++ 
b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.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..9} )
+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="~amd64 ~x86"
+
+BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"

diff --git a/dev-python/cython-test-exception-raiser/metadata.xml 
b/dev-python/cython-test-exception-raiser/metadata.xml
new file mode 100644
index 00000000000..ed7d8cab677
--- /dev/null
+++ b/dev-python/cython-test-exception-raiser/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">cython-test-exception-raiser</remote-id>
+               <remote-id 
type="github">twisted/cython-test-exception-raiser</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to