diff options
| author | Danilo G. Baio <dbaio@FreeBSD.org> | 2025-10-26 10:52:09 -0300 |
|---|---|---|
| committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2025-10-26 10:54:00 -0300 |
| commit | b4aa0dae6eb486bbb8478c46f9dfc41e3e18b6ee (patch) | |
| tree | 406394664db8e99cad33ce5a6b996086ae3a3681 /devel/pymsteams/files/patch-pyproject.toml | |
| parent | www/py-bootstrap-flask: Update to 2.5.0 (diff) | |
devel/pymsteams: Update to 0.2.5
Convert to pep517 and add a patch for building with setuptools 63,
harmless for this port.
Diffstat (limited to 'devel/pymsteams/files/patch-pyproject.toml')
| -rw-r--r-- | devel/pymsteams/files/patch-pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/pymsteams/files/patch-pyproject.toml b/devel/pymsteams/files/patch-pyproject.toml new file mode 100644 index 000000000000..30d05ca53875 --- /dev/null +++ b/devel/pymsteams/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2025-01-07 23:58:33 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=64", "setuptools-scm>=8"] ++requires = ["setuptools>=63", "setuptools-scm>=8"] + build-backend = "setuptools.build_meta" + + [project] |
