Skip to content

Commit 4236369

Browse files
author
Release Manager
committed
gh-37224: build/pkgs/python_flint: New <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> [python-flint](https://github.com/flintlib/python-flint) is an optional dependency of the upcoming SymPy 1.13 (https://groups.google.com/g/sympy/c/S3LL7hYvD_A) @oscarbenjamin See also - #36641 <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> - Depends on #37222 - Depends on #36999 (merged here) <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #37224 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee, Matthias Köppe
2 parents 3941937 + f0c9c37 commit 4236369

File tree

7 files changed

+32
-0
lines changed

7 files changed

+32
-0
lines changed

build/pkgs/python_flint/SPKG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
python_flint: Bindings for FLINT and Arb
2+
========================================
3+
4+
Description
5+
-----------
6+
7+
Bindings for FLINT and Arb
8+
9+
License
10+
-------
11+
12+
MIT
13+
14+
Upstream Contact
15+
----------------
16+
17+
https://pypi.org/project/python-flint/
18+

build/pkgs/python_flint/checksums.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=python-flint-VERSION.tar.gz
2+
sha1=c7d5b3b8db47c903eea9e752bd7732e34d6c5945
3+
md5=6473f4da8959f0ec085db62bca3e40e3
4+
cksum=2814579556
5+
upstream_url=https://pypi.io/packages/source/p/python_flint/python-flint-VERSION.tar.gz

build/pkgs/python_flint/dependencies

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
flint | $(PYTHON_TOOLCHAIN) cython $(PYTHON)
2+
3+
----------
4+
All lines of this file are ignored except the first.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.6.0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cd src
2+
sdh_pip_install .

build/pkgs/python_flint/type

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
optional
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-flint

0 commit comments

Comments
 (0)