Date: Sun, 18 Apr 2021 07:12:05 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a86cd0692036 - main - devel/py-prettytable: Update to 2.1.0 Message-ID: <202104180712.13I7C5IB010852@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a86cd06920360c75d5570bdab6f23d46d93559b2 commit a86cd06920360c75d5570bdab6f23d46d93559b2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-04-18 05:02:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-04-18 05:43:32 +0000 devel/py-prettytable: Update to 2.1.0 Changes: https://github.com/jazzband/prettytable/releases --- devel/py-prettytable/Makefile | 10 ++++++++-- devel/py-prettytable/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/devel/py-prettytable/Makefile b/devel/py-prettytable/Makefile index a2ae91426d50..d614651be6c2 100644 --- a/devel/py-prettytable/Makefile +++ b/devel/py-prettytable/Makefile @@ -1,7 +1,7 @@ # Created by: Roman Bogorodskiy <novel@FreeBSD.org> PORTNAME= prettytable -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,4 +20,10 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 3800 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/devel/py-prettytable/distinfo b/devel/py-prettytable/distinfo index 68e028840cd2..072aaccdd000 100644 --- a/devel/py-prettytable/distinfo +++ b/devel/py-prettytable/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605901656 -SHA256 (prettytable-2.0.0.tar.gz) = e37acd91976fe6119172771520e58d1742c8479703489321dc1d9c85e7259922 -SIZE (prettytable-2.0.0.tar.gz) = 43072 +TIMESTAMP = 1618320188 +SHA256 (prettytable-2.1.0.tar.gz) = 5882ed9092b391bb8f6e91f59bcdbd748924ff556bb7c634089d5519be87baa0 +SIZE (prettytable-2.1.0.tar.gz) = 43306home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104180712.13I7C5IB010852>
