* update python-scikit-build to 0.18.1-3

This commit is contained in:
Alexander Baldeck 2025-01-07 07:59:24 +01:00
parent e3ef7ae502
commit adecd83cc9
2 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
pkgbase = python-scikit-build
pkgdesc = Improved build system generator for CPython C, C++, Cython and Fortran extensions
pkgver = 0.17.6
pkgrel = 4
url = https://scikit-build.org
pkgver = 0.18.1
pkgrel = 3
url = https://scikit-build.readthedocs.io/
arch = any
license = MIT
checkdepends = cython
@ -29,6 +29,6 @@ pkgbase = python-scikit-build
depends = python-wheel
source = git+https://github.com/scikit-build/scikit-build.git#tag=24a78ca5a67f63d28c38e0ca826e746687200947?signed
validpgpkeys = 2FDEC9863E5E14C7BC429F27B9D0E45146A241E8
sha256sums = SKIP
sha256sums = ea5096c0ba3099feda45dd326543dda0ad64b09f998d89e629b768ee213593da
pkgname = python-scikit-build

View File

@ -5,11 +5,11 @@
# Contributor: Ben Greiner <code-arch@bnavigator.de>
pkgname=python-scikit-build
pkgver=0.17.6
pkgrel=4
pkgver=0.18.1
pkgrel=3
pkgdesc="Improved build system generator for CPython C, C++, Cython and Fortran extensions"
arch=(any)
url="https://scikit-build.org"
url="https://scikit-build.readthedocs.io/"
license=(MIT)
depends=(cmake python-distro python-packaging python-setuptools python-wheel)
makedepends=(git python-build python-installer python-hatchling python-hatch-vcs python-hatch-fancy-pypi-readme)
@ -28,7 +28,7 @@ checkdepends=(
)
_tag=24a78ca5a67f63d28c38e0ca826e746687200947 # git rev-parse ${pkgver}
source=(git+https://github.com/scikit-build/scikit-build.git#tag=${_tag}?signed)
sha256sums=('SKIP')
sha256sums=('ea5096c0ba3099feda45dd326543dda0ad64b09f998d89e629b768ee213593da')
validpgpkeys=(2FDEC9863E5E14C7BC429F27B9D0E45146A241E8) # Henry Schreiner <hschrein@cern.ch>
build() {