Skip to content

Commit f6e88dd

Browse files
author
Matthias Koeppe
committed
build/pkgs/pyproject_hooks: New standard package, python_build dependency
1 parent 0125de6 commit f6e88dd

File tree

7 files changed

+35
-0
lines changed

7 files changed

+35
-0
lines changed

build/pkgs/pyproject_hooks/SPKG.rst

+16
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+
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=pyproject_hooks-VERSION.tar.gz
2+
sha1=8cf1a868ebb7233a9d9cf7195da0375434aacf52
3+
md5=69b0b6de189bc04c3f9e304281765741
4+
cksum=4122731193
5+
upstream_url=https://pypi.io/packages/source/p/pyproject_hooks/pyproject_hooks-VERSION.tar.gz
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$(PYTHON) | flit_core
2+
3+
----------
4+
All lines of this file are ignored except the first.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pyproject_hooks
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
cd src
2+
3+
python -m flit_core.wheel || sdh_die "Building 'pyproject_hooks' wheel failed"
4+
5+
sdh_store_wheel .
6+
7+
python -m installer $wheel || sdh_die "Installing 'pyproject_hooks' wheel failed"

build/pkgs/pyproject_hooks/type

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
standard

0 commit comments

Comments
 (0)