summaryrefslogtreecommitdiff
path: root/databases/py-pg8000/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2021-04-27 15:17:55 +0800
committerWen Heping <wen@FreeBSD.org>2021-04-27 15:17:55 +0800
commit95afaee6a94de87cd330c6e0c8c7db83ee6f5c86 (patch)
tree29b5e4ae69a7f22ef27d78e5182545a4eb852dd4 /databases/py-pg8000/Makefile
parentfinance/homebank: Update to 5.5.1 (diff)
databases/py-pg8000: Update to 1.19.3
Diffstat (limited to 'databases/py-pg8000/Makefile')
-rw-r--r--databases/py-pg8000/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-pg8000/Makefile b/databases/py-pg8000/Makefile
index 2112016093ec..2e33ed218e25 100644
--- a/databases/py-pg8000/Makefile
+++ b/databases/py-pg8000/Makefile
@@ -1,7 +1,7 @@
# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= pg8000
-PORTVERSION= 1.19.2
+PORTVERSION= 1.19.3
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}passlib>=0:security/py-passlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scramp>=0:security/py-scramp@${PY_FLAVOR}
-USES= python:3.5+
+USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes