This repository was archived by the owner on Jan 30, 2023. It is now read-only.
File tree 9 files changed +34
-9
lines changed
9 files changed +34
-9
lines changed Original file line number Diff line number Diff line change 16
16
set -e
17
17
18
18
cd pkgs/sage-conf_pypi
19
- python3 -u setup.py --no-user-cfg sdist --dist-dir " $SAGE_DISTFILES "
19
+ # Get rid of old *.egg-info/SOURCES.txt
20
+ rm -Rf * .egg-info
21
+
22
+ python3 -m build --sdist --no-isolation --outdir " $SAGE_DISTFILES "
Original file line number Diff line number Diff line change 18
18
cd build/pkgs/sage_docbuild
19
19
20
20
cd src
21
- python3 -u setup.py --no-user-cfg sdist --dist-dir " $SAGE_DISTFILES "
21
+ # Get rid of old *.egg-info/SOURCES.txt
22
+ rm -Rf * .egg-info
23
+
24
+ python3 -m build --sdist --no-isolation --outdir " $SAGE_DISTFILES "
Original file line number Diff line number Diff line change 18
18
cd build/pkgs/sage_setup
19
19
20
20
cd src
21
- python3 -u setup.py --no-user-cfg sdist --dist-dir " $SAGE_DISTFILES "
21
+ # Get rid of old *.egg-info/SOURCES.txt
22
+ rm -Rf * .egg-info
23
+
24
+ python3 -m build --sdist --no-isolation --outdir " $SAGE_DISTFILES "
Original file line number Diff line number Diff line change 18
18
cd build/pkgs/sage_sws2rst
19
19
20
20
cd src
21
- python3 -u setup.py --no-user-cfg sdist --dist-dir " $SAGE_DISTFILES "
21
+ # Get rid of old *.egg-info/SOURCES.txt
22
+ rm -Rf * .egg-info
23
+
24
+ python3 -m build --sdist --no-isolation --outdir " $SAGE_DISTFILES "
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ cd "$SAGE_ROOT"/build/pkgs/sagelib
19
19
20
20
cd src
21
21
22
- # Get rid of old sagemath_standard .egg-info/SOURCES.txt
22
+ # Get rid of old * .egg-info/SOURCES.txt
23
23
rm -Rf * .egg-info
24
24
25
25
python3 -m build --sdist --no-isolation --outdir " $SAGE_DISTFILES "
Original file line number Diff line number Diff line change 18
18
cd build/pkgs/sagemath_categories
19
19
20
20
cd src
21
- python3 -u setup.py --no-user-cfg sdist --dist-dir " $SAGE_DISTFILES "
21
+ # Get rid of old *.egg-info/SOURCES.txt
22
+ rm -Rf * .egg-info
23
+
24
+ python3 -m build --sdist --no-isolation --outdir " $SAGE_DISTFILES "
Original file line number Diff line number Diff line change 18
18
cd build/pkgs/sagemath_environment
19
19
20
20
cd src
21
- python3 -u setup.py --no-user-cfg sdist --dist-dir " $SAGE_DISTFILES "
21
+ # Get rid of old *.egg-info/SOURCES.txt
22
+ rm -Rf * .egg-info
23
+
24
+ python3 -m build --sdist --no-isolation --outdir " $SAGE_DISTFILES "
Original file line number Diff line number Diff line change 18
18
cd build/pkgs/sagemath_objects
19
19
20
20
cd src
21
- python3 -u setup.py --no-user-cfg sdist --dist-dir " $SAGE_DISTFILES "
21
+
22
+ # Get rid of old *.egg-info/SOURCES.txt
23
+ rm -Rf * .egg-info
24
+
25
+ python3 -m build --sdist --no-isolation --outdir " $SAGE_DISTFILES "
Original file line number Diff line number Diff line change 18
18
cd build/pkgs/sagemath_repl
19
19
20
20
cd src
21
- python3 -u setup.py --no-user-cfg sdist --dist-dir " $SAGE_DISTFILES "
21
+ # Get rid of old *.egg-info/SOURCES.txt
22
+ rm -Rf * .egg-info
23
+
24
+ python3 -m build --sdist --no-isolation --outdir " $SAGE_DISTFILES "
You can’t perform that action at this time.
0 commit comments