Skip to content

Commit 589e999

Browse files
author
Release Manager
committed
gh-41080: remove obsolete sagemath_* spkgs, adjust build Fixes #41065 along the way ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ ] The title is concise and informative. - [ ] 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 and checked the documentation preview. ### ⌛ Dependencies #40801 - removing obsolete magic comments URL: #41080 Reported by: Dima Pasechnik Reviewer(s): David Coudert, Dima Pasechnik, Tobias Diez
2 parents eef563d + 7a4009a commit 589e999

File tree

110 files changed

+9
-1193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+9
-1193
lines changed

.github/workflows/dist.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -247,25 +247,6 @@ jobs:
247247
(cd unpacked && tar xfz - ) < $sdist
248248
done
249249
250-
- name: sagemath-bliss
251-
run: |
252-
"${{ steps.python.outputs.python-path }}" -m cibuildwheel unpacked/sagemath*bliss*
253-
254-
- name: sagemath-coxeter3
255-
run: |
256-
"${{ steps.python.outputs.python-path }}" -m cibuildwheel unpacked/sagemath*coxeter3*
257-
258-
- name: sagemath-mcqd
259-
run: |
260-
"${{ steps.python.outputs.python-path }}" -m cibuildwheel unpacked/sagemath*mcqd*
261-
262-
- name: sagemath-tdlib
263-
run: |
264-
case "${{ matrix.arch }}" in
265-
i686) ;; # broken - boost-related
266-
*) "${{ steps.python.outputs.python-path }}" -m cibuildwheel unpacked/sagemath*tdlib*
267-
esac
268-
269250
- uses: actions/upload-artifact@v4
270251
with:
271252
name: ${{ matrix.os }}-${{ matrix.build }}-${{ matrix.arch }}-wheels

.gitignore

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -142,32 +142,14 @@ build/pkgs/wheel/version_requirements.txt
142142
/pkgs/*/.venv*
143143

144144
/pkgs/sagemath-objects/setup.cfg
145-
/pkgs/sagemath-bliss/setup.cfg
146-
/pkgs/sagemath-coxeter3/setup.cfg
147-
/pkgs/sagemath-mcqd/setup.cfg
148-
/pkgs/sagemath-meataxe/setup.cfg
149-
/pkgs/sagemath-sirocco/setup.cfg
150-
/pkgs/sagemath-tdlib/setup.cfg
151145
/pkgs/sagemath-categories/setup.cfg
152146
/pkgs/sagemath-environment/setup.cfg
153147
/pkgs/sagemath-repl/setup.cfg
154148
/pkgs/sagemath-objects/pyproject.toml
155-
/pkgs/sagemath-bliss/pyproject.toml
156-
/pkgs/sagemath-coxeter3/pyproject.toml
157-
/pkgs/sagemath-mcqd/pyproject.toml
158-
/pkgs/sagemath-meataxe/pyproject.toml
159-
/pkgs/sagemath-sirocco/pyproject.toml
160-
/pkgs/sagemath-tdlib/pyproject.toml
161149
/pkgs/sagemath-categories/pyproject.toml
162150
/pkgs/sagemath-environment/pyproject.toml
163151
/pkgs/sagemath-repl/pyproject.toml
164152
/pkgs/sagemath-objects/requirements*.txt
165-
/pkgs/sagemath-bliss/requirements*.txt
166-
/pkgs/sagemath-coxeter3/requirements*.txt
167-
/pkgs/sagemath-mcqd/requirements*.txt
168-
/pkgs/sagemath-meataxe/requirements*.txt
169-
/pkgs/sagemath-sirocco/requirements*.txt
170-
/pkgs/sagemath-tdlib/requirements*.txt
171153
/pkgs/sagemath-categories/requirements*.txt
172154
/pkgs/sagemath-environment/requirements*.txt
173155
/pkgs/sagemath-repl/requirements*.txt

build/make/Makefile.in

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,6 @@ PIP_PACKAGES = @SAGE_PIP_PACKAGES@
130130
# Packages that use the 'script' package build rules
131131
SCRIPT_PACKAGES = @SAGE_SCRIPT_PACKAGES@
132132

133-
# Packages for which we build wheels for PyPI
134-
PYPI_WHEEL_PACKAGES = \
135-
sagemath_bliss \
136-
sagemath_mcqd \
137-
sagemath_tdlib \
138-
sagemath_coxeter3 \
139-
sagemath_sirocco \
140-
sagemath_meataxe
141-
142133
# sage_docbuild is here, not in PYPI_WHEEL_PACKAGES, because it depends on sagelib
143134
WHEEL_PACKAGES = $(PYPI_WHEEL_PACKAGES) \
144135
sagelib \

build/pkgs/sagemath_bliss/SPKG.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/pkgs/sagemath_bliss/bootstrap

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/pkgs/sagemath_bliss/dependencies

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/pkgs/sagemath_bliss/distros/conda.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/pkgs/sagemath_bliss/package-version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/pkgs/sagemath_bliss/spkg-install.in

Lines changed: 0 additions & 9 deletions
This file was deleted.

build/pkgs/sagemath_bliss/spkg-src

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)