python-hatchling 1.25.0-1

This commit is contained in:
xhaa123 2024-11-04 13:38:06 +08:00
parent 734ad412a7
commit 412ea78572

View File

@ -5,7 +5,7 @@
# Maintainer: Future Linux Team <future_linux@163.com> # Maintainer: Future Linux Team <future_linux@163.com>
pkgname=python-hatchling pkgname=python-hatchling
pkgver=1.22.4 pkgver=1.25.0
pkgrel=1 pkgrel=1
pkgdesc="Extensible, standards compliant build backend used by Hatch" pkgdesc="Extensible, standards compliant build backend used by Hatch"
arch=('x86_64') arch=('x86_64')
@ -19,9 +19,9 @@ depends=(
'python-editables' 'python-editables'
'python-trove-classifiers' 'python-trove-classifiers'
) )
makedepends=('python-build' 'python-installer') makedepends=('git' 'python-build' 'python-installer')
source=(https://github.com/pypa/hatch/archive/${pkgname#*-}-v${pkgver}/hatch-${pkgname#*-}-v${pkgver}.tar.gz) source=(https://github.com/pypa/hatch/archive/${pkgname#*-}-v${pkgver}/hatch-${pkgname#*-}-v${pkgver}.tar.gz)
sha256sums=(8af047e70167647f412c3237eaa305e2dc5ec62e4909e12e29cce28829fa6e9d) sha256sums=(0d8d66b687b8e765d19d2d0560f182457aa78cdbc45fef9430655ccaf1cd34b1)
build() { build() {
cd hatch-${pkgname#*-}-v${pkgver}/backend cd hatch-${pkgname#*-}-v${pkgver}/backend
@ -32,5 +32,5 @@ build() {
package() { package() {
cd hatch-${pkgname#*-}-v${pkgver}/backend cd hatch-${pkgname#*-}-v${pkgver}/backend
python3 -m installer --destdir="$pkgdir" dist/*.whl python3 -m installer --destdir=${pkgdir} dist/*.whl
} }