summaryrefslogtreecommitdiff
path: root/dev-python/cypari2
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/cypari2
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/cypari2')
-rw-r--r--dev-python/cypari2/Manifest1
-rw-r--r--dev-python/cypari2/cypari2-2.2.4.ebuild35
-rw-r--r--dev-python/cypari2/metadata.xml27
3 files changed, 0 insertions, 63 deletions
diff --git a/dev-python/cypari2/Manifest b/dev-python/cypari2/Manifest
deleted file mode 100644
index 09c2cfeb6869..000000000000
--- a/dev-python/cypari2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cypari2-2.2.4.tar.gz 692543 BLAKE2B bd146958dd5b9e7da4a419f6b58307a09872ad0f13f5a7ab81d65d24c7cd54f9124a8373a74614103d11dac8064ae1d7d45279e4c59411ebcc46bb2fecaa8299 SHA512 f1e42448b392ac5d58523a281c7613ea6153715e425285f31e01dd3514988108ddb2ba76a2bd40a1628a1ce42b8a7d9e88c51de272258c47d9e6fbc307925ea4
diff --git a/dev-python/cypari2/cypari2-2.2.4.ebuild b/dev-python/cypari2/cypari2-2.2.4.ebuild
deleted file mode 100644
index 972446951cc7..000000000000
--- a/dev-python/cypari2/cypari2-2.2.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_USE_PEP517=meson-python
-DISTUTILS_EXT=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Cython interface to PARI"
-HOMEPAGE="https://github.com/sagemath/cypari2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-DEPEND=">=sci-mathematics/pari-2.17.1:=[gmp,doc]
- dev-python/cysignals[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-python/cython-3[${PYTHON_USEDEP}]"
-
-src_prepare(){
- default
-
- # rename cypari2.py to cypari2.pc.in
- mv cypari2/cypari2.py.in cypari2/cypari2.pc.in || die
- sed -e "s:cypari2.py:cypari2.pc:g" -i cypari2/meson.build || die
-}
-
-python_test(){
- cd "${S}"/tests || die
- "${EPYTHON}" rundoctest.py || die
-}
diff --git a/dev-python/cypari2/metadata.xml b/dev-python/cypari2/metadata.xml
deleted file mode 100644
index f70554e6dfce..000000000000
--- a/dev-python/cypari2/metadata.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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>
-
- <upstream>
- <remote-id type="pypi">cypari2</remote-id>
- <remote-id type="github">sagemath/cypari2</remote-id>
- </upstream>
-</pkgmetadata>