Skip to content

Commit 325b7c1

Browse files
author
Release Manager
committed
Trac #34796: Upgrade matplotlib to 3.6
As matplotlib 3.6 dependency, new standard package `contourpy` is added. URL: https://trac.sagemath.org/34796 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Kwankyu Lee
2 parents 0ead75a + dac5ece commit 325b7c1

File tree

19 files changed

+55
-23
lines changed

19 files changed

+55
-23
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=c0c12f353202317c7d9f754366b05c56affe7040
3-
md5=02625465d51914409ce2a71bf125d38a
4-
cksum=2602640406
2+
sha1=2182ab811aa4bbed15ce26d64157e7fc973007cd
3+
md5=70f8ac127a92d707714053527eb06944
4+
cksum=2846814243
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e22dd4276129d5473cc23a8ea2c3753e3213c17a
1+
4c696a60b4ffefe6e9a198cbb4bd7bf12823ef3a

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

build/pkgs/matplotlib/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=matplotlib-VERSION.tar.gz
2-
sha1=8db4a2bb5c5a56b4ff9a33b59d134404774d85d5
3-
md5=5a77336c6c5549bed5f9631c734dedc5
4-
cksum=602312637
2+
sha1=2b78c671f95d52c65154a0dc68372a97582768e5
3+
md5=77ca9a5b42152c9e2aeca1556f08f5ce
4+
cksum=3201608
55
upstream_url=https://pypi.io/packages/source/m/matplotlib/matplotlib-VERSION.tar.gz

0 commit comments

Comments
 (0)