summaryrefslogtreecommitdiff
path: root/textproc/py-ntc-templates/files/patch-setup.py
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2022-09-04 14:13:42 +0200
committerKai Knoblich <kai@FreeBSD.org>2022-09-04 14:20:14 +0200
commit3aef29c26f68393f84226b75c6486f1f862eb7c4 (patch)
tree011bf85179256bf6a173de3aa7fd48cc89966db8 /textproc/py-ntc-templates/files/patch-setup.py
parentsecurity/py-netmiko: Update to 4.1.2 (diff)
textproc/py-ntc-templates: Update to 3.1.0
* Add post-patch target which sets the actual version in setup.py to reduce patching with future updates. Changelog: https://github.com/networktocode/ntc-templates/releases/tag/v3.1.0
Diffstat (limited to 'textproc/py-ntc-templates/files/patch-setup.py')
-rw-r--r--textproc/py-ntc-templates/files/patch-setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-ntc-templates/files/patch-setup.py b/textproc/py-ntc-templates/files/patch-setup.py
index 9412c6341606..279ced16c65b 100644
--- a/textproc/py-ntc-templates/files/patch-setup.py
+++ b/textproc/py-ntc-templates/files/patch-setup.py
@@ -15,7 +15,7 @@
+
+setup_kwargs = {
+ 'name': 'ntc-templates',
-+ 'version': '3.0.0',
++ 'version': '%%DISTVERSION%%',
+ 'description': "TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable.",
+ 'author': 'Network to Code',
+ 'author_email': 'info@networktocode.com',