aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2021-07-07 11:03:22 +0000
committerKai Knoblich <kai@FreeBSD.org>2021-07-07 11:16:04 +0000
commit6c3bc3f637cb8d4b2fd19bab4fe2913f04732ddb (patch)
treee09a0535e360713e9a0f08d15181d41a00d11ee2
parentefe3f3e34d09659540798f396d5908b5315490a0 (diff)
downloadports-6c3bc3f637cb8d4b2fd19bab4fe2913f04732ddb.tar.gz
ports-6c3bc3f637cb8d4b2fd19bab4fe2913f04732ddb.zip
security/py-netmiko: Update to 3.3.0
* Modernize "do-test" target while I'm here. Note: Although there are already newer releases out here, use this one because the newer releases depend on some Python packages that have yet to be ported. Changelogs since 3.1.1: https://github.com/ktbyers/netmiko/releases/tag/v3.3.0 https://github.com/ktbyers/netmiko/releases/tag/v3.2.0 MFH: 2021Q3 (cherry picked from commit 99b31805dd51fa6835196c65c0fef49b869dc761)
-rw-r--r--security/py-netmiko/Makefile5
-rw-r--r--security/py-netmiko/distinfo6
2 files changed, 5 insertions, 6 deletions
diff --git a/security/py-netmiko/Makefile b/security/py-netmiko/Makefile
index b66c4d16c9fb..7599c2867ea0 100644
--- a/security/py-netmiko/Makefile
+++ b/security/py-netmiko/Makefile
@@ -1,7 +1,6 @@
PORTNAME= netmiko
DISTVERSIONPREFIX= v
-DISTVERSION= 3.1.1
-PORTREVISION= 1
+DISTVERSION= 3.3.0
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -26,6 +25,6 @@ GH_ACCOUNT= ktbyers
NO_ARCH= yes
do-test:
- cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -s tests/test_import_netmiko.py
+ cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -s tests/test_import_netmiko.py
.include <bsd.port.mk>
diff --git a/security/py-netmiko/distinfo b/security/py-netmiko/distinfo
index 5081d43712de..0defef71b0d5 100644
--- a/security/py-netmiko/distinfo
+++ b/security/py-netmiko/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589874073
-SHA256 (ktbyers-netmiko-v3.1.1_GH0.tar.gz) = 0b2e01cce1f5e7dd1f75a3dcdf415922e3d578233d423a9d8f8a8f6a87fe1167
-SIZE (ktbyers-netmiko-v3.1.1_GH0.tar.gz) = 669683
+TIMESTAMP = 1625521158
+SHA256 (ktbyers-netmiko-v3.3.0_GH0.tar.gz) = 2ff7c88b00ed50259f210af6d7bf3bbc5d4f486c2173051f6933fb444dfec961
+SIZE (ktbyers-netmiko-v3.3.0_GH0.tar.gz) = 768685