public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cysignals/
Date: Thu, 26 Oct 2023 11:56:27 +0000 (UTC)	[thread overview]
Message-ID: <1698321185.1b1d61e7a2444028fd6fcfed511c6726b64d4e2a.mjo@gentoo> (raw)

commit:     1b1d61e7a2444028fd6fcfed511c6726b64d4e2a
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 14:42:50 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 11:53:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b1d61e7

dev-python/cysignals: new package, add 1.11.4

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 dev-python/cysignals/Manifest                |  1 +
 dev-python/cysignals/cysignals-1.11.4.ebuild | 30 ++++++++++++++++++++++++
 dev-python/cysignals/metadata.xml            | 35 ++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+)

diff --git a/dev-python/cysignals/Manifest b/dev-python/cysignals/Manifest
new file mode 100644
index 000000000000..d6a060c9eb1c
--- /dev/null
+++ b/dev-python/cysignals/Manifest
@@ -0,0 +1 @@
+DIST cysignals-1.11.4.tar.gz 105100 BLAKE2B c21c5cae69332885dd4b9f13d0fbe9ab836466dd699f0d51908d129107ce4922f4076fafa8dce3650983fd69d25182464f9831545a8da3535699d36d198ec6a7 SHA512 b083a62bcca71634cdd21ca6c8d1363e7754ed97d6f2ad0280b0ae97fdf1264be3dc202acf67added4c12a0815420d9641269da1212b83472ea304883d3b85ab

diff --git a/dev-python/cysignals/cysignals-1.11.4.ebuild b/dev-python/cysignals/cysignals-1.11.4.ebuild
new file mode 100644
index 000000000000..2a8a65ea37c8
--- /dev/null
+++ b/dev-python/cysignals/cysignals-1.11.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Interrupt and signal handling for Cython"
+HOMEPAGE="https://pypi.org/project/cysignals/
+	https://github.com/sagemath/cysignals"
+
+# setup.py has "or later"
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="sci-mathematics/pari:="
+RDEPEND="${DEPEND}"
+BDEPEND=">=dev-python/cython-3.0.0[${PYTHON_USEDEP}]"
+
+python_test(){
+	PATH="${BUILD_DIR}/scripts:${PATH}" \
+		"${EPYTHON}" -B "${S}"/rundoctests.py \
+		"${S}"/src/cysignals/*.pyx || die
+}

diff --git a/dev-python/cysignals/metadata.xml b/dev-python/cysignals/metadata.xml
new file mode 100644
index 000000000000..abe39229c92a
--- /dev/null
+++ b/dev-python/cysignals/metadata.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>mjo@gentoo.org</email>
+  </maintainer>
+
+  <maintainer type="person" proxied="yes">
+    <email>frp.bissey@gmail.com</email>
+    <name>François Bissey</name>
+  </maintainer>
+
+  <maintainer type="project" proxied="proxy">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+
+  <maintainer type="project">
+    <email>sci-mathematics@gentoo.org</email>
+    <name>Gentoo Mathematics Project</name>
+  </maintainer>
+
+  <longdescription lang="en">
+    When writing Cython code, special care must be taken to ensure that
+    the code can be interrupted with CTRL-C. Since Cython optimizes for
+    speed, it normally does not check for interrupts. The cysignals
+    package provides mechanisms to handle interrupts (and other signals
+    and errors) in Cython code.
+  </longdescription>
+
+  <upstream>
+    <remote-id type="pypi">cysignals</remote-id>
+    <remote-id type="github">sagemath/cysignals</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2023-10-26 11:56 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-26 11:56 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-29  2:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/cysignals/ Michael Orlitzky
2024-07-06 11:19 Michał Górny
2024-07-06 11:19 Michał Górny
2024-08-27  0:22 Michael Orlitzky
2024-11-21  6:01 Michał Górny
2024-12-12  1:40 Michael Orlitzky
2024-12-20  8:23 Michał Górny
2025-01-04 14:27 Sam James
2025-01-26  3:31 Michał Górny
2025-02-15  8:51 Arthur Zamarin
2025-07-23  4:43 Michał Górny
2025-08-09 12:44 Arthur Zamarin
2025-08-09 13:22 Michael Orlitzky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1698321185.1b1d61e7a2444028fd6fcfed511c6726b64d4e2a.mjo@gentoo \
    --to=mjo@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox