ports/irc/py-sopel/files/patch-pyproject.toml
Jesús Daniel Colmenares Oviedo d071c7aadc irc/py-sopel: update to 8.0.0 and un-deprecate
Further changes:
* Put COPYING on files/ (No longer included in the distribution file).
* Use sqlalchemy14 instead of sqlalchemy13.
* Use pep517 instead of distutils.
* Add files/patch-pyproject.toml.

ChangeLog: https://github.com/sopel-irc/sopel/releases/tag/v8.0.0

PR:		279656
2024-06-24 23:18:33 +02:00

9 lines
239 B
TOML

--- pyproject.toml.orig 2024-06-10 20:23:53 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools~=66.1", "wheel"]
+requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools]