Skip to content

Commit b3f60ef

Browse files
author
Release Manager
committed
sagemathgh-37300: `build/pkgs/python_build`: Make it a standard wheel package <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes sagemath#1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> Vote: https://groups.google.com/g/sage-devel/c/MIU-xo9b7pc Vote again: https://groups.google.com/g/sage-devel/c/EMeTJ6Hwgns (approved) <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes sagemath#12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#37300 Reported by: Matthias Köppe Reviewer(s): François Bissey
2 parents 4800287 + 3d02634 commit b3f60ef

File tree

11 files changed

+36
-2
lines changed

11 files changed

+36
-2
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
pyproject_hooks: Wrappers to call pyproject.toml-based build backend hooks.
2+
===========================================================================
3+
4+
Description
5+
-----------
6+
7+
Wrappers to call pyproject.toml-based build backend hooks.
8+
9+
License
10+
-------
11+
12+
Upstream Contact
13+
----------------
14+
15+
https://pypi.org/project/pyproject_hooks/
16+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=pyproject_hooks-VERSION-py3-none-any.whl
2+
sha1=6c99163c52786fb97eac8b4e38cc13fa3af141a9
3+
md5=68020c2619c7a744dcee12b670c9f413
4+
cksum=3405759428
5+
upstream_url=https://pypi.io/packages/py3/p/pyproject_hooks/pyproject_hooks-VERSION-py3-none-any.whl
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
| $(PYTHON_TOOLCHAIN) $(PYTHON)
2+
3+
----------
4+
All lines of this file are ignored except the first.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.0

build/pkgs/pyproject_hooks/type

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
standard
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pyproject_hooks
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=build-VERSION-py3-none-any.whl
2+
sha1=950bf228726af5041adbe2bb04a7ca74e27bce60
3+
md5=6f34942a01c3307b42556ee7628f3d1d
4+
cksum=4005002353
5+
upstream_url=https://pypi.io/packages/py3/b/build/build-VERSION-py3-none-any.whl
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pyparsing tomli packaging | $(PYTHON_TOOLCHAIN) $(PYTHON)
1+
tomli packaging pyproject_hooks importlib_metadata | $(PYTHON_TOOLCHAIN) $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.2.1

build/pkgs/python_build/type

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
optional
1+
standard

0 commit comments

Comments
 (0)