git: a9b27779fb9c - main - databases/py-pg8000-112: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Jun 2023 09:00:44 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9b27779fb9c269091cc30ae11e8ea89778266ec commit a9b27779fb9c269091cc30ae11e8ea89778266ec Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2023-06-04 08:23:28 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2023-06-04 08:59:37 +0000 databases/py-pg8000-112: Mark DEPRECATED --- databases/py-pg8000-112/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/py-pg8000-112/Makefile b/databases/py-pg8000-112/Makefile index 864a96754f8f..afec56b90955 100644 --- a/databases/py-pg8000-112/Makefile +++ b/databases/py-pg8000-112/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/mfenniak/pg8000 LICENSE= BSD3CLAUSE +DEPRECATED= EOLd, use www/py-pg8000 instead +EXPIRATION_DATE=2023-06-30 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python:3.6+