ports/textproc/py-ntc-templates/files/patch-pyproject.toml
Kai Knoblich f73094c9a4 textproc/py-ntc-templates: Update to 3.2.0
* Switch to the PEP-517 build framework and remove the setuptools
  workaround.

* Also convert "do-test" target to USE_PYTHON=pytest while I'm here.

Changelog:

https://github.com/networktocode/ntc-templates/compare/v3.1.0...v3.2.0

MFH:		No (PEP-517 support not present in the 2023Q1 branch)
2023-02-23 19:48:32 +01:00

14 lines
409 B
TOML

Avoid installing "LICENSE" and "README.md" on top of Python's "site-packages/"
directory which would lead to conflicting packages.
--- pyproject.toml.orig 2023-02-23 18:07:16 UTC
+++ pyproject.toml
@@ -19,8 +19,6 @@ include = [
"Programming Language :: Python :: 3.10",
]
include = [
- "LICENSE",
- "README.md",
"ntc_templates/templates/*.textfsm",
"ntc_templates/templates/index",
]