Skip to content

Commit 0ecabe5

Browse files
author
Matthias Koeppe
committed
build/pkgs/contourpy: New (matplotlib dependency)
1 parent df9d613 commit 0ecabe5

File tree

7 files changed

+32
-0
lines changed

7 files changed

+32
-0
lines changed

build/pkgs/contourpy/SPKG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
contourpy: Python library for calculating contours of 2D quadrilateral grids
2+
============================================================================
3+
4+
Description
5+
-----------
6+
7+
Python library for calculating contours of 2D quadrilateral grids
8+
9+
License
10+
-------
11+
12+
BSD-3-Clause
13+
14+
Upstream Contact
15+
----------------
16+
17+
https://pypi.org/project/contourpy/
18+

build/pkgs/contourpy/checksums.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=contourpy-VERSION.tar.gz
2+
sha1=f8dac7a79be96e2b8f085f79ba386dba54e99e99
3+
md5=0ed85863802b1323708b400ae7e7bbd7
4+
cksum=2680473500
5+
upstream_url=https://pypi.io/packages/source/c/contourpy/contourpy-VERSION.tar.gz

build/pkgs/contourpy/dependencies

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$(PYTHON) | $(PYTHON_TOOLCHAIN) pybind11
2+
3+
----------
4+
All lines of this file are ignored except the first.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
contourpy
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.6

build/pkgs/contourpy/spkg-install.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cd src
2+
sdh_pip_install .

build/pkgs/contourpy/type

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
standard

0 commit comments

Comments
 (0)