diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2025-08-02 11:05:05 -0400 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2025-08-02 11:05:46 -0400 |
commit | 23dc69c0e4c7dd321881591fb26fd966b74e4fc2 (patch) | |
tree | 2d346e3c4d20f7d22cd229f0fcdc06c8807f46ef /textproc/xml2rfc/files/patch-pyproject.toml | |
parent | net/nats-server: Update to 2.11.7 (diff) |
textproc/xml2rfc: Update to 3.30.0
See https://github.com/ietf-tools/xml2rfc/releases/tag/v3.30.0 for a
list of changes in this release.
Diffstat (limited to 'textproc/xml2rfc/files/patch-pyproject.toml')
-rw-r--r-- | textproc/xml2rfc/files/patch-pyproject.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/xml2rfc/files/patch-pyproject.toml b/textproc/xml2rfc/files/patch-pyproject.toml new file mode 100644 index 000000000000..7d7d8229d888 --- /dev/null +++ b/textproc/xml2rfc/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2025-08-02 14:54:40 UTC ++++ pyproject.toml +@@ -4,8 +4,7 @@ requires-python = ">=3.9" + description = "xml2rfc generates RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies." + readme = "README.md" + requires-python = ">=3.9" +-license = "BSD-3-Clause" +-license-files = ["LICENSE"] ++license = {file = "LICENSE"} + authors = [{name = "IETF Tools", email = "tools-help@ietf.org"}] + keywords = ["ietf", "rfc", "id", "internet-draft", "xml", "xml2rfc", "xmlrfc"] + classifiers = [ |