mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-scikit-build: update to 0.18.1
This commit is contained in:
parent
7eb6054263
commit
8603c12a68
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-scikit-build'
|
# Template file for 'python3-scikit-build'
|
||||||
pkgname=python3-scikit-build
|
pkgname=python3-scikit-build
|
||||||
version=0.18.0
|
version=0.18.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
# test requires setuptools_scm to not be installed
|
# test requires setuptools_scm to not be installed
|
||||||
|
@ -14,8 +14,9 @@ short_desc="Build system generator for Python C/C++/Cython/Fortran extensions"
|
||||||
maintainer="chrysos349 <chrysostom349@gmail.com>"
|
maintainer="chrysos349 <chrysostom349@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://scikit-build.org"
|
homepage="https://scikit-build.org"
|
||||||
|
changelog="https://raw.githubusercontent.com/scikit-build/scikit-build/main/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/s/scikit_build/scikit_build-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/scikit_build/scikit_build-${version}.tar.gz"
|
||||||
checksum=71a13af467d1a38510c3494786e2edb73ead53ea922bde6e519dc5372aa65096
|
checksum=a4152ac5a084d499c28a7797be0628d8366c336e2fb0e1a063eb32e55efcb8e7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue