mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python3-pyproject-hooks: update to 1.1.0.
This commit is contained in:
parent
e963647c51
commit
b7d0bb783f
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pyproject-hooks'
|
# Template file for 'python3-pyproject-hooks'
|
||||||
pkgname=python3-pyproject-hooks
|
pkgname=python3-pyproject-hooks
|
||||||
version=1.0.0
|
version=1.1.0
|
||||||
revision=2
|
revision=1
|
||||||
# This package is required by python3-build, used by the python3-pep517 style;
|
# This package is required by python3-build, used by the python3-pep517 style;
|
||||||
# using that style here would create a cycle
|
# using that style here would create a cycle
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -13,8 +13,8 @@ short_desc="Low-level library for calling Python build backends"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://pyproject-hooks.readthedocs.io/"
|
homepage="https://pyproject-hooks.readthedocs.io/"
|
||||||
distfiles="${PYPI_SITE}/p/pyproject_hooks/pyproject_hooks-${version}.tar.gz"
|
distfiles="https://github.com/pypa/pyproject-hooks/archive/v${version}.tar.gz"
|
||||||
checksum=f271b298b97f5955d53fb12b72c1fb1948c22c1a6b70b315c54cedaca0264ef5
|
checksum=1cbbabcd93ea1ac50cca7f23e5b640904684ae6c85003c6f7cf02b598c33f28f
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
python3 -m flit_core.wheel
|
python3 -m flit_core.wheel
|
||||||
|
|
Loading…
Add table
Reference in a new issue