ports/www/py-werkzeug/files/patch-pyproject.toml
Po-Chuan Hsieh 125676fc9d
www/py-werkzeug: Update to 2.3.1
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/pallets/werkzeug/releases
2023-04-28 07:59:11 +08:00

9 lines
255 B
TOML

--- pyproject.toml.orig 2023-04-27 13:38:50 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[project]
-name = "Werkzeug"
+name = "werkzeug"
description = "The comprehensive WSGI web application library."
readme = "README.rst"
license = {text = "BSD-3-Clause"}