From ec1a40cf589f53143e6d225a04d6ca751febff4f Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 10 Sep 2018 20:28:07 +0000 Subject: [PATCH] Update to 0.9.5 - Update WWW Changes: https://github.com/uiri/toml/commits/0.9.X --- textproc/py-toml/Makefile | 2 +- textproc/py-toml/distinfo | 6 +++--- textproc/py-toml/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/textproc/py-toml/Makefile b/textproc/py-toml/Makefile index e042698fa1b0..d33e05cd6b70 100644 --- a/textproc/py-toml/Makefile +++ b/textproc/py-toml/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= toml -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-toml/distinfo b/textproc/py-toml/distinfo index e94868090259..4c3e986853be 100644 --- a/textproc/py-toml/distinfo +++ b/textproc/py-toml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1527389739 -SHA256 (toml-0.9.4.tar.gz) = 8e86bd6ce8cc11b9620cb637466453d94f5d57ad86f17e98a98d1f73e3baab2d -SIZE (toml-0.9.4.tar.gz) = 12752 +TIMESTAMP = 1536591839 +SHA256 (toml-0.9.5.tar.gz) = c79b2dc8cc8f2e841dd1ed3786db7a7b8b40c17ea2daf182ad7017554a4d544a +SIZE (toml-0.9.5.tar.gz) = 14070 diff --git a/textproc/py-toml/pkg-descr b/textproc/py-toml/pkg-descr index 1a65ad4eeac3..2a0879d881ce 100644 --- a/textproc/py-toml/pkg-descr +++ b/textproc/py-toml/pkg-descr @@ -1,4 +1,4 @@ A Python library for parsing and creating TOML. Tom's Obvious, Minimal Language -WWW: https://pypi.org/project/toml/ +WWW: https://github.com/uiri/toml