[arch-commits] Commit in python-scikit-build/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Thu Jun 18 18:12:45 UTC 2020


    Date: Thursday, June 18, 2020 @ 18:12:45
  Author: aginiewicz
Revision: 647400

upgpkg: python-scikit-build 0.11.1-1: python-scikit-build: new upstream release

Modified:
  python-scikit-build/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-18 17:59:10 UTC (rev 647399)
+++ PKGBUILD	2020-06-18 18:12:45 UTC (rev 647400)
@@ -5,25 +5,16 @@
 # TODO: think about including check() after #460 and #469 are fixed upstream
 
 pkgname=python-scikit-build
-pkgver=0.10.0
-pkgrel=4
+pkgver=0.11.1
+pkgrel=1
 pkgdesc="Improved build system generator for CPython C, C++, Cython and Fortran extensions"
 arch=('any')
 url="https://scikit-build.org"
 license=('MIT')
 depends=('cmake' 'python-distro' 'python-wheel')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/scikit-build/scikit-build/archive/${pkgver}.tar.gz"
-        "issue458.patch")
-sha256sums=('2beec252813b20327072c15e9d997f15972aedcc6a130d0154979ff0fdb1b010'
-            '4e1ebdef1fc08763772c767ebad2f7fee2513cad084af318a96647c458937eeb')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/scikit-build/scikit-build/archive/${pkgver}.tar.gz")
+sha256sums=('25f040b04ae0c8473fe57af009c7c83bd9122a88b8ef5b19dd4805812fe03d24')
 
-prepare() {
-  cd "${srcdir}/scikit-build-${pkgver}"
-
-  # see https://github.com/scikit-build/scikit-build/pull/458
-  patch -p1 < ../issue458.patch
-}
-
 build() {
   cd "${srcdir}/scikit-build-${pkgver}"
 



More information about the arch-commits mailing list