From e603f29d4cc5288626bd069f2f2fdab1151f43f4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 16 Jan 2023 11:11:54 -0500 Subject: [PATCH] python3-build: update to 0.10.0. --- srcpkgs/python3-build/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-build/template b/srcpkgs/python3-build/template index 159b9e1ce53..be2d99603e3 100644 --- a/srcpkgs/python3-build/template +++ b/srcpkgs/python3-build/template @@ -1,12 +1,12 @@ # Template file for 'python3-build' pkgname=python3-build -version=0.9.0 +version=0.10.0 revision=1 # This package is used by the python3-pep517 build style; using that style here # would create a build cycle build_style=python3-module _depends="python3-packaging python3-pyproject-hooks" -hostmakedepends="python3-setuptools python3-wheel python3-installer $_depends" +hostmakedepends="python3-flit_core python3-installer $_depends" depends="$_depends" short_desc="Simple, correct PEP 517 build frontend" maintainer="Andrew J. Hesford " @@ -14,7 +14,7 @@ license="MIT" homepage="https://pypa-build.readthedocs.io/" changelog="https://raw.githubusercontent.com/pypa/build/main/CHANGELOG.rst" distfiles="${PYPI_SITE}/b/build/build-${version}.tar.gz" -checksum=1a07724e891cbd898923145eb7752ee7653674c511378eb9c7691aab1612bc3c +checksum=d5b71264afdb5951d6704482aac78de887c80691c52b88a9ad195983ca2c9269 # PyPI package provides no tests make_check=no