Skip to content
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

Use system python packages with --enable-system-site-packages #36141

Merged
merged 253 commits into from
Sep 10, 2023
Merged
Changes from 1 commit
Commits
Show all changes
253 commits
Select commit Hold shift + click to select a range
9c9de7b
build/pkgs/pythran: Update to 0.13.1
mkoeppe Aug 22, 2023
e70ddfc
build/pkgs/meson_python: Update to 0.13.2
mkoeppe Aug 22, 2023
20c90ca
build/pkgs/pybind11: Update to 2.11.1
mkoeppe Aug 22, 2023
b7227e3
build/pkgs/pyproject_metadata: Update to 0.7.1
mkoeppe Aug 22, 2023
ddf8efe
build/pkgs/gast: Update to 0.5.4
mkoeppe Aug 22, 2023
a291fee
build/pkgs/meson_python/patches: Remove
mkoeppe Aug 22, 2023
cb21d9f
build/pkgs/meson: Update to 1.2.1
mkoeppe Aug 22, 2023
d0be1a4
build/pkgs/ninja_build: Update to 1.11.1
mkoeppe Aug 22, 2023
a97e3de
Merge branch 'cython-0.29.33' into scipy_1_11
mkoeppe Aug 22, 2023
2461b37
build/pkgs/cmake: Update to 3.27.3
mkoeppe Aug 22, 2023
548160a
build/pkgs/scipy/install-requires.txt: Allow 1.11.x
mkoeppe Aug 22, 2023
3d17e4a
build/pkgs/meson/spkg-configure.m4: Require meson >= 1.1.0
mkoeppe Aug 22, 2023
e955f3e
Trac #29665: add --enable-system-site-packages option to ./configure.
orlitzky Oct 9, 2021
f80ce35
Trac #29665: new SAGE_PYTHON_PACKAGE_CHECK() autoconf macro.
orlitzky Oct 11, 2021
19fa7c8
Trac #29665: standard python spkg-configure.m4 for py.
orlitzky Oct 10, 2021
dc39acc
Trac #29665: standard python spkg-configure.m4 for wheel.
orlitzky Oct 10, 2021
3ede904
Trac #29665: new spkg-configure.m4 for cvxopt.
orlitzky Oct 10, 2021
a172e1b
Trac #29665: new spkg-configure.m4 for pyzmq.
orlitzky Oct 10, 2021
a69bc99
Trac #29665: standard python spkg-configure.m4 for requests.
orlitzky Oct 10, 2021
9a81424
Trac #29665: standard python spkg-configure.m4 for six.
orlitzky Oct 10, 2021
40a17dd
Trac #29665: standard python spkg-configure.m4 for packaging.
orlitzky Oct 10, 2021
0820e25
Trac #29665: new spkg-configure.m4 for numpy.
orlitzky Oct 10, 2021
b902f1b
Trac #29665: new spkg-configure.m4 for scipy.
orlitzky Oct 10, 2021
04cd285
Trac #29665: standard python spkg-configure.m4 for pluggy.
orlitzky Oct 11, 2021
eec1c60
Trac #29665: standard python spkg-configure.m4 for pickleshare.
orlitzky Oct 11, 2021
2bf735f
Trac #29665: standard python spkg-configure.m4 for html5lib.
orlitzky Oct 11, 2021
394e7e8
Trac #29665: standard python spkg-configure.m4 for networkx.
orlitzky Oct 11, 2021
0fecd78
Trac #29665: new spkg-configure.m4 for matplotlib.
orlitzky Oct 12, 2021
6647de2
Trac #29665: standard python spkg-configure.m4 for bleach.
orlitzky Oct 12, 2021
ebb763a
Trac #29665: standard python spkg-configure.m4 for decorator.
orlitzky Oct 12, 2021
ca057c0
Trac #29665: standard python spkg-configure.m4 for idna.
orlitzky Oct 12, 2021
f5e0319
Trac #29665: standard python spkg-configure.m4 for certifi.
orlitzky Oct 12, 2021
745b69a
Trac #29665: new spkg-configure.m4 for pillow.
orlitzky Oct 12, 2021
ca59e08
Trac #29665: standard python spkg-configure.m4 for mpmath.
orlitzky Oct 12, 2021
6340166
Trac #29665: standard python spkg-configure.m4 for sympy.
orlitzky Oct 12, 2021
3ad0ff0
Trac #29665: standard python spkg-configure.m4 for pygments.
orlitzky Oct 12, 2021
d278e15
Trac #29665: standard python spkg-configure.m4 for jinja2.
orlitzky Oct 12, 2021
c687b66
Trac #29665: standard python spkg-configure.m4 for pandocfilters.
orlitzky Oct 12, 2021
e1bc792
Trac #29665: standard python spkg-configure.m4 for webencodings.
orlitzky Oct 12, 2021
d18924a
Trac #29665: standard python spkg-configure.m4 for pytz.
orlitzky Oct 12, 2021
43fe942
Trac #29665: standard python spkg-configure.m4 for texttable.
orlitzky Oct 12, 2021
76e58c2
Trac #29665: standard python spkg-configure.m4 for babel.
orlitzky Oct 12, 2021
efa5bc4
Trac #29665: force system python3 with --enable-system-site-packages.
orlitzky Oct 14, 2021
870939f
Trac #29665: standard python spkg-configure.m4 for setuptools.
orlitzky Oct 15, 2021
22e567e
Trac #29665: poison PYTHONUSERBASE when testing for "system" packages.
orlitzky Oct 15, 2021
fa8bef3
Trac #29665: run SAGE_PYTHON_PACKAGE_CHECK() inside a venv.
orlitzky Oct 15, 2021
6d56387
Trac #29665: log SAGE_PYTHON_PACKAGE_CHECK() failures to config.log.
orlitzky Oct 15, 2021
3448ae6
Trac #29665: don't clobber a plain file named config.venv.
orlitzky Oct 15, 2021
28e70e2
Trac #29665: don't announce system python packages that won't be used.
orlitzky Oct 16, 2021
eb4bf94
Trac #29665: add Gentoo package information for python packages.
orlitzky Oct 17, 2021
84c61c7
build/pkgs: Add distros/fedora.txt for Python packages
mkoeppe Oct 18, 2021
62b9a10
build/pkgs: Add distros/arch.txt for Python packages
mkoeppe Oct 18, 2021
de14735
build/pkgs: Add distros/opensuse.txt for Python packages
mkoeppe Oct 18, 2021
f66da0a
build/pkgs: Add distros/debian.txt for Python packages
mkoeppe Oct 18, 2021
e0080c5
Trac #29665: add more documentation for SAGE_PYTHON_PACKAGE_CHECK().
orlitzky Oct 18, 2021
6e405c4
Trac #29665: improve SAGE_PYTHON_PACKAGE_CHECK() failure message.
orlitzky Oct 18, 2021
b480c7f
Trac #29665: use sage-venv in SAGE_PYTHON_PACKAGE_CHECK().
orlitzky Oct 25, 2021
659563e
Trac #29665: standard python spkg-configure.m4 for urllib3.
orlitzky Nov 3, 2021
09486f0
Trac #29665: add Gentoo package information for urllib3.
orlitzky Nov 3, 2021
5270213
Trac #29665: add Gentoo package information for nbformat.
orlitzky Nov 3, 2021
59d6791
Trac #29665: standard python spkg-configure.m4 for nbformat.
orlitzky Nov 3, 2021
db773cd
Trac #29665: add Gentoo package information for zipp.
orlitzky Nov 3, 2021
b155e86
Trac #29665: standard python spkg-configure.m4 for zipp.
orlitzky Nov 3, 2021
35bd993
Trac #29665: add Gentoo package information for wcwidth.
orlitzky Nov 3, 2021
884fe4b
Trac #29665: standard python spkg-configure.m4 for wcwidth.
orlitzky Nov 3, 2021
b877377
Trac #29665: add Gentoo package information for jedi.
orlitzky Nov 3, 2021
33a4f2a
Trac #29665: standard python spkg-configure.m4 for jedi.
orlitzky Nov 3, 2021
7b421e6
Trac #29665: add Gentoo package information for tomli.
orlitzky Nov 3, 2021
899c27f
Trac #29665: standard python spkg-configure.m4 for tomli.
orlitzky Nov 3, 2021
be31bed
Trac #29665: add Gentoo package information for defusedxml.
orlitzky Nov 3, 2021
03d7abc
Trac #29665: standard python spkg-configure.m4 for defusedxml.
orlitzky Nov 3, 2021
2455bec
Trac #29665: add Gentoo package information for ipywidgets.
orlitzky Nov 3, 2021
8ea7f92
Trac #29665: add Gentoo package information for simplegeneric.
orlitzky Nov 3, 2021
031e0e4
Trac #29665: standard python spkg-configure.m4 for simplegeneric.
orlitzky Nov 3, 2021
ea5ce3e
Trac #29665: add Gentoo package information for imagesize.
orlitzky Nov 3, 2021
cd93994
Trac #29665: standard python spkg-configure.m4 for imagesize.
orlitzky Nov 3, 2021
ef9b7d0
Trac #29665: add Gentoo package information for mistune.
orlitzky Nov 3, 2021
4b442dd
Trac #29665: standard python spkg-configure.m4 for mistune.
orlitzky Nov 3, 2021
efe2ab2
Trac #29665: add Gentoo package information for backcall.
orlitzky Nov 3, 2021
8736fbc
Trac #29665: standard python spkg-configure.m4 for backcall.
orlitzky Nov 3, 2021
15fa92d
Trac #29665: add Gentoo package information for parso.
orlitzky Nov 3, 2021
e6bd185
Trac #29665: standard python spkg-configure.m4 for parso.
orlitzky Nov 3, 2021
f8547ef
Trac #29665: add Gentoo package information for pyparsing.
orlitzky Nov 3, 2021
a563f1a
Trac #29665: standard python spkg-configure.m4 for pyparsing.
orlitzky Nov 3, 2021
9b18e4c
Trac #29665: add Gentoo package information for debugpy.
orlitzky Nov 4, 2021
cb6044e
Trac #29665: standard python spkg-configure.m4 for debugpy.
orlitzky Nov 4, 2021
ca904f2
Trac #29665: add Gentoo package information for tzlocal.
orlitzky Nov 4, 2021
4e313a6
Trac #29665: standard python spkg-configure.m4 for tzlocal.
orlitzky Nov 4, 2021
fa170d5
Trac #29665: add Gentoo package information for pycparser.
orlitzky Nov 4, 2021
348d023
Trac #29665: standard python spkg-configure.m4 for pycparser.
orlitzky Nov 4, 2021
b8e0586
Trac #29665: add Gentoo package information for cycler.
orlitzky Nov 4, 2021
c87529f
Trac #29665: standard python spkg-configure.m4 for cycler.
orlitzky Nov 4, 2021
89a2cdb
Trac #29665: add Gentoo package information for traitlets.
orlitzky Nov 4, 2021
076bc40
Trac #29665: standard python spkg-configure.m4 for traitlets.
orlitzky Nov 4, 2021
7f6654b
Trac #29665: add Gentoo package information for ptyprocess.
orlitzky Nov 4, 2021
ddfde00
Trac #29665: standard python spkg-configure.m4 for ptyprocess.
orlitzky Nov 4, 2021
a995e8e
Trac #29665: add Gentoo package information for attrs.
orlitzky Nov 4, 2021
1a711e9
Trac #29665: standard python spkg-configure.m4 for attrs.
orlitzky Nov 4, 2021
65d8485
Trac #29665: add Gentoo package information for send2trash.
orlitzky Nov 4, 2021
0fe1063
Trac #29665: standard python spkg-configure.m4 for send2trash.
orlitzky Nov 4, 2021
9e0e66f
Trac #29665: add Gentoo package information for pyrsistent.
orlitzky Nov 4, 2021
5799c2c
Trac #29665: standard python spkg-configure.m4 for pyrsistent.
orlitzky Nov 4, 2021
b0ec970
Trac #29665: add Gentoo package information for entrypoints.
orlitzky Nov 4, 2021
bc4e61e
Trac #29665: standard python spkg-configure.m4 for entrypoints.
orlitzky Nov 4, 2021
0ef9d5d
Trac #29665: add Gentoo package information for markupsafe.
orlitzky Nov 4, 2021
a18a9c0
Trac #29665: standard python spkg-configure.m4 for markupsafe.
orlitzky Nov 4, 2021
5701165
Trac #29665: add Gentoo package information for flit_core.
orlitzky Nov 5, 2021
37142aa
Trac #29665: standard python spkg-configure.m4 for flit_core.
orlitzky Nov 5, 2021
274335b
Trac #29665: add Gentoo package information for nest_asyncio.
orlitzky Nov 5, 2021
d502451
Trac #29665: standard python spkg-configure.m4 for nest_asyncio.
orlitzky Nov 5, 2021
a92fb13
Trac #29665: add Gentoo package information for ipython_genutils.
orlitzky Nov 5, 2021
61c99a9
Trac #29665: standard python spkg-configure.m4 for ipython_genutils.
orlitzky Nov 5, 2021
78f2688
Trac #29665: add Gentoo package information for ipython.
orlitzky Nov 5, 2021
2b244d0
Trac #29665: standard python spkg-configure.m4 for ipython.
orlitzky Nov 5, 2021
e7d2f08
Trac #29665: standard python spkg-configure.m4 for ipywidgets.
orlitzky Nov 5, 2021
36a0ad4
Trac #29665: add Gentoo package information for wheel.
orlitzky Nov 5, 2021
cce6925
Trac #29665: add Gentoo package information for terminado.
orlitzky Nov 10, 2021
9bbe3d2
Trac #29665: standard python spkg-configure.m4 for terminado.
orlitzky Nov 10, 2021
1d2fff2
Trac #29665: add Gentoo package information for cffi.
orlitzky Nov 10, 2021
60b806d
Trac #29665: standard python spkg-configure.m4 for cffi.
orlitzky Nov 10, 2021
cdf50a5
Trac #29665: add Gentoo package information for pip.
orlitzky Nov 10, 2021
071eb64
Trac #29665: new spkg-configure.m4 for pip.
orlitzky Nov 10, 2021
610ba3a
Trac #29665: set $SAGE_PIP_INSTALL_FLAGS for --enable-system-site-pac…
orlitzky Nov 9, 2021
cfe441f
Trac #29665: pass $SAGE_PIP_INSTALL_FLAGS to sdh_pip_install.
orlitzky Nov 10, 2021
44907bb
Trac #29665: add Gentoo package information for pexpect.
orlitzky Nov 10, 2021
2d99751
Trac #29665: standard python spkg-configure.m4 for pexpect.
orlitzky Nov 10, 2021
c76212e
Trac #29665: add Gentoo package information for docutils.
orlitzky Nov 10, 2021
87345a1
Trac #29665: standard python spkg-configure.m4 for docutils.
orlitzky Nov 10, 2021
05a9209
Trac #29665: add Gentoo package information for nbclient.
orlitzky Nov 10, 2021
019ecdc
Trac #29665: standard python spkg-configure.m4 for nbclient.
orlitzky Nov 10, 2021
5d0a8bd
Trac #29665: add Gentoo package information for argon2_cffi.
orlitzky Nov 10, 2021
b1ab86e
Trac #29665: standard python spkg-configure.m4 for argon2_cffi.
orlitzky Nov 10, 2021
7ced446
Trac #29665: fix package name in dateutil's install-requires.txt.
orlitzky Nov 11, 2021
69900e9
Trac #29665: add Gentoo package information for dateutil.
orlitzky Nov 11, 2021
6100799
Trac #29665: standard python spkg-configure.m4 for dateutil.
orlitzky Nov 11, 2021
d8d7330
Trac #29665: add Gentoo package information for setuptools_scm.
orlitzky Nov 11, 2021
30ea202
Trac #29665: standard python spkg-configure.m4 for setuptools_scm.
orlitzky Nov 11, 2021
98a6e07
Trac #29665: add Gentoo package information for nbconvert.
orlitzky Nov 11, 2021
33c3c92
Trac #29665: standard python spkg-configure.m4 for nbconvert.
orlitzky Nov 11, 2021
751fae2
Trac #29665: add Gentoo package information for jupyter_core.
orlitzky Nov 11, 2021
af04655
Trac #29665: standard python spkg-configure.m4 for jupyter_core.
orlitzky Nov 11, 2021
6a07c20
Trac #29665: add Gentoo package information for jupyter_client.
orlitzky Nov 11, 2021
15c5ad9
Trac #29665: standard python spkg-configure.m4 for jupyter_client.
orlitzky Nov 11, 2021
3946276
Trac #29665: add Gentoo package information for snowballstemmer.
orlitzky Nov 11, 2021
1e48d6f
Trac #29665: standard python spkg-configure.m4 for snowballstemmer.
orlitzky Nov 11, 2021
97e98ca
Trac #29665: add Gentoo package information for tornado.
orlitzky Nov 11, 2021
373f7e2
Trac #29665: standard python spkg-configure.m4 for tornado.
orlitzky Nov 11, 2021
bd48532
Trac #29665: add Gentoo package information for jsonschema.
orlitzky Nov 11, 2021
39452a9
Trac #29665: standard python spkg-configure.m4 for jsonschema.
orlitzky Nov 11, 2021
28afd22
Trac #29665: standard python spkg-configure.m4 for widgetsnbextension.
orlitzky Nov 11, 2021
607cc41
Trac #29665: add Gentoo package information for importlib_resources.
orlitzky Nov 11, 2021
d4e513d
Trac #29665: standard python spkg-configure.m4 for importlib_resources.
orlitzky Nov 11, 2021
c37bdcf
Trac #29665: add Gentoo package information for kiwisolver.
orlitzky Nov 11, 2021
14be0d4
Trac #29665: standard python spkg-configure.m4 for kiwisolver.
orlitzky Nov 11, 2021
2f2e2e9
Trac #29665: add Gentoo package information for notebook.
orlitzky Nov 11, 2021
9e1e922
Trac #29665: standard python spkg-configure.m4 for notebook.
orlitzky Nov 11, 2021
9e46458
Trac #29665: add Gentoo package information for matplotlib_inline.
orlitzky Nov 11, 2021
532cd92
Trac #29665: standard python spkg-configure.m4 for matplotlib_inline.
orlitzky Nov 11, 2021
22b8e78
Trac #29665: add Gentoo package information for ipykernel.
orlitzky Nov 11, 2021
4385d14
Trac #29665: standard python spkg-configure.m4 for ipykernel.
orlitzky Nov 11, 2021
95bc155
Trac #29665: add Gentoo package information for prompt_toolkit.
orlitzky Nov 11, 2021
342a1b4
Trac #29665: standard python spkg-configure.m4 for prompt_toolkit.
orlitzky Nov 11, 2021
f4d8ca5
Trac #29665: add Gentoo package information for charset_normalizer.
orlitzky Nov 11, 2021
2c3707a
Trac #29665: standard python spkg-configure.m4 for charset_normalizer.
orlitzky Nov 11, 2021
66b3bf0
Trac #29665: add Gentoo package information for prometheus_client.
orlitzky Nov 11, 2021
c1930d0
Trac #29665: standard python spkg-configure.m4 for prometheus_client.
orlitzky Nov 11, 2021
8089c92
Trac #29665: add Gentoo package information for pybind11.
orlitzky Nov 11, 2021
251b381
Trac #29665: standard python spkg-configure.m4 for pybind11.
orlitzky Nov 11, 2021
ecad13c
Trac #29665: add Gentoo package information for pkgconfig.
orlitzky Nov 11, 2021
9036a5e
Trac #29665: standard python spkg-configure.m4 for pkgconfig.
orlitzky Nov 11, 2021
028e48a
Trac #29665: add Gentoo package information for sphinxcontrib_seriali…
orlitzky Nov 11, 2021
0eeedf4
Trac #29665: standard python spkg-configure.m4 for sphinxcontrib_seri…
orlitzky Nov 11, 2021
0743475
Trac #29665: add Gentoo package information for sphinxcontrib_jsmath.
orlitzky Nov 11, 2021
bfb3ec2
Trac #29665: standard python spkg-configure.m4 for sphinxcontrib_jsmath.
orlitzky Nov 11, 2021
1d82256
Trac #29665: add Gentoo package information for sphinxcontrib_devhelp.
orlitzky Nov 11, 2021
7317583
Trac #29665: standard python spkg-configure.m4 for sphinxcontrib_devh…
orlitzky Nov 11, 2021
223a980
Trac #29665: add Gentoo package information for sphinxcontrib_qthelp.
orlitzky Nov 11, 2021
998f5b3
Trac #29665: standard python spkg-configure.m4 for sphinxcontrib_qthelp.
orlitzky Nov 11, 2021
477e3e3
Trac #29665: add Gentoo package information for sphinxcontrib_applehelp.
orlitzky Nov 11, 2021
d4f1faa
Trac #29665: standard python spkg-configure.m4 for sphinxcontrib_appl…
orlitzky Nov 11, 2021
8698129
Trac #29665: add Gentoo package information for sphinxcontrib_htmlhelp.
orlitzky Nov 11, 2021
ab239f6
Trac #29665: standard python spkg-configure.m4 for sphinxcontrib_html…
orlitzky Nov 11, 2021
7b1aa03
Trac #29665: add Gentoo package information for jupyterlab_pygments.
orlitzky Nov 11, 2021
7ba3403
Trac #29665: standard python spkg-configure.m4 for jupyterlab_pygments.
orlitzky Nov 11, 2021
dfa9cbf
Trac #29665: standard python spkg-configure.m4 for ply.
orlitzky Dec 31, 2021
c99e9fa
Trac #29665: add Gentoo package information for ply.
orlitzky Dec 31, 2021
3b2805b
Trac #29665: standard python spkg-configure.m4 for gast.
orlitzky Dec 31, 2021
958367b
Trac #29665: add Gentoo package information for gast.
orlitzky Dec 31, 2021
5060d45
Trac #29665: standard python spkg-configure.m4 for pythran.
orlitzky Dec 31, 2021
728d207
Trac #29665: add Gentoo package information for pythran.
orlitzky Dec 31, 2021
284caa4
Trac #29665: standard python spkg-configure.m4 for beniget.
orlitzky Dec 31, 2021
b0ae5fa
Trac #29665: add Gentoo package information for beniget.
orlitzky Dec 31, 2021
e9530c4
Trac #29665: standard python spkg-configure.m4 for alabaster.
orlitzky Dec 31, 2021
a2262c5
Trac #29665: add Gentoo package information for alabaster.
orlitzky Dec 31, 2021
2cbead4
Trac #29665: standard python spkg-configure.m4 for importlib_metadata.
orlitzky Dec 31, 2021
a8a1544
Trac #29665: add Gentoo package information for importlib_metadata.
orlitzky Dec 31, 2021
5c60ddf
m4/sage_python_package_check.m4: update pkg_resources import
orlitzky Aug 25, 2023
d87feed
build/pkgs/pip/distros/gentoo.txt: drop USE=vanilla requirement
orlitzky Aug 25, 2023
3cd6cb6
build/pkgs/ipython/install-requires.txt: reject <ipython-8.11
orlitzky Aug 25, 2023
0f07a78
configure.ac: set/subst a variable for --enable-system-site-packages
orlitzky Aug 27, 2023
b68a4d5
build/bin/sage-build-env-config.in: export ENABLE_SYSTEM_SITE_PACKAGES
orlitzky Aug 27, 2023
174def6
build/bin/sage-get-system-packages: optionally skip python packages
orlitzky Aug 27, 2023
d2360b3
build/bin/write-dockerfile.sh: refactor using sage-get-system-packages
orlitzky Aug 27, 2023
f8f6a80
lb version in install-requires.txt for flit
dimpase Aug 27, 2023
1c1000a
build/bin/write-dockerfile.sh: don't mention --enable-system-site-pac…
orlitzky Aug 27, 2023
5eafbaa
build/bin/write-dockerfile.sh: skip packages without spkg-configure.m4
orlitzky Aug 27, 2023
1745562
build/bin/sage-get-system-packages: don't source build-env-config
orlitzky Aug 27, 2023
4fe6c2c
build/bin/sage-get-system-packages: swap two "if" statements
orlitzky Aug 27, 2023
0960b9e
build/bin/sage-spkg-info: mention --enable-system-site-packages
orlitzky Aug 27, 2023
0619e4c
build/bin/sage-spkg-info: improve test for system site packages
orlitzky Aug 27, 2023
e9c4710
tox.ini: Add packages factor 'sitepackages'
mkoeppe Aug 27, 2023
cfe3b63
Merge branch 'develop' into scipy_1_11
mkoeppe Aug 28, 2023
0ffc189
build/pkgs/mathjax/distros/gentoo.txt: Shell-quote
mkoeppe Aug 28, 2023
5adb9d7
m4/sage_spkg_configure.m4: reduce python package ./configure noise
orlitzky Aug 29, 2023
d8afc4c
tox.ini (sitepackages): Use IGNORE_MISSING_SYSTEM_PACKAGES=yes
mkoeppe Aug 29, 2023
30013bb
build/pkgs/setuptools_scm/distros/gentoo.txt: fix package name
orlitzky Aug 29, 2023
4e40f00
.tox, .github/workflows/ci-linux.yml: Test -standard-sitepackages
mkoeppe Aug 30, 2023
5ca3ac9
build/pkgs: Add distros/*.txt for some Python packages
mkoeppe Aug 30, 2023
b0b6cc6
build/pkgs: Add distros/*.txt for some more Python packages
mkoeppe Aug 30, 2023
82436de
.tox, .github/workflows/ci-linux.yml: Test -standard-sitepackages (fi…
mkoeppe Aug 30, 2023
6d3ddc5
build/pkgs/*/distros/debian.txt: Use python3-* packages
mkoeppe Aug 30, 2023
0d2da8c
build/pkgs/ipython/distros/debian.txt: Fixup
mkoeppe Aug 30, 2023
65a90e4
.github/workflows/docker.yml: Add opensuse-tumbleweed (currently usin…
mkoeppe Aug 30, 2023
d809ea5
build/pkgs/*/distros/opensuse.txt: Use python3${MINOR}-* packages
mkoeppe Aug 30, 2023
c076df4
build/bin/write-dockerfile.sh: Substitute ${PYTHON_MINOR}
mkoeppe Aug 30, 2023
409ac5a
configure.ac: remove pyvenv.cfg when ./configure is run
orlitzky Aug 30, 2023
a1d8273
Revert "configure.ac: remove pyvenv.cfg when ./configure is run"
orlitzky Aug 30, 2023
ab4904b
build/make/Makefile.in: Use a file separate from pyvenv.cfg as instal…
mkoeppe Aug 30, 2023
0e0285c
build/pkgs/setuptools_scm/distros: Add more
mkoeppe Aug 30, 2023
34b8808
build/make/Makefile.in: ensure $(SAGE_VENV)/$(SPKG_INST_RELDIR) exists
orlitzky Aug 30, 2023
faace2f
build/pkgs/jupyter_core/dependencies: Add build dep hatchling
mkoeppe Aug 30, 2023
33eb52a
build/pkgs/{pip,setuptools_scm}: Update lower bounds
mkoeppe Aug 31, 2023
561b93b
Merge branch 'mathjax_gentoo' into system-python-packages
mkoeppe Aug 31, 2023
3aa39be
build/pkgs/setuptools/install-requires.txt: Set upper bound
mkoeppe Aug 31, 2023
fec85fd
build/pkgs/pybind11/install-requires.txt: Increase lower bound
mkoeppe Aug 31, 2023
3ea8061
build/pkgs/pygments/install-requires.txt: Increase lower bound
mkoeppe Aug 31, 2023
68095a8
build/pkgs/ipython/install-requires.txt: Lower the upper bound
mkoeppe Aug 31, 2023
af2488f
build/pkgs/cppy/install-requires.txt: Set lower bound
mkoeppe Aug 31, 2023
0cb24ce
build/pkgs/babel/install-requires.txt: increase lower bound
orlitzky Aug 31, 2023
54592ee
build/pkgs/pythran/install-requires.txt: add lower bound
orlitzky Aug 31, 2023
df9e5ac
build/pkgs/*/dependencies: Reduce $(PYTHON) to an order-only dependency
mkoeppe Aug 31, 2023
a3246b0
build/bin/sage-build-env-config.in: Set PYTHON_MINOR variable
mkoeppe Aug 31, 2023
51172bd
build/make/Makefile.in: Re-create venv when PYTHON_MINOR, PYTHON_FOR_…
mkoeppe Aug 31, 2023
8a36757
.github/workflows/ci-linux.yml (standard-sitepackages): Only test pla…
mkoeppe Aug 31, 2023
bc7a92b
build/pkgs/{jinja2,packaging}: Increase lower bounds
mkoeppe Aug 31, 2023
0ea6aa3
build/pkgs/jupyter_jsmol: Switch to wheel package
mkoeppe Aug 25, 2023
a6081be
build/pkgs/{markupsafe,sphinxcontrib_serializinghtml}: Increase lower…
mkoeppe Aug 31, 2023
5b11b9b
build/pkgs/sagelib/dependencies: Add pythran as an order-only dep
mkoeppe Sep 1, 2023
84bf9a3
build/pkgs/python3/spkg-configure.m4: use "cut" for minor component
orlitzky Sep 1, 2023
de831a5
Merge branch 'scipy_1_11' into system-python-packages
mkoeppe Sep 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Trac #29665: standard python spkg-configure.m4 for pickleshare.
  • Loading branch information
orlitzky committed Aug 25, 2023
commit eec1c60f1cb1912295300b2e349d7f3aa531bf4a
1 change: 1 addition & 0 deletions build/pkgs/pickleshare/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAGE_SPKG_CONFIGURE([pickleshare], [SAGE_PYTHON_PACKAGE_CHECK([pickleshare])])