git: 017156aa9172 - main - textproc/py-toronado: Update to 0.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Aug 2022 10:33:56 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=017156aa91725f32c695f132cb6bc43e296eacb0 commit 017156aa91725f32c695f132cb6bc43e296eacb0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-27 10:26:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-27 10:26:28 +0000 textproc/py-toronado: Update to 0.1.0 - Update WWW Changes: https://github.com/disqus/toronado/blob/master/CHANGES --- textproc/py-toronado/Makefile | 4 ++-- textproc/py-toronado/distinfo | 6 +++--- textproc/py-toronado/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/py-toronado/Makefile b/textproc/py-toronado/Makefile index 371897364c5d..481387bb3c3c 100644 --- a/textproc/py-toronado/Makefile +++ b/textproc/py-toronado/Makefile @@ -1,5 +1,5 @@ PORTNAME= toronado -PORTVERSION= 0.0.11 +PORTVERSION= 0.1.0 CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssselect>=0:www/py-cssselect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/textproc/py-toronado/distinfo b/textproc/py-toronado/distinfo index 7dc50976d835..2497cf405a3a 100644 --- a/textproc/py-toronado/distinfo +++ b/textproc/py-toronado/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480692438 -SHA256 (toronado-0.0.11.tar.gz) = 7985dc9a13c969fa1372d600455a86709fb6a124dca58c759b6b42e892ddb0a8 -SIZE (toronado-0.0.11.tar.gz) = 4634 +TIMESTAMP = 1660576964 +SHA256 (toronado-0.1.0.tar.gz) = 150b45860f68572c6ab1c94524bbaa5fd2ba5db3812fe93943aa4a73a1886d04 +SIZE (toronado-0.1.0.tar.gz) = 5001 diff --git a/textproc/py-toronado/pkg-descr b/textproc/py-toronado/pkg-descr index 4ec82c342697..5653556d1976 100644 --- a/textproc/py-toronado/pkg-descr +++ b/textproc/py-toronado/pkg-descr @@ -1,3 +1,3 @@ Fast lxml-based CSS stylesheet inliner. -WWW: https://pypi.org/project/toronado/ +WWW: https://github.com/disqus/toronado