File tree 7 files changed +35
-0
lines changed
build/pkgs/pyproject_hooks
7 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
1
+ $(PYTHON) | flit_core
2
+
3
+ ----------
4
+ All lines of this file are ignored except the first.
Original file line number Diff line number Diff line change
1
+ pyproject_hooks
Original file line number Diff line number Diff line change
1
+ 1.0.0
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
1
+ standard
You can’t perform that action at this time.
0 commit comments