Skip to content

Commit cac16e2

Browse files
author
Release Manager
committed
gh-36256: Support more system-site packages Add boilerplate for a few more python packages to be detected with `--enable-system-site-packages`. Marked as critical because it repairs rpy2 system package on ubuntu/debian URL: #36256 Reported by: Michael Orlitzky Reviewer(s): Dima Pasechnik, Matthias Köppe, Michael Orlitzky
2 parents 238b1dc + 905419a commit cac16e2

File tree

32 files changed

+42
-4
lines changed

32 files changed

+42
-4
lines changed

.github/workflows/ci-linux-incremental.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,9 @@ jobs:
8383
tox_system_factors: >-
8484
["ubuntu-focal",
8585
"ubuntu-jammy",
86-
"ubuntu-mantic,
86+
"ubuntu-mantic",
8787
"debian-bullseye",
8888
"debian-bookworm",
89-
"ubuntu-mantic,
9089
"fedora-30",
9190
"fedora-38",
9291
"gentoo-python3.11",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dev-python/asttokens
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([asttokens], [SAGE_PYTHON_PACKAGE_CHECK([asttokens])])
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dev-python/contourpy
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([contourpy], [SAGE_PYTHON_PACKAGE_CHECK([contourpy])])

build/pkgs/cppy/distros/gentoo.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dev-python/cppy

build/pkgs/cppy/spkg-configure.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([cppy], [SAGE_PYTHON_PACKAGE_CHECK([cppy])])
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dev-python/editables
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([editables], [SAGE_PYTHON_PACKAGE_CHECK([editables])])
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dev-python/executing

0 commit comments

Comments
 (0)