Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/sagemath*/spkg-src: Use --skip-dependency-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 19, 2022
1 parent c59622a commit 7fc93d0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/sage_conf/spkg-src
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ cd pkgs/sage-conf_pypi
# Get rid of old *.egg-info/SOURCES.txt
rm -Rf *.egg-info

python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"
2 changes: 1 addition & 1 deletion build/pkgs/sage_docbuild/spkg-src
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ cd src
# Get rid of old *.egg-info/SOURCES.txt
rm -Rf *.egg-info

python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"
2 changes: 1 addition & 1 deletion build/pkgs/sage_setup/spkg-src
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ cd src
# Get rid of old *.egg-info/SOURCES.txt
rm -Rf *.egg-info

python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"
2 changes: 1 addition & 1 deletion build/pkgs/sage_sws2rst/spkg-src
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ cd src
# Get rid of old *.egg-info/SOURCES.txt
rm -Rf *.egg-info

python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"
2 changes: 1 addition & 1 deletion build/pkgs/sagelib/spkg-src
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ cd src
# Get rid of old *.egg-info/SOURCES.txt
rm -Rf *.egg-info

python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"
2 changes: 1 addition & 1 deletion build/pkgs/sagemath_categories/spkg-src
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ cd src
# Get rid of old *.egg-info/SOURCES.txt
rm -Rf *.egg-info

python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"
2 changes: 1 addition & 1 deletion build/pkgs/sagemath_environment/spkg-src
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ cd src
# Get rid of old *.egg-info/SOURCES.txt
rm -Rf *.egg-info

python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"
2 changes: 1 addition & 1 deletion build/pkgs/sagemath_objects/spkg-src
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ cd src
# Get rid of old *.egg-info/SOURCES.txt
rm -Rf *.egg-info

python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"
2 changes: 1 addition & 1 deletion build/pkgs/sagemath_repl/spkg-src
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ cd src
# Get rid of old *.egg-info/SOURCES.txt
rm -Rf *.egg-info

python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"

0 comments on commit 7fc93d0

Please sign in to comment.