diff --git a/build/pkgs/build/SPKG.rst b/build/pkgs/build/SPKG.rst deleted file mode 100644 index 8d222b8f6cc..00000000000 --- a/build/pkgs/build/SPKG.rst +++ /dev/null @@ -1,18 +0,0 @@ -build: A simple, correct PEP517 package builder -=============================================== - -Description ------------ - -A simple, correct PEP517 package builder - -License -------- - -MIT - -Upstream Contact ----------------- - -https://pypi.org/project/build/ - diff --git a/build/pkgs/python_build/SPKG.rst b/build/pkgs/python_build/SPKG.rst new file mode 100644 index 00000000000..9249861c610 --- /dev/null +++ b/build/pkgs/python_build/SPKG.rst @@ -0,0 +1,18 @@ +python_build: A simple, correct PEP517 package builder +====================================================== + +Description +----------- + +``build`` is a simple, correct PEP517 package builder + +License +------- + +MIT + +Upstream Contact +---------------- + +https://pypi.org/project/build/ + diff --git a/build/pkgs/build/dependencies b/build/pkgs/python_build/dependencies similarity index 100% rename from build/pkgs/build/dependencies rename to build/pkgs/python_build/dependencies diff --git a/build/pkgs/build/requirements.txt b/build/pkgs/python_build/requirements.txt similarity index 100% rename from build/pkgs/build/requirements.txt rename to build/pkgs/python_build/requirements.txt diff --git a/build/pkgs/build/type b/build/pkgs/python_build/type similarity index 100% rename from build/pkgs/build/type rename to build/pkgs/python_build/type diff --git a/build/pkgs/sagemath_objects/dependencies b/build/pkgs/sagemath_objects/dependencies index 688f08df8b3..217821d206b 100644 --- a/build/pkgs/sagemath_objects/dependencies +++ b/build/pkgs/sagemath_objects/dependencies @@ -1,4 +1,4 @@ -FORCE $(PYTHON) cysignals gmpy2 ipython | $(PYTHON_TOOLCHAIN) sage_setup cython pkgconfig build +FORCE $(PYTHON) cysignals gmpy2 ipython | $(PYTHON_TOOLCHAIN) sage_setup cython pkgconfig python_build # FORCE: Always run the spkg-install script # ipython - for the doctester