git: 82af9c9c62bd - main - devel/py-traitlets: Add files/

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 14 Oct 2022 17:27:58 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=82af9c9c62bd58237656015afd5430b636a9d984

commit 82af9c9c62bd58237656015afd5430b636a9d984
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-14 15:12:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-14 15:12:51 +0000

    devel/py-traitlets: Add files/
---
 devel/py-traitlets/files/patch-pyproject.toml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/devel/py-traitlets/files/patch-pyproject.toml b/devel/py-traitlets/files/patch-pyproject.toml
new file mode 100644
index 000000000000..d6cf595f4e41
--- /dev/null
+++ b/devel/py-traitlets/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2022-10-14 17:21:32 UTC
++++ pyproject.toml
+@@ -18,7 +18,7 @@ classifiers = [
+ ]
+ urls = {Homepage = "https://github.com/ipython/traitlets"}
+ requires-python = ">=3.7"
+-dynamic = ["description", "version"]
++dynamic = ["version"]
+ 
+ [project.optional-dependencies]
+ test = ["pytest", "pre-commit"]