svn commit: r557527 - head/devel/py-mondrian
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Dec 10 21:34:39 UTC 2020
Author: sunpoet
Date: Thu Dec 10 21:34:33 2020
New Revision: 557527
URL: https://svnweb.freebsd.org/changeset/ports/557527
Log:
Update to 0.8.1
Changes: https://github.com/python-mondrian/mondrian/commits/master
Modified:
head/devel/py-mondrian/Makefile
head/devel/py-mondrian/distinfo
Modified: head/devel/py-mondrian/Makefile
==============================================================================
--- head/devel/py-mondrian/Makefile Thu Dec 10 21:34:27 2020 (r557526)
+++ head/devel/py-mondrian/Makefile Thu Dec 10 21:34:33 2020 (r557527)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mondrian
-PORTVERSION= 0.8.0
+PORTVERSION= 0.8.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,11 @@ COMMENT= Logging with pretty colored squares
LICENSE= APACHE20
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.7:devel/py-colorama@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.7<0.5:devel/py-colorama@${PY_FLAVOR}
-NO_ARCH= yes
-USE_PYTHON= autoplist concurrent distutils
USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
.include <bsd.port.mk>
Modified: head/devel/py-mondrian/distinfo
==============================================================================
--- head/devel/py-mondrian/distinfo Thu Dec 10 21:34:27 2020 (r557526)
+++ head/devel/py-mondrian/distinfo Thu Dec 10 21:34:33 2020 (r557527)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534096886
-SHA256 (mondrian-0.8.0.tar.gz) = 48f3d4bc658cdf8ac1cce7939b9ec7ff0651b2c6a0396583e6063cc61c6c7ca0
-SIZE (mondrian-0.8.0.tar.gz) = 7970
+TIMESTAMP = 1607539723
+SHA256 (mondrian-0.8.1.tar.gz) = 1e976d9c17d3410ad7d887bc2de47aa55b7c4ef43f9a5a83e9bd29a4a33fee62
+SIZE (mondrian-0.8.1.tar.gz) = 9503
More information about the svn-ports-all
mailing list