summaryrefslogtreecommitdiff
path: root/dev-python/cysignals/metadata.xml
blob: abe39229c92a019362f065e27478952b1b6f4308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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>