mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
- Update WWW - Relax USES=pythoon - Convert to USE_PYTHON=pep517 Changes: https://github.com/twisted/twisted/releases
20 lines
513 B
TOML
20 lines
513 B
TOML
--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
|
|
+++ pyproject.toml
|
|
@@ -2,7 +2,7 @@
|
|
requires = [
|
|
"hatchling >= 1.10.0",
|
|
"hatch-fancy-pypi-readme >= 22.5.0",
|
|
- "incremental >= 22.10.0",
|
|
+ "incremental >= 21.3.0",
|
|
]
|
|
build-backend = "hatchling.build"
|
|
|
|
@@ -34,7 +34,7 @@ classifiers = [
|
|
dependencies = [
|
|
"zope.interface >= 5",
|
|
"constantly >= 15.1",
|
|
- "incremental >= 22.10.0",
|
|
+ "incremental >= 21.3.0",
|
|
"Automat >= 0.8.0",
|
|
"hyperlink >= 17.1.1",
|
|
"attrs >= 21.3.0",
|