Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-scikit-build
Commits: 510001d9 by Antonio Rojas at 2025-07-27T19:18:23+02:00 upgpkg: 0.18.1-5: Drop python-six dependency - - - - - 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 = 4 + pkgrel = 5 url = https://scikit-build.readthedocs.io/ arch = any license = MIT @@ -14,7 +14,6 @@ pkgbase = python-scikit-build checkdepends = python-pytest checkdepends = python-pytest-mock checkdepends = python-requests - checkdepends = python-six checkdepends = python-virtualenv makedepends = git makedepends = python-build ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=python-scikit-build pkgver=0.18.1 -pkgrel=4 +pkgrel=5 pkgdesc="Improved build system generator for CPython C, C++, Cython and Fortran extensions" arch=(any) url="https://scikit-build.readthedocs.io/" @@ -22,7 +22,6 @@ checkdepends=( python-pytest python-pytest-mock python-requests - python-six python-virtualenv ) source=(git+https://github.com/scikit-build/scikit-build.git#tag=$pkgver?signed) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-build/-/commit/510001d90081c0b39c6e0735046199633da9bc6b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-build/-/commit/510001d90081c0b39c6e0735046199633da9bc6b You're receiving this email because of your account on gitlab.archlinux.org.