From ab9a192da84119e4bb3b423ce05498105ac89e15 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template index c48fd24d58d4..d77940ff680b 100644 --- a/srcpkgs/python3-matplotlib/template +++ b/srcpkgs/python3-matplotlib/template @@ -8,7 +8,8 @@ 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 7669519aae5d01894d314be262acb23fa3ac560f 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 +}