mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-contourpy: update to 1.1.1.
This commit is contained in:
parent
0fcff106da
commit
edc60b4f9a
2 changed files with 11 additions and 5 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'python3-contourpy'
|
# Template file for 'python3-contourpy'
|
||||||
pkgname=python3-contourpy
|
pkgname=python3-contourpy
|
||||||
version=1.0.5
|
version=1.1.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-pybind11"
|
build_helper=meson
|
||||||
|
hostmakedepends="python3-meson-python python3-pybind11 pkg-config"
|
||||||
makedepends="python3-pybind11"
|
makedepends="python3-pybind11"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="${depends} python3-pytest-xdist python3-numpy"
|
checkdepends="${depends} python3-pytest-xdist python3-numpy"
|
||||||
|
@ -11,8 +12,12 @@ short_desc="Python library for calculating contours of 2D quadrilateral grids"
|
||||||
maintainer="Alex Childs <misuchiru03+github@gmail.com>"
|
maintainer="Alex Childs <misuchiru03+github@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/contourpy/contourpy"
|
homepage="https://github.com/contourpy/contourpy"
|
||||||
|
changelog="https://raw.githubusercontent.com/contourpy/contourpy/main/docs/changelog.rst"
|
||||||
distfiles="${PYPI_SITE}/c/contourpy/contourpy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/contourpy/contourpy-${version}.tar.gz"
|
||||||
checksum=896631cd40222aef3697e4e51177d14c3709fda49d30983269d584f034acc8a4
|
checksum=96ba37c2e24b7212a77da85004c38e7c4d155d3e72a45eeaf22c1f03f607e8ab
|
||||||
|
|
||||||
|
# This test needs `wurlitzer`, not packaged
|
||||||
|
make_check_args="--deselect=tests/test_internal.py::test_write_cache"
|
||||||
|
|
||||||
# Pulling python3-matplotlib creates a build-time dependency
|
# Pulling python3-matplotlib creates a build-time dependency
|
||||||
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
||||||
|
|
1
srcpkgs/python3-contourpy/update
Normal file
1
srcpkgs/python3-contourpy/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*rc*"
|
Loading…
Add table
Reference in a new issue