git: be9275b0c657 - main - devel/py-tzlocal: Update DEPENDS, fix run error
Date: Sun, 04 Sep 2022 00:33:25 UTC
The branch main has been updated by wen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=be9275b0c657f5aaf9ac3ab7450c22cfabb2bc06
commit be9275b0c657f5aaf9ac3ab7450c22cfabb2bc06
Author: Wen Heping <wen@FreeBSD.org>
AuthorDate: 2022-09-04 00:31:25 +0000
Commit: Wen Heping <wen@FreeBSD.org>
CommitDate: 2022-09-04 00:31:25 +0000
devel/py-tzlocal: Update DEPENDS, fix run error
PR: 266203
Reported by: DtxdF@disroot.org
Approved by: maintainer(implicit, fix run error)
---
devel/py-tzlocal/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/devel/py-tzlocal/Makefile b/devel/py-tzlocal/Makefile
index 9040cd7785dd..4354be65af02 100644
--- a/devel/py-tzlocal/Makefile
+++ b/devel/py-tzlocal/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tzlocal
DISTVERSION= 4.2
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,9 +11,9 @@ COMMENT= Returns the tzinfo object for the local timezone
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz-deprecation-shim>0:devel/py-pytz-deprecation-shim@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= distutils autoplist
NO_ARCH= yes