summaryrefslogtreecommitdiff
path: root/dev-python/fpylll
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/fpylll
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/fpylll')
-rw-r--r--dev-python/fpylll/Manifest2
-rw-r--r--dev-python/fpylll/fpylll-0.6.4-r1.ebuild42
-rw-r--r--dev-python/fpylll/metadata.xml27
3 files changed, 0 insertions, 71 deletions
diff --git a/dev-python/fpylll/Manifest b/dev-python/fpylll/Manifest
deleted file mode 100644
index 5582c77ad8fd..000000000000
--- a/dev-python/fpylll/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST fpylll-0.6.4.tar.gz 124097 BLAKE2B 39b0da895a5d66c274fb2260ab7d33e2a973395bfc5a2cb6b5ba03d235a0bb9650b257d7b3807d1fec10093e6fe24e7553bd63a04a2d975e9947737c2231de58 SHA512 3e9f6b0f9d7c2211ff2de629cfa4b1f61ec73207809e17165f9e0a948a9749b7dda2db9613ff676eca71348f781aa152dec8b30005df9b19209892ae55a552ac
-DIST fpylll-0.6.4.tar.gz.provenance 9142 BLAKE2B 899a9821a71d4333b4f8bd4e090c56092a55aea9a7f4c31c6083d1d0e45a381102c9eb9b0173f4cd43de41d4f715f561fb7d717d7176e34af026fb4846b08189 SHA512 7ab131cb6f250318f539951fd4f2cf04ae318213883547ab5b72a3dcfc63994fbe2580e8c1e635f63e7ded51e6e5f2801a8b434df246cc5ffe40115192ac1a28
diff --git a/dev-python/fpylll/fpylll-0.6.4-r1.ebuild b/dev-python/fpylll/fpylll-0.6.4-r1.ebuild
deleted file mode 100644
index d1282db9c6de..000000000000
--- a/dev-python/fpylll/fpylll-0.6.4-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYPI_VERIFY_REPO=https://github.com/fplll/fpylll
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python bindings for sci-libs/fplll"
-HOMEPAGE="
- https://github.com/fplll/fpylll/
- https://pypi.org/project/fpylll/
-"
-
-# setup.py says "or later"
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-DEPEND="
- dev-python/cysignals[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- >=sci-libs/fplll-5.5.0
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- >=dev-python/cython-3[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-python_test(){
- local -x PY_IGNORE_IMPORTMISMATCH=1
- epytest
-}
diff --git a/dev-python/fpylll/metadata.xml b/dev-python/fpylll/metadata.xml
deleted file mode 100644
index 7b1fe28d3519..000000000000
--- a/dev-python/fpylll/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">fpylll</remote-id>
- <remote-id type="github">fplll/fpylll</remote-id>
- </upstream>
-</pkgmetadata>