Skip to content

Commit

Permalink
Merge branch 'python_build_standard' into t/34590/use_python_build_in…
Browse files Browse the repository at this point in the history
…stead_of__pip_wheel_
  • Loading branch information
Matthias Koeppe committed Apr 17, 2024
2 parents 6d41d9b + be6085a commit 8074b79
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 8074b79

Please sign in to comment.