Skip to content

Commit 7a4009a

Browse files
committed
remove obsolete sagemath_*-spkgs, adjust docs and build
1 parent aa27703 commit 7a4009a

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
@@ -206,32 +206,14 @@ build/pkgs/wheel/version_requirements.txt
206206
/pkgs/*/.venv*
207207

208208
/pkgs/sagemath-objects/setup.cfg
209-
/pkgs/sagemath-bliss/setup.cfg
210-
/pkgs/sagemath-coxeter3/setup.cfg
211-
/pkgs/sagemath-mcqd/setup.cfg
212-
/pkgs/sagemath-meataxe/setup.cfg
213-
/pkgs/sagemath-sirocco/setup.cfg
214-
/pkgs/sagemath-tdlib/setup.cfg
215209
/pkgs/sagemath-categories/setup.cfg
216210
/pkgs/sagemath-environment/setup.cfg
217211
/pkgs/sagemath-repl/setup.cfg
218212
/pkgs/sagemath-objects/pyproject.toml
219-
/pkgs/sagemath-bliss/pyproject.toml
220-
/pkgs/sagemath-coxeter3/pyproject.toml
221-
/pkgs/sagemath-mcqd/pyproject.toml
222-
/pkgs/sagemath-meataxe/pyproject.toml
223-
/pkgs/sagemath-sirocco/pyproject.toml
224-
/pkgs/sagemath-tdlib/pyproject.toml
225213
/pkgs/sagemath-categories/pyproject.toml
226214
/pkgs/sagemath-environment/pyproject.toml
227215
/pkgs/sagemath-repl/pyproject.toml
228216
/pkgs/sagemath-objects/requirements*.txt
229-
/pkgs/sagemath-bliss/requirements*.txt
230-
/pkgs/sagemath-coxeter3/requirements*.txt
231-
/pkgs/sagemath-mcqd/requirements*.txt
232-
/pkgs/sagemath-meataxe/requirements*.txt
233-
/pkgs/sagemath-sirocco/requirements*.txt
234-
/pkgs/sagemath-tdlib/requirements*.txt
235217
/pkgs/sagemath-categories/requirements*.txt
236218
/pkgs/sagemath-environment/requirements*.txt
237219
/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)