python3-pyproject-hooks: update to 1.1.0.
This commit is contained in:
parent
e963647c51
commit
b7d0bb783f
@ -1,7 +1,7 @@
|
||||
# Template file for 'python3-pyproject-hooks'
|
||||
pkgname=python3-pyproject-hooks
|
||||
version=1.0.0
|
||||
revision=2
|
||||
version=1.1.0
|
||||
revision=1
|
||||
# This package is required by python3-build, used by the python3-pep517 style;
|
||||
# using that style here would create a cycle
|
||||
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>"
|
||||
license="MIT"
|
||||
homepage="https://pyproject-hooks.readthedocs.io/"
|
||||
distfiles="${PYPI_SITE}/p/pyproject_hooks/pyproject_hooks-${version}.tar.gz"
|
||||
checksum=f271b298b97f5955d53fb12b72c1fb1948c22c1a6b70b315c54cedaca0264ef5
|
||||
distfiles="https://github.com/pypa/pyproject-hooks/archive/v${version}.tar.gz"
|
||||
checksum=1cbbabcd93ea1ac50cca7f23e5b640904684ae6c85003c6f7cf02b598c33f28f
|
||||
|
||||
do_build() {
|
||||
python3 -m flit_core.wheel
|
||||
|
Loading…
Reference in New Issue
Block a user