Date: Wed, 19 Apr 2023 18:55:00 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1f93b1d2d2c0 - main - www/py-tornado: Update to 6.3 Message-ID: <202304191855.33JIt0pK037959@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f93b1d2d2c075d914993f2f02b69c1fc0db3bb9 commit 1f93b1d2d2c075d914993f2f02b69c1fc0db3bb9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-19 18:52:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-19 18:54:29 +0000 www/py-tornado: Update to 6.3 - Convert to USE_PYTHON=pep517 Changes: https://github.com/tornadoweb/tornado/tree/master/docs/releases https://www.tornadoweb.org/en/stable/releases.html --- www/py-tornado/Makefile | 9 ++++++--- www/py-tornado/distinfo | 6 +++--- www/py-tornado/files/patch-setup.py | 12 ------------ 3 files changed, 9 insertions(+), 18 deletions(-) diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile index ecd98470c8a0..78186543cf61 100644 --- a/www/py-tornado/Makefile +++ b/www/py-tornado/Makefile @@ -1,5 +1,5 @@ PORTNAME= tornado -PORTVERSION= 6.2 +PORTVERSION= 6.3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,11 @@ WWW= https://www.tornadoweb.org/ \ LICENSE= APACHE20 -USES= cpe python:3.7+ -USE_PYTHON= autoplist concurrent distutils +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + +USES= cpe python:3.8+ +USE_PYTHON= autoplist concurrent pep517 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado4 \ ${PYTHON_PKGNAMEPREFIX}tornado5 \ diff --git a/www/py-tornado/distinfo b/www/py-tornado/distinfo index 6da60036d0d5..72b7be6d6bdc 100644 --- a/www/py-tornado/distinfo +++ b/www/py-tornado/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657199045 -SHA256 (tornado-6.2.tar.gz) = 9b630419bde84ec666bfd7ea0a4cb2a8a651c2d5cccdbdd1972a0c859dfc3c13 -SIZE (tornado-6.2.tar.gz) = 504849 +TIMESTAMP = 1681918905 +SHA256 (tornado-6.3.tar.gz) = d68f3192936ff2c4add04dc21a436a43b4408d466746b78bb2b9d0a53a18683f +SIZE (tornado-6.3.tar.gz) = 507992 diff --git a/www/py-tornado/files/patch-setup.py b/www/py-tornado/files/patch-setup.py deleted file mode 100644 index dc22450431ac..000000000000 --- a/www/py-tornado/files/patch-setup.py +++ /dev/null @@ -1,12 +0,0 @@ ---- setup.py.orig 2015-11-06 20:08:26 UTC -+++ setup.py -@@ -147,9 +147,6 @@ setup( - # in the sdist tarball) - "tornado.test": [ - "README", -- "csv_translations/fr_FR.csv", -- "gettext_translations/fr_FR/LC_MESSAGES/tornado_test.mo", -- "gettext_translations/fr_FR/LC_MESSAGES/tornado_test.po", - "options_test.cfg", - "static/robots.txt", - "static/sample.xml",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304191855.33JIt0pK037959>