diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-13 08:03:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 09:19:53 +0100 |
commit | ea0a948c45e25dde776e6c1875e8d91b876ca3a7 (patch) | |
tree | 8c5204300b0fab125780782f432eef32cc24768e /dev-python | |
parent | dev-python/sphinxcontrib-websupport: Bump to 1.2.7 (diff) | |
download | gentoo-ea0a948c45e25dde776e6c1875e8d91b876ca3a7.tar.gz gentoo-ea0a948c45e25dde776e6c1875e8d91b876ca3a7.tar.bz2 gentoo-ea0a948c45e25dde776e6c1875e8d91b876ca3a7.zip |
dev-python/conway-polynomials: Bump to 0.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/conway-polynomials/Manifest | 1 | ||||
-rw-r--r-- | dev-python/conway-polynomials/conway-polynomials-0.9.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/conway-polynomials/Manifest b/dev-python/conway-polynomials/Manifest index ea23245020e6..6636907eebe2 100644 --- a/dev-python/conway-polynomials/Manifest +++ b/dev-python/conway-polynomials/Manifest @@ -1 +1,2 @@ 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.9.ebuild b/dev-python/conway-polynomials/conway-polynomials-0.9.ebuild new file mode 100644 index 000000000000..a4fa8578808c --- /dev/null +++ b/dev-python/conway-polynomials/conway-polynomials-0.9.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python interface to Frank Lübeck's Conway polynomial database" +HOMEPAGE=" + https://github.com/sagemath/conway-polynomials/ + https://pypi.org/project/conway-polynomials/ +" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest |