Skip to content

Commit

Permalink
sagemathgh-37300: build/pkgs/python_build: Make it a standard wheel…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
Release Manager committed Apr 24, 2024
2 parents 4445529 + 3d02634 commit 6b9b03a
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 2 deletions.
16 changes: 16 additions & 0 deletions build/pkgs/pyproject_hooks/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pyproject_hooks: Wrappers to call pyproject.toml-based build backend hooks.
===========================================================================

Description
-----------

Wrappers to call pyproject.toml-based build backend hooks.

License
-------

Upstream Contact
----------------

https://pypi.org/project/pyproject_hooks/

5 changes: 5 additions & 0 deletions build/pkgs/pyproject_hooks/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=pyproject_hooks-VERSION-py3-none-any.whl
sha1=6c99163c52786fb97eac8b4e38cc13fa3af141a9
md5=68020c2619c7a744dcee12b670c9f413
cksum=3405759428
upstream_url=https://pypi.io/packages/py3/p/pyproject_hooks/pyproject_hooks-VERSION-py3-none-any.whl
4 changes: 4 additions & 0 deletions build/pkgs/pyproject_hooks/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
| $(PYTHON_TOOLCHAIN) $(PYTHON)

----------
All lines of this file are ignored except the first.
1 change: 1 addition & 0 deletions build/pkgs/pyproject_hooks/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0
1 change: 1 addition & 0 deletions build/pkgs/pyproject_hooks/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
standard
1 change: 1 addition & 0 deletions build/pkgs/pyproject_hooks/version_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyproject_hooks
5 changes: 5 additions & 0 deletions build/pkgs/python_build/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=build-VERSION-py3-none-any.whl
sha1=950bf228726af5041adbe2bb04a7ca74e27bce60
md5=6f34942a01c3307b42556ee7628f3d1d
cksum=4005002353
upstream_url=https://pypi.io/packages/py3/b/build/build-VERSION-py3-none-any.whl
2 changes: 1 addition & 1 deletion build/pkgs/python_build/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyparsing tomli packaging | $(PYTHON_TOOLCHAIN) $(PYTHON)
tomli packaging pyproject_hooks importlib_metadata | $(PYTHON_TOOLCHAIN) $(PYTHON)

----------
All lines of this file are ignored except the first.
1 change: 1 addition & 0 deletions build/pkgs/python_build/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.2.1
2 changes: 1 addition & 1 deletion build/pkgs/python_build/type
Original file line number Diff line number Diff line change
@@ -1 +1 @@
optional
standard
File renamed without changes.

0 comments on commit 6b9b03a

Please sign in to comment.