databases/py-psycopg: Update to 3.1.4
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
This commit is contained in:
parent
dd77adf5b7
commit
5ecd92b871
@ -1,5 +1,5 @@
|
||||
PORTNAME= psycopg
|
||||
PORTVERSION= 3.0.18
|
||||
PORTVERSION= 3.1.4
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -11,7 +11,7 @@ WWW= https://www.psycopg.org/
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= pgsql python:3.6+
|
||||
USES= pgsql python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
@ -26,12 +26,12 @@ POOL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg-pool>=0:databases/py-psycopg-po
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 30800
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.10:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.if ${PYTHON_REL} < 30900
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.zoneinfo>=0.2.0:devel/py-backports.zoneinfo@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.if ${PYTHON_REL} < 31100
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1662558020
|
||||
SHA256 (psycopg-3.0.18.tar.gz) = d6f4231449c172aa0fef2461f97053a988f56735cdd65e9513a08b2fc434c77f
|
||||
SIZE (psycopg-3.0.18.tar.gz) = 118308
|
||||
TIMESTAMP = 1669057659
|
||||
SHA256 (psycopg-3.1.4.tar.gz) = 6874dbaba583cc6663437604bf45f7c244b5fd702f88af6211cd5a74e8ee3a8a
|
||||
SIZE (psycopg-3.1.4.tar.gz) = 136343
|
||||
|
Loading…
Reference in New Issue
Block a user