git: 1479013c76df - main - devel/py-catalogue: Update to 2.0.3
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 25 20:38:26 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1479013c76df95437728d1bd1da43379ae3331cc
commit 1479013c76df95437728d1bd1da43379ae3331cc
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-25 20:13:56 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-25 20:35:23 +0000
devel/py-catalogue: Update to 2.0.3
Changes: https://github.com/explosion/catalogue/releases
https://github.com/explosion/catalogue/commits/master
---
devel/py-catalogue/Makefile | 5 +++--
devel/py-catalogue/distinfo | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/devel/py-catalogue/Makefile b/devel/py-catalogue/Makefile
index 590cb2317faa..55ff14781974 100644
--- a/devel/py-catalogue/Makefile
+++ b/devel/py-catalogue/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
PORTNAME= catalogue
-PORTVERSION= 2.0.1
+PORTVERSION= 2.0.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +20,8 @@ NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 3800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.20:devel/py-importlib-metadata@${PY_FLAVOR}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6.4:devel/py-typing-extensions@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}zipp>=0.5:devel/py-zipp@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>
diff --git a/devel/py-catalogue/distinfo b/devel/py-catalogue/distinfo
index 765b74aa787b..c28466d67c27 100644
--- a/devel/py-catalogue/distinfo
+++ b/devel/py-catalogue/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612296101
-SHA256 (catalogue-2.0.1.tar.gz) = 0d01077dbfca7aa53f3ef4adecccce636bce4f82e5b52237703ab2f56478e56e
-SIZE (catalogue-2.0.1.tar.gz) = 13188
+TIMESTAMP = 1619198481
+SHA256 (catalogue-2.0.3.tar.gz) = 887d8a579f7e9e7a6ec424212931ad367a5e6c09e01dfa3eb398ac3b3a2765ba
+SIZE (catalogue-2.0.3.tar.gz) = 19866
More information about the dev-commits-ports-all
mailing list