Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
build/pkgs/sagemath*/spkg-src: Use --skip-dependency-check
  • Loading branch information
Matthias Koeppe committed Dec 19, 2022
commit 7fc93d06de9f0e34d2ea2077f1a022750c722235
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"