summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-29 11:08:15 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-29 11:08:15 +0100
commit73c5fd05a2d556b5a1d22f638c01a45e88684348 (patch)
treed8f5e459d116f88a5140eb3c05489468968f4502 /dev-python/conway-polynomials
parentdev-python/starlette: Remove old (diff)
downloadgentoo-73c5fd05a2d556b5a1d22f638c01a45e88684348.tar.gz
gentoo-73c5fd05a2d556b5a1d22f638c01a45e88684348.tar.bz2
gentoo-73c5fd05a2d556b5a1d22f638c01a45e88684348.zip
dev-python/conway-polynomials: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/conway-polynomials')
-rw-r--r--dev-python/conway-polynomials/Manifest1
-rw-r--r--dev-python/conway-polynomials/conway-polynomials-0.8.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/conway-polynomials/Manifest b/dev-python/conway-polynomials/Manifest
index 6636907eebe2..21c10c107e81 100644
--- a/dev-python/conway-polynomials/Manifest
+++ b/dev-python/conway-polynomials/Manifest
@@ -1,2 +1 @@
-DIST conway-polynomials-0.8.tar.gz 244196 BLAKE2B 0096f522b8a785ed9d5975aac4d8a518d491e608ad72e9bc70e0530c953fd4e033ec6b9d5c54b7ebce9e7c103c8445aed42c4dc6b7708537f857ea5860032b24 SHA512 ddc223a1924e8740734ad646950dc457454f19883f690bf0d94365a6087591bd296a1c9cd41f4935361ee62046d4b7a333bb3ba90614bcf92228716166f2745a
DIST conway-polynomials-0.9.tar.gz 245106 BLAKE2B 3b44b337151428a18f8fc01bfa92ffe4019d2427242efed3a9edec93e2054f706ad3735505a5d90382a1c4c8e9846080de1d34538f053ba2ccda88e91fcc5fc6 SHA512 15f0dcd69f2ffb78f4f4a7d8e11ac0e37fb23bea124778b24a4bff228a00f2f09e830e49225f0b574869f88e9c90e9114921e240eb462c10071c124d04fe90a2
diff --git a/dev-python/conway-polynomials/conway-polynomials-0.8.ebuild b/dev-python/conway-polynomials/conway-polynomials-0.8.ebuild
deleted file mode 100644
index 347fdc90194e..000000000000
--- a/dev-python/conway-polynomials/conway-polynomials-0.8.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python interface to Frank Lübeck's Conway polynomial database"
-HOMEPAGE="https://pypi.org/project/conway-polynomials/
- https://github.com/sagemath/conway-polynomials"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-python_test(){
- PYTHONPATH="src" \
- "${EPYTHON}" -m doctest src/conway_polynomials/__init__.py \
- || die
-}