mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
textproc/py-ntc-templates: Update to 4.3.0
Changelog: https://github.com/networktocode/ntc-templates/releases/tag/v4.3.0
This commit is contained in:
parent
f15dffd21f
commit
b2cf776f98
@ -1,6 +1,6 @@
|
||||
PORTNAME= ntc-templates
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 4.2.0
|
||||
DISTVERSION= 4.3.0
|
||||
CATEGORIES= textproc net-mgmt python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -27,7 +27,4 @@ TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|%%DISTVERSION%%|${DISTVERSION}|' ${WRKSRC}/pyproject.toml
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1706427859
|
||||
SHA256 (networktocode-ntc-templates-v4.2.0_GH0.tar.gz) = f282c2155e99dd93ffebf1f4e9210e711b9b9d9bcb4fa4fb131657c5f66cb786
|
||||
SIZE (networktocode-ntc-templates-v4.2.0_GH0.tar.gz) = 1164861
|
||||
TIMESTAMP = 1707550383
|
||||
SHA256 (networktocode-ntc-templates-v4.3.0_GH0.tar.gz) = 8b7032efb73a6b13f9a27409108e6764300278c358e05e8781d378569a4dcd7c
|
||||
SIZE (networktocode-ntc-templates-v4.3.0_GH0.tar.gz) = 1184170
|
||||
|
@ -1,19 +1,8 @@
|
||||
Use the actual version, otherwise it would lead to staging errors as the
|
||||
produced wheels contain the wrong version.
|
||||
|
||||
Avoid installing "LICENSE" and "README.md" on top of Python's "site-packages/"
|
||||
directory which would lead to conflicting packages.
|
||||
|
||||
--- pyproject.toml.orig 2024-01-27 23:01:03 UTC
|
||||
--- pyproject.toml.orig 2024-02-09 20:50:23 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -1,6 +1,6 @@ name = "ntc_templates"
|
||||
[tool.poetry]
|
||||
name = "ntc_templates"
|
||||
-version = "4.0.1"
|
||||
+version = "%%DISTVERSION%%"
|
||||
description = "TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable."
|
||||
authors = ["Network to Code <info@networktocode.com>"]
|
||||
license = "Apache-2.0"
|
||||
@@ -20,8 +20,6 @@ include = [
|
||||
"Programming Language :: Python :: 3.12",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user