-
-
Notifications
You must be signed in to change notification settings - Fork 688
sagemath-mpmath #35906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
sagemath-mpmath #35906
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
bf975b2
build/pkgs/vendoring: New, plus its dependencies
mkoeppe 8a1c726
build/pkgs/sagemath_mpmath, pkgs/sagemath-mpmath: New
mkoeppe 7c21631
pkgs/sagemath-standard/setup.py: Accept sage.doctest: distribution = β¦
mkoeppe 268612b
build/pkgs/sagelib/dependencies: Add dependency on sagemath_mpmath, tβ¦
mkoeppe b9bc5d5
sage.env: Make sure that a non-vendored copy of mpmath (e.g. used by β¦
mkoeppe b074bf7
src/sage/features/standard.py: Switch 'mpmath' feature to sage.libs.mβ¦
mkoeppe fbb0337
src/tox.ini (relint): Exclude vendored mpmath
mkoeppe 4c01b98
Do not doctest vendored mpmath
mkoeppe 2445784
src/sage/libs/mpmath: Eliminate _vendor/__init__.py; in sagelib/spkg-β¦
mkoeppe 0527c26
src/sage/doctest/sources.py (_test_enough_doctests): Honor nodoctest.β¦
mkoeppe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| click: Composable command line interface toolkit | ||
| ================================================ | ||
|
|
||
| Description | ||
| ----------- | ||
|
|
||
| Composable command line interface toolkit | ||
|
|
||
| License | ||
| ------- | ||
|
|
||
| BSD-3-Clause | ||
|
|
||
| Upstream Contact | ||
| ---------------- | ||
|
|
||
| https://pypi.org/project/click/ | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| tarball=click-VERSION-py3-none-any.whl | ||
| sha1=d066d29afdc61b0ba89ff9a58803fce84d47682b | ||
| md5=37a41134cc8a13400234746942d5d180 | ||
| cksum=437758716 | ||
| upstream_url=https://pypi.io/packages/py3/c/click/click-VERSION-py3-none-any.whl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| | $(PYTHON_TOOLCHAIN) $(PYTHON) | ||
|
|
||
| ---------- | ||
| All lines of this file are ignored except the first. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| click |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 8.1.7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| standard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| markdown_it_py: Python port of markdown-it. Markdown parsing, done right! | ||
| ========================================================================= | ||
|
|
||
| Description | ||
| ----------- | ||
|
|
||
| Python port of markdown-it. Markdown parsing, done right! | ||
|
|
||
| License | ||
| ------- | ||
|
|
||
| Upstream Contact | ||
| ---------------- | ||
|
|
||
| https://pypi.org/project/markdown-it-py/ | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| tarball=markdown_it_py-VERSION-py3-none-any.whl | ||
| sha1=3982b43b7efd8f976d0d89f7ea110a7db73194c4 | ||
| md5=261d52f83b11ca9280c84c7692de7c9d | ||
| cksum=1940511663 | ||
| upstream_url=https://pypi.io/packages/py3/m/markdown_it_py/markdown_it_py-VERSION-py3-none-any.whl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| mdurl | $(PYTHON_TOOLCHAIN) $(PYTHON) | ||
|
|
||
| ---------- | ||
| All lines of this file are ignored except the first. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| markdown-it-py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 3.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| standard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| mdurl: Markdown URL utilities | ||
| ============================= | ||
|
|
||
| Description | ||
| ----------- | ||
|
|
||
| Markdown URL utilities | ||
|
|
||
| License | ||
| ------- | ||
|
|
||
| Upstream Contact | ||
| ---------------- | ||
|
|
||
| https://pypi.org/project/mdurl/ | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| tarball=mdurl-VERSION-py3-none-any.whl | ||
| sha1=a26cf93cb2fe37f85fee4ea2f1c372cde26dd8b9 | ||
| md5=7db14dc5d739bfca141f035953620659 | ||
| cksum=1224661636 | ||
| upstream_url=https://pypi.io/packages/py3/m/mdurl/mdurl-VERSION-py3-none-any.whl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| | $(PYTHON_TOOLCHAIN) $(PYTHON) | ||
|
|
||
| ---------- | ||
| All lines of this file are ignored except the first. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| mdurl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 0.1.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| standard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| rich: Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal | ||
| ===================================================================================================== | ||
|
|
||
| Description | ||
| ----------- | ||
|
|
||
| Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal | ||
|
|
||
| License | ||
| ------- | ||
|
|
||
| MIT | ||
|
|
||
| Upstream Contact | ||
| ---------------- | ||
|
|
||
| https://pypi.org/project/rich/ | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| tarball=rich-VERSION-py3-none-any.whl | ||
| sha1=93aa7984e7e7524718bfb541cc2dc42809c5cd8d | ||
| md5=a8d2aa27ea73def9c1091c64a34746bc | ||
| cksum=2586776835 | ||
| upstream_url=https://pypi.io/packages/py3/r/rich/rich-VERSION-py3-none-any.whl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| $(PYTHON) markdown_it_py | $(PYTHON_TOOLCHAIN) | ||
|
|
||
| ---------- | ||
| All lines of this file are ignored except the first. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| rich |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 13.6.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| standard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| src/README.rst |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../sagelib/bootstrap |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| $(PYTHON) cysignals mpmath | $(PYTHON_TOOLCHAIN) sage_setup cython pkgconfig vendoring |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # This file is updated on every release by the sage-update-version script | ||
| sagemath-mpmath |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| src/VERSION.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| #!/usr/bin/env bash | ||
| # From sage-spkg. | ||
| # For type=script packages, the build rule in build/make/Makefile sources | ||
| # sage-env but not sage-dist-helpers. | ||
| lib="$SAGE_ROOT/build/bin/sage-dist-helpers" | ||
| source "$lib" | ||
| if [ $? -ne 0 ]; then | ||
| echo >&2 "Error: failed to source $lib" | ||
| echo >&2 "Is $SAGE_ROOT the correct SAGE_ROOT?" | ||
| exit 1 | ||
| fi | ||
| cd src | ||
|
|
||
| rm -rf build *.egg_info | ||
|
|
||
| export PIP_NO_INDEX=true | ||
| export PIP_FIND_LINKS="file://$SAGE_DISTFILES" | ||
| vendoring sync || sdh_die "Vendoring failed" | ||
|
|
||
| export PIP_FIND_LINKS="file://$SAGE_SPKG_WHEELS" | ||
|
|
||
| # The metadata are set up to use the modularized distributions as dependencies. | ||
| # Hence here we install with --no-build-isolation --no-deps | ||
| sdh_pip_install --no-build-isolation --no-deps . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| #!/usr/bin/env bash | ||
| # | ||
| # Script to prepare an sdist tarball for sagemath-mpmath | ||
| # This script is not used during build. | ||
| # | ||
| # HOW TO MAKE THE TARBALL: | ||
| # ./sage --sh build/pkgs/sagemath_mpmath/spkg-src | ||
|
|
||
| if [ -z "$SAGE_ROOT" ] ; then | ||
| echo >&2 "Error - SAGE_ROOT undefined ... exiting" | ||
| echo >&2 "Maybe run 'sage -sh'?" | ||
| exit 1 | ||
| fi | ||
|
|
||
| # Exit on failure | ||
| set -e | ||
|
|
||
| cd build/pkgs/sagemath_mpmath | ||
|
|
||
| cd src | ||
| # Get rid of old *.egg-info/SOURCES.txt | ||
| rm -Rf *.egg-info | ||
|
|
||
| python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../../../pkgs/sagemath-mpmath |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| standard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| toml: Python Library for Tom's Obvious, Minimal Language | ||
| ======================================================== | ||
|
|
||
| Description | ||
| ----------- | ||
|
|
||
| Python Library for Tom's Obvious, Minimal Language | ||
|
|
||
| License | ||
| ------- | ||
|
|
||
| MIT | ||
|
|
||
| Upstream Contact | ||
| ---------------- | ||
|
|
||
| https://pypi.org/project/toml/ | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| tarball=toml-VERSION-py2.py3-none-any.whl | ||
| sha1=a55ae166e643e6c7a28c16fe005efc32ee98ee76 | ||
| md5=dc26cd71b80d6757139f38156a43c545 | ||
| cksum=1596064333 | ||
| upstream_url=https://pypi.io/packages/py2.py3/t/toml/toml-VERSION-py2.py3-none-any.whl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| | $(PYTHON_TOOLCHAIN) $(PYTHON) | ||
|
|
||
| ---------- | ||
| All lines of this file are ignored except the first. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| python-toml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| python3-toml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| python-toml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| dev-python/toml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| python3${PYTHON_MINOR}-toml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| toml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 0.10.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| standard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| vendoring: A command line tool, to simplify vendoring pure Python dependencies. | ||
| =============================================================================== | ||
|
|
||
| Description | ||
| ----------- | ||
|
|
||
| A command line tool, to simplify vendoring pure Python dependencies. | ||
|
|
||
| License | ||
| ------- | ||
|
|
||
| Upstream Contact | ||
| ---------------- | ||
|
|
||
| https://pypi.org/project/vendoring/ | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| tarball=vendoring-VERSION-py2.py3-none-any.whl | ||
| sha1=583c5cbf3fd512f4f683afbea7d60f7e3234c3ac | ||
| md5=a97f7f74700be564a9f8ad1fa33b5e1f | ||
| cksum=2501073473 | ||
| upstream_url=https://pypi.io/packages/py2.py3/v/vendoring/vendoring-VERSION-py2.py3-none-any.whl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| rich click toml | $(PYTHON_TOOLCHAIN) $(PYTHON) | ||
|
|
||
| ---------- | ||
| All lines of this file are ignored except the first. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| vendoring |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 1.2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| standard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| prune sage | ||
|
|
||
| include VERSION.txt | ||
| include vendor.txt | ||
|
|
||
| include sage/libs/mpfr/*.pxd # FIXME | ||
| include sage/rings/real_mpfr.pxd # FIXME | ||
| include sage/rings/complex_mpfr.pxd # FIXME | ||
|
|
||
| graft sage/libs/mpmath | ||
|
|
||
| global-exclude *.c | ||
| global-exclude *.cpp | ||
|
|
||
| global-exclude all__sagemath*.py | ||
| global-include all__sagemath_mpmath.py | ||
|
|
||
| global-exclude __pycache__ | ||
| global-exclude *.py[co] | ||
| global-exclude *.bak | ||
| global-exclude *.so | ||
| global-exclude *~ | ||
| prune .tox | ||
| prune build | ||
| prune dist |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to require
poetry-core?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not any more, I've now made it a wheel package, so there's no more build dependency.