git: a86cd0692036 - main - devel/py-prettytable: Update to 2.1.0
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 18 07:12:12 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a86cd06920360c75d5570bdab6f23d46d93559b2
commit a86cd06920360c75d5570bdab6f23d46d93559b2
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:02:32 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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 at 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) = 43306
More information about the dev-commits-ports-all
mailing list