Skip to content

Commit

Permalink
graphics/py-pyproj: Update to 3.3.0
Browse files Browse the repository at this point in the history
pyproj drops official Python 3.7 support since 3.3.0, but it still builds fine.

Changes:	https://github.com/pyproj4/pyproj/releases
  • Loading branch information
sunpoet committed Mar 25, 2022
1 parent 677595a commit bc90e2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions graphics/py-pyproj/Makefile
@@ -1,7 +1,7 @@
# Created by: TAOKA Fumiyoshi

PORTNAME= pyproj
PORTVERSION= 3.2.1
PORTVERSION= 3.3.0
CATEGORIES= graphics geography python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,7 +12,7 @@ COMMENT= Cython wrapper to provide python interfaces to PROJ.4 functions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= proj>=7.2.0,1:graphics/proj
BUILD_DEPENDS= proj>=8.0.0,1:graphics/proj
LIB_DEPENDS= libproj.so:graphics/proj

USES= python:3.7+
Expand Down
6 changes: 3 additions & 3 deletions graphics/py-pyproj/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1632227548
SHA256 (pyproj-3.2.1.tar.gz) = 4a936093825ff55b24c1fc6cc093541fcf6d0f6d406589ed699e62048ebf3877
SIZE (pyproj-3.2.1.tar.gz) = 213342
TIMESTAMP = 1647264598
SHA256 (pyproj-3.3.0.tar.gz) = ce8bfbc212729e9a643f5f5d77f7a93394e032eda1e2d8799ae902d08add747e
SIZE (pyproj-3.3.0.tar.gz) = 217539

0 comments on commit bc90e2a

Please sign in to comment.