Skip to content

Commit dfdd7da

Browse files
author
Release Manager
committed
gh-36765: Update to new conway-polynomials python package Fix #32747 by switching to the newly-minted [conway-polynomials package](https://pypi.org/project/conway-polynomials/0.7/) on pypi. IMO `sage.databases.conway` (which makes the dict immutable by wrapping it in a class) is of dubious value but I've left everything alone for now. URL: #36765 Reported by: Michael Orlitzky Reviewer(s): François Bissey, Matthias Köppe, Michael Orlitzky, Tobias Diez
2 parents 2ab6da5 + 1685d81 commit dfdd7da

File tree

16 files changed

+47
-96
lines changed

16 files changed

+47
-96
lines changed
Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
1-
conway_polynomials: Tables of Conway polynomials over finite fields
2-
===================================================================
1+
conway_polynomials: Python interface to Frank Lübeck's Conway polynomial database
2+
=================================================================================
33

44
Description
55
-----------
66

7-
Frank Lübeck's tables of Conway polynomials over finite fields.
7+
This python module evolved from the old SageMath *conway_polynomials*
8+
package once hosted at,
89

9-
Upstream contact
10+
http://files.sagemath.org/spkg/upstream/conway_polynomials/
11+
12+
It's still maintained by Sage developers, but having a pip-installable
13+
interface to the data will make it easier to install SageMath via pip
14+
or another package manager.
15+
16+
17+
License
18+
-------
19+
20+
GPL version 3 or later
21+
22+
23+
Upstream Contact
1024
----------------
1125

12-
http://www.math.rwth-aachen.de/~Frank.Luebeck/data/ConwayPol/
26+
https://github.com/sagemath/conway-polynomials
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
tarball=conway_polynomials-VERSION.tar.bz2
2-
sha1=d4d89bda60ac54e73121f84635e774766e19a8b6
3-
md5=a2725ba21f44554196781424d957f68a
4-
cksum=1387933493
1+
tarball=conway-polynomials-VERSION.tar.gz
2+
sha1=cf0904c184d7f947eaae0de1b0e2e47411e9cfda
3+
md5=ddc0e82da67120efc353a6ec29c4cca2
4+
cksum=2976854063
5+
upstream_url=https://files.pythonhosted.org/packages/source/c/conway-polynomials/conway-polynomials-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| $(PYTHON)
1+
| $(PYTHON_TOOLCHAIN) $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sagemath-db-conway-polynomials
1+
conway-polynomials
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dev-python/conway-polynomials
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
conway-polynomials >=0.8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5
1+
0.8
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SAGE_SPKG_CONFIGURE([conway_polynomials], [
2+
SAGE_PYTHON_PACKAGE_CHECK([conway_polynomials])
3+
])
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
exec python3 spkg-install.py
1+
cd src && sdh_pip_install .

build/pkgs/conway_polynomials/spkg-install.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)