- Update to 1.14.1

- Add missing RUN_DEPENDS
- Update WWW
This commit is contained in:
Wen Heping 2020-03-24 13:36:15 +00:00
parent fd8c2aae60
commit dfedc97119
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529046
3 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pg8000
PORTVERSION= 1.13.2
PORTVERSION= 1.14.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,7 +12,8 @@ COMMENT= Pure-Python Interface to the PostgreSQL Database
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}passlib>=0:security/py-passlib@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}passlib>=0:security/py-passlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scramp>=0:security/py-scramp@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist distutils

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1562143981
SHA256 (pg8000-1.13.2.tar.gz) = eebcb4176a7e407987e525a07454882f611985e0becb2b73f76efb93bbdc0aab
SIZE (pg8000-1.13.2.tar.gz) = 55835
TIMESTAMP = 1585039551
SHA256 (pg8000-1.14.1.tar.gz) = 7e87f5ec51eab2bb1f2a75a687b681152d60ec26828c93c244f00d5d085da64a
SIZE (pg8000-1.14.1.tar.gz) = 73626

View File

@ -6,4 +6,4 @@ external libraries (such as a compiled python module, or
PostgreSQL's libpq library). pg8000 supports the standard
Python DB-API version 2.0.
WWW: https://github.com/mfenniak/pg8000
WWW: https://github.com/tlocke/pg8000