python3-pyproject-hooks: update to 1.1.0.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user