diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-21 17:05:19 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-21 17:05:19 +0000 |
commit | c2000f49a83861834d6c6a3e3ccf7bc72f4d486f (patch) | |
tree | 79bf025dc5fbd1499b2c1c29cbe8ac2d1c46981c | |
parent | a62cb060d175f40a41a645bdbe89ff3a3ba87b45 (diff) |
www/py-tornado: Update to 6.3.3
Changes: https://github.com/tornadoweb/tornado/tree/master/docs/releases
https://www.tornadoweb.org/en/stable/releases.html
-rw-r--r-- | www/py-tornado/Makefile | 4 | ||||
-rw-r--r-- | www/py-tornado/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile index 83597d4cd1cf..6b83b412134d 100644 --- a/www/py-tornado/Makefile +++ b/www/py-tornado/Makefile @@ -1,5 +1,5 @@ PORTNAME= tornado -PORTVERSION= 6.3.2 +PORTVERSION= 6.3.3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://www.tornadoweb.org/ \ LICENSE= APACHE20 -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= cpe python diff --git a/www/py-tornado/distinfo b/www/py-tornado/distinfo index 90669e44209f..f564561194b2 100644 --- a/www/py-tornado/distinfo +++ b/www/py-tornado/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685792354 -SHA256 (tornado-6.3.2.tar.gz) = 4b927c4f19b71e627b13f3db2324e4ae660527143f9e1f2e2fb404f3a187e2ba -SIZE (tornado-6.3.2.tar.gz) = 508776 +TIMESTAMP = 1692211831 +SHA256 (tornado-6.3.3.tar.gz) = e7d8db41c0181c80d76c982aacc442c0783a2c54d6400fe028954201a2e032fe +SIZE (tornado-6.3.3.tar.gz) = 509872 |