Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-scikit-build
Commits:
d750f2c6 by Antonio Rojas at 2024-12-09T18:42:40+01:00
upgpkg: 0.18.1-1: Update to 0.18.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-scikit-build
pkgdesc = Improved build system generator for CPython C, C++, Cython
and Fortran extensions
- pkgver = 0.17.6
- pkgrel = 4
+ pkgver = 0.18.1
+ pkgrel = 1
url = https://scikit-build.org
arch = any
license = MIT
@@ -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
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Ben Greiner <[email protected]>
pkgname=python-scikit-build
-pkgver=0.17.6
-pkgrel=4
+pkgver=0.18.1
+pkgrel=1
pkgdesc="Improved build system generator for CPython C, C++, Cython and
Fortran extensions"
arch=(any)
url="https://scikit-build.org"
@@ -27,7 +27,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
<[email protected]>
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-build/-/commit/d750f2c6822b746e331340820853241f680f942e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-build/-/commit/d750f2c6822b746e331340820853241f680f942e
You're receiving this email because of your account on gitlab.archlinux.org.