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

Commit cc58c2d

Browse files
author
Matthias Koeppe
committed
build/pkgs/sagelib/spkg-src: Use build
1 parent bb7ee85 commit cc58c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/pkgs/sagelib/spkg-src

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This script is not used during build.
55
#
66
# HOW TO MAKE THE TARBALL:
7-
# ./sage --sh build/pkgs/sagelib/spkg-src
7+
# make python_build && ./sage --sh build/pkgs/sagelib/spkg-src
88

99
if [ -z "$SAGE_ROOT" ] ; then
1010
echo >&2 "Error - SAGE_ROOT undefined ... exiting"
@@ -18,4 +18,4 @@ set -e
1818
cd "$SAGE_ROOT"/build/pkgs/sagelib
1919

2020
cd src
21-
python3 -u setup.py --no-user-cfg sdist --dist-dir "$SAGE_DISTFILES"
21+
python3 -m build --sdist --outdir "$SAGE_DISTFILES"

0 commit comments

Comments
 (0)