Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5ef2c03
build/pkgs/gmpy2: add standard python spkg-configure.m4
orlitzky Sep 10, 2023
4610193
build/pkgs/typing_extensions: add standard python spkg-configure.m4
orlitzky Sep 10, 2023
8497303
build/pkgs/cppy: add Gentoo package information
orlitzky Sep 10, 2023
b92ba47
build/pkgs/cppy: add standard python spkg-configure.m4
orlitzky Sep 10, 2023
d7962df
build/pkgs/tomlkit: add Gentoo package information
orlitzky Sep 10, 2023
1e575ce
build/pkgs/tomlkit: add standard python spkg-configure.m4
orlitzky Sep 10, 2023
f9a5441
build/pkgs/stack_data: add Gentoo package information
orlitzky Sep 10, 2023
0449913
build/pkgs/stack_data: add standard python spkg-configure.m4
orlitzky Sep 10, 2023
393eca4
build/pkgs/meson_python: add Gentoo package information
orlitzky Sep 10, 2023
86043be
build/pkgs/meson_python: add standard python spkg-configure.m4
orlitzky Sep 10, 2023
ebeebb3
build/pkgs/pyproject_metadata: add Gentoo package information
orlitzky Sep 10, 2023
49d6d4b
build/pkgs/pyproject_metadata: add standard python spkg-configure.m4
orlitzky Sep 10, 2023
aed0f18
build/pkgs/pure_eval: add Gentoo package information
orlitzky Sep 10, 2023
44584a6
build/pkgs/pure_eval: add standard python spkg-configure.m4
orlitzky Sep 10, 2023
ebdbfc6
build/pkgs/pathspec: add Gentoo package information
orlitzky Sep 10, 2023
476c194
build/pkgs/pathspec: add standard python spkg-configure.m4
orlitzky Sep 10, 2023
8795192
build/pkgs/contourpy: add Gentoo package information
orlitzky Sep 10, 2023
089a888
build/pkgs/contourpy: add standard python spkg-configure.m4
orlitzky Sep 10, 2023
2397022
build/pkgs/hatchling: add Gentoo package information
orlitzky Sep 10, 2023
caa9bcf
build/pkgs/hatchling: add standard python spkg-configure.m4
orlitzky Sep 10, 2023
d18cd25
build/pkgs/fonttools: add Gentoo package information
orlitzky Sep 10, 2023
18e54e9
build/pkgs/fonttools: add standard python spkg-configure.m4
orlitzky Sep 10, 2023
b3b2aa8
build/pkgs/editables: add Gentoo package information
orlitzky Sep 10, 2023
33cbda1
build/pkgs/editables: add standard python spkg-configure.m4
orlitzky Sep 10, 2023
79a45cd
build/pkgs/executing: add Gentoo package information
orlitzky Sep 10, 2023
0188455
build/pkgs/executing: add standard python spkg-configure.m4
orlitzky Sep 10, 2023
1a37230
build/pkgs/platformdirs: add Gentoo package information
orlitzky Sep 10, 2023
b6acd81
build/pkgs/platformdirs: add standard python spkg-configure.m4
orlitzky Sep 10, 2023
b762bea
build/pkgs/asttokens: add Gentoo package information
orlitzky Sep 10, 2023
33ba146
build/pkgs/asttokens: add standard python spkg-configure.m4
orlitzky Sep 10, 2023
5e88d6f
build/pkgs/rpy2: use SAGE_PYTHON_PACKAGE_CHECK in spkg-configure.m4
orlitzky Sep 14, 2023
905419a
.github/workflows/ci-linux-incremental.yml: Fixup
mkoeppe Sep 14, 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
3 changes: 1 addition & 2 deletions .github/workflows/ci-linux-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,9 @@ jobs:
tox_system_factors: >-
["ubuntu-focal",
"ubuntu-jammy",
"ubuntu-mantic,
"ubuntu-mantic",
"debian-bullseye",
"debian-bookworm",
"ubuntu-mantic,
"fedora-30",
"fedora-38",
"gentoo-python3.11",
Expand Down
1 change: 1 addition & 0 deletions build/pkgs/asttokens/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/asttokens
1 change: 1 addition & 0 deletions build/pkgs/asttokens/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAGE_SPKG_CONFIGURE([asttokens], [SAGE_PYTHON_PACKAGE_CHECK([asttokens])])
1 change: 1 addition & 0 deletions build/pkgs/contourpy/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/contourpy
1 change: 1 addition & 0 deletions build/pkgs/contourpy/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAGE_SPKG_CONFIGURE([contourpy], [SAGE_PYTHON_PACKAGE_CHECK([contourpy])])
1 change: 1 addition & 0 deletions build/pkgs/cppy/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/cppy
1 change: 1 addition & 0 deletions build/pkgs/cppy/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAGE_SPKG_CONFIGURE([cppy], [SAGE_PYTHON_PACKAGE_CHECK([cppy])])
1 change: 1 addition & 0 deletions build/pkgs/editables/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/editables
1 change: 1 addition & 0 deletions build/pkgs/editables/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAGE_SPKG_CONFIGURE([editables], [SAGE_PYTHON_PACKAGE_CHECK([editables])])
1 change: 1 addition & 0 deletions build/pkgs/executing/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/executing
1 change: 1 addition & 0 deletions build/pkgs/executing/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAGE_SPKG_CONFIGURE([executing], [SAGE_PYTHON_PACKAGE_CHECK([executing])])
1 change: 1 addition & 0 deletions build/pkgs/fonttools/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/fonttools
1 change: 1 addition & 0 deletions build/pkgs/fonttools/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAGE_SPKG_CONFIGURE([fonttools], [SAGE_PYTHON_PACKAGE_CHECK([fonttools])])
1 change: 1 addition & 0 deletions build/pkgs/gmpy2/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAGE_SPKG_CONFIGURE([gmpy2], [SAGE_PYTHON_PACKAGE_CHECK([gmpy2])])
1 change: 1 addition & 0 deletions build/pkgs/hatchling/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/hatchling
1 change: 1 addition & 0 deletions build/pkgs/hatchling/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAGE_SPKG_CONFIGURE([hatchling], [SAGE_PYTHON_PACKAGE_CHECK([hatchling])])
1 change: 1 addition & 0 deletions build/pkgs/meson_python/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/meson-python
3 changes: 3 additions & 0 deletions build/pkgs/meson_python/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([meson_python], [
SAGE_PYTHON_PACKAGE_CHECK([meson-python])
])
1 change: 1 addition & 0 deletions build/pkgs/pathspec/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/pathspec
1 change: 1 addition & 0 deletions build/pkgs/pathspec/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAGE_SPKG_CONFIGURE([pathspec], [SAGE_PYTHON_PACKAGE_CHECK([pathspec])])
1 change: 1 addition & 0 deletions build/pkgs/platformdirs/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/platformdirs
1 change: 1 addition & 0 deletions build/pkgs/platformdirs/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAGE_SPKG_CONFIGURE([platformdirs], [SAGE_PYTHON_PACKAGE_CHECK([platformdirs])])
1 change: 1 addition & 0 deletions build/pkgs/pure_eval/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/pure_eval
1 change: 1 addition & 0 deletions build/pkgs/pure_eval/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAGE_SPKG_CONFIGURE([pure_eval], [SAGE_PYTHON_PACKAGE_CHECK([pure_eval])])
1 change: 1 addition & 0 deletions build/pkgs/pyproject_metadata/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/pyproject-metadata
3 changes: 3 additions & 0 deletions build/pkgs/pyproject_metadata/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([pyproject_metadata], [
SAGE_PYTHON_PACKAGE_CHECK([pyproject_metadata])
])
4 changes: 2 additions & 2 deletions build/pkgs/rpy2/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SAGE_SPKG_CONFIGURE([rpy2], [
sage_spkg_install_rpy2=yes
], [dnl REQUIRED-CHECK
SAGE_PYTHON_PACKAGE_CHECK([rpy2])
], [dnl REQUIRED-CHECK
AC_REQUIRE([SAGE_SPKG_CONFIGURE_R])
dnl rpy2 is only needed when there is a usable system R
AS_VAR_IF([sage_spkg_install_r], [yes], [dnl
Expand Down
1 change: 1 addition & 0 deletions build/pkgs/stack_data/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/stack_data
3 changes: 3 additions & 0 deletions build/pkgs/stack_data/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([stack_data], [
SAGE_PYTHON_PACKAGE_CHECK([stack_data])
])
1 change: 1 addition & 0 deletions build/pkgs/tomlkit/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/tomlkit
2 changes: 2 additions & 0 deletions build/pkgs/tomlkit/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SAGE_SPKG_CONFIGURE([tomlkit], [SAGE_PYTHON_PACKAGE_CHECK([tomlkit])])

3 changes: 3 additions & 0 deletions build/pkgs/typing_extensions/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([typing_extensions],[
SAGE_PYTHON_PACKAGE_CHECK([typing_extensions])
])