mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/py-rasterio: Update to 1.3.11
Changes: https://github.com/rasterio/rasterio/releases
This commit is contained in:
parent
0360e8e0d4
commit
80c516d979
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= rasterio
|
||||
PORTVERSION= 1.3.10
|
||||
PORTVERSION= 1.3.11
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1713001140
|
||||
SHA256 (rasterio-1.3.10.tar.gz) = ce182c735b4f9e8735d90600607ecab15ef895eb8aa660bf665751529477e326
|
||||
SIZE (rasterio-1.3.10.tar.gz) = 412856
|
||||
TIMESTAMP = 1725559851
|
||||
SHA256 (rasterio-1.3.11.tar.gz) = 47aa70b4718ebc80d825bb7db3127577d74e31c53048ce215145c0baf530ece9
|
||||
SIZE (rasterio-1.3.11.tar.gz) = 413094
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- pyproject.toml.orig 2024-04-10 14:59:49 UTC
|
||||
--- pyproject.toml.orig 2024-09-03 20:46:46 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -1,10 +1,9 @@ requires = [
|
||||
[build-system]
|
||||
|
@ -7,7 +7,7 @@
|
|||
+ "setuptools>=61",
|
||||
"wheel",
|
||||
- "cython~=3.0.2",
|
||||
- "numpy==2.0.0rc1; python_version >= '3.9'",
|
||||
- "numpy>=2.0.0,<3.0; python_version >= '3.9'",
|
||||
- "oldest-supported-numpy; python_version < '3.9'"
|
||||
+ "cython",
|
||||
+ "numpy",
|
||||
|
|
Loading…
Add table
Reference in a new issue