mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
graphics/py-cartopy: Update to 0.23.0
- Update LICENSE Changes: https://github.com/SciTools/cartopy/releases
This commit is contained in:
parent
0eb1bfd6aa
commit
84a7243349
3 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= cartopy
|
||||
PORTVERSION= 0.22.0
|
||||
PORTVERSION= 0.23.0
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -9,8 +9,8 @@ MAINTAINER= sunpoet@FreeBSD.org
|
|||
COMMENT= Cartographic library with Matplotlib support for visualisation
|
||||
WWW= https://github.com/SciTools/cartopy
|
||||
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>=40.6.0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1692211791
|
||||
SHA256 (Cartopy-0.22.0.tar.gz) = b300f90120931d43f11ef87c064ea1dacec1b59a4940aa76ebf82cf09548bb49
|
||||
SIZE (Cartopy-0.22.0.tar.gz) = 10938577
|
||||
TIMESTAMP = 1712886448
|
||||
SHA256 (Cartopy-0.23.0.tar.gz) = 231f37b35701f2ba31d94959cca75e6da04c2eea3a7f14ce1c75ee3b0eae7676
|
||||
SIZE (Cartopy-0.23.0.tar.gz) = 10687976
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
--- pyproject.toml.orig 2023-08-05 00:47:19 UTC
|
||||
--- pyproject.toml.orig 2024-04-10 17:45:30 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -3,13 +3,13 @@ requires = [
|
||||
"wheel",
|
||||
"setuptools >= 40.6.0",
|
||||
"Cython >= 0.29.24",
|
||||
- "oldest-supported-numpy",
|
||||
@@ -9,13 +9,13 @@ requires = [
|
||||
# Note that building against numpy 1.x works fine too - users and
|
||||
# redistributors can do this by installing the numpy version they like and
|
||||
# disabling build isolation.
|
||||
- "numpy>=2.0.0rc1",
|
||||
+ "numpy",
|
||||
"setuptools_scm >= 7.0.0",
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue