From cd769a58823b819c1855a7af48dbab523d08362f Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Sun, 9 Oct 2022 22:54:57 -0500 Subject: [PATCH 1/2] python3-matplotlib: added depends for python3-contourpy --- srcpkgs/python3-matplotlib/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template index c48fd24d58d4..a2c2108edf33 100644 --- a/srcpkgs/python3-matplotlib/template +++ b/srcpkgs/python3-matplotlib/template @@ -1,14 +1,15 @@ # Template file for 'python3-matplotlib' pkgname=python3-matplotlib version=3.6.0 -revision=1 +revision=2 wrksrc="matplotlib-${version}" build_style=python3-module build_helper="numpy" hostmakedepends="pkg-config python3-setuptools_scm python3-certifi python3-numpy" makedepends="python3-devel freetype-devel libpng-devel libqhull-devel" depends="python3-cycler fonttools python3-kiwisolver python3-numpy - python3-packaging python3-Pillow python3-parsing python3-dateutil" + python3-packaging python3-Pillow python3-parsing python3-dateutil + python3-contourpy" short_desc="Python3 2D/3D plotting library" maintainer="Andrew J. Hesford " license="custom:matplotlib, BSD-3-Clause, MIT" From 7ccceca433e6a9b0c1a0197a7091b992afaacd5c Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Sun, 9 Oct 2022 19:56:46 -0500 Subject: [PATCH 2/2] New package: python3-contourpy-1.0.5 --- srcpkgs/python3-contourpy/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-contourpy/template diff --git a/srcpkgs/python3-contourpy/template b/srcpkgs/python3-contourpy/template new file mode 100644 index 000000000000..4707770c4506 --- /dev/null +++ b/srcpkgs/python3-contourpy/template @@ -0,0 +1,20 @@ +# Template file for 'python3-contourpy' +pkgname=python3-contourpy +version=1.0.5 +revision=1 +wrksrc="contourpy-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools python3-pybind11" +makedepends="python3-pybind11" +depends="python3" +checkdepends="${depends} python3-matplotlib python3-pytest python3-numpy" +short_desc="Python library for calculating contours of 2D quadrilateral grids" +maintainer="Alex Childs " +license="BSD-3-Clause" +homepage="https://github.com/contourpy/contourpy" +distfiles="${PYPI_SITE}/c/contourpy/contourpy-${version}.tar.gz" +checksum=896631cd40222aef3697e4e51177d14c3709fda49d30983269d584f034acc8a4 + +post_install() { + vlicense LICENSE +}