python-pyproject-hooks: Update to 1.2.0

This commit is contained in:
Christoph Reiter
2024-10-14 06:55:37 +02:00
parent 2dd1eaec07
commit 70db312b56

View File

@@ -2,8 +2,8 @@
_name=pyproject_hooks
pkgname=python-pyproject-hooks
pkgver=1.1.0
pkgrel=2
pkgver=1.2.0
pkgrel=1
pkgdesc="A low-level library for calling build-backends in pyproject.toml-based project"
arch=(any)
url="https://github.com/pypa/pyproject-hooks"
@@ -14,7 +14,7 @@ license=('spdx:MIT')
depends=(python)
makedepends=(python-installer python-flit-core)
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
sha256sums=('4b37730834edbd6bd37f26ece6b44802fb1c1ee2ece0e54ddff8bfc06db86965')
sha256sums=('1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8')
build() {
cd $_name-$pkgver