Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-scikit-build


Commits:
ade4d8e5 by Antonio Rojas at 2025-02-07T21:34:10+01:00
Actually build 0.18.1

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-build/-/issues/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.18.1
-       pkgrel = 3
+       pkgrel = 4
        url = https://scikit-build.readthedocs.io/
        arch = any
        license = MIT
@@ -27,8 +27,8 @@ pkgbase = python-scikit-build
        depends = python-packaging
        depends = python-setuptools
        depends = python-wheel
-       source = 
git+https://github.com/scikit-build/scikit-build.git#tag=24a78ca5a67f63d28c38e0ca826e746687200947?signed
+       source = 
git+https://github.com/scikit-build/scikit-build.git#tag=0.18.1?signed
        validpgpkeys = 2FDEC9863E5E14C7BC429F27B9D0E45146A241E8
-       sha256sums = 
ea5096c0ba3099feda45dd326543dda0ad64b09f998d89e629b768ee213593da
+       sha256sums = 
cd413fdbc831255205f55bcfbe5a6badeb0d2f3bb3d63be79d8a6c855e1e08cc
 
 pkgname = python-scikit-build


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=python-scikit-build
 pkgver=0.18.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Improved build system generator for CPython C, C++, Cython and 
Fortran extensions"
 arch=(any)
 url="https://scikit-build.readthedocs.io/";
@@ -25,9 +25,8 @@ checkdepends=(
     python-six
     python-virtualenv
 )
-_tag=24a78ca5a67f63d28c38e0ca826e746687200947 # git rev-parse ${pkgver}
-source=(git+https://github.com/scikit-build/scikit-build.git#tag=${_tag}?signed)
-sha256sums=('ea5096c0ba3099feda45dd326543dda0ad64b09f998d89e629b768ee213593da')
+source=(git+https://github.com/scikit-build/scikit-build.git#tag=$pkgver?signed)
+sha256sums=('cd413fdbc831255205f55bcfbe5a6badeb0d2f3bb3d63be79d8a6c855e1e08cc')
 validpgpkeys=(2FDEC9863E5E14C7BC429F27B9D0E45146A241E8) # Henry Schreiner 
<[email protected]>
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-build/-/commit/ade4d8e55e3ea113b8b69e76d88ffb56f63e7a32

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-build/-/commit/ade4d8e55e3ea113b8b69e76d88ffb56f63e7a32
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to