git: 277713224be0 - main - net-mgmt/py-pysmi: update 1.1.13 → 1.4.4

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Sat, 20 Jul 2024 23:00:11 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=277713224be05c88c493df3d24f8c44dff86c911

commit 277713224be05c88c493df3d24f8c44dff86c911
Author:     John W. O'Brien <john@saltant.com>
AuthorDate: 2024-07-20 22:58:38 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-07-20 22:58:38 +0000

    net-mgmt/py-pysmi: update 1.1.13 → 1.4.4
    
    Changes:
    https://github.com/lextudio/pysmi/blob/v1.4.4/CHANGES.rst
    
    PR:     280385
---
 net-mgmt/py-pysmi/Makefile                   | 9 +++++----
 net-mgmt/py-pysmi/distinfo                   | 6 +++---
 net-mgmt/py-pysmi/files/patch-pyproject.toml | 9 ---------
 3 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/net-mgmt/py-pysmi/Makefile b/net-mgmt/py-pysmi/Makefile
index fab11291bbf2..6d03cddd16aa 100644
--- a/net-mgmt/py-pysmi/Makefile
+++ b/net-mgmt/py-pysmi/Makefile
@@ -1,9 +1,8 @@
 PORTNAME=	pysmi
-DISTVERSION=	1.1.13
+DISTVERSION=	1.4.4
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	${PORTNAME}_lextudio-${PORTVERSION}
 
 MAINTAINER=	john@saltant.com
 COMMENT=	SNMP/SMI MIB parsing in Python
@@ -13,18 +12,20 @@ LICENSE=	BSD2CLAUSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ply>=3.11:devel/py-ply@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.3:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.26.0:www/py-requests@${PY_FLAVOR}
 
+# Officially: 3.8-3.12
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	DOCS EXAMPLES
-
 PORTDOCS=	*
 PORTEXAMPLES=	*
 
+OPTIONS_DEFINE=	DOCS EXAMPLES
+
 BASEDOCS=	README.md
 
 post-install-DOCS-on:
diff --git a/net-mgmt/py-pysmi/distinfo b/net-mgmt/py-pysmi/distinfo
index f74e9e2fe42e..aa3ece404295 100644
--- a/net-mgmt/py-pysmi/distinfo
+++ b/net-mgmt/py-pysmi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683671825
-SHA256 (pysmi_lextudio-1.1.13.tar.gz) = 749fc6c7e139bcdc821ed2430eb8b113cd51266241e97be7f6aa401c319bab69
-SIZE (pysmi_lextudio-1.1.13.tar.gz) = 104885
+TIMESTAMP = 1721358273
+SHA256 (pysmi-1.4.4.tar.gz) = 7c8e7cae880dc56ffca872452023a3aea4e695c67661d5739eb6d718ec91e1f3
+SIZE (pysmi-1.4.4.tar.gz) = 117164
diff --git a/net-mgmt/py-pysmi/files/patch-pyproject.toml b/net-mgmt/py-pysmi/files/patch-pyproject.toml
deleted file mode 100644
index d57b69c5b644..000000000000
--- a/net-mgmt/py-pysmi/files/patch-pyproject.toml
+++ /dev/null
@@ -1,9 +0,0 @@
---- pyproject.toml.orig	2023-05-03 15:45:12 UTC
-+++ pyproject.toml
-@@ -1,5 +1,5 @@
- [tool.poetry]
--name = "pysmi-lextudio"
-+name = "pysmi"
- version = "1.1.13"
- description = "A pure-Python implementation of SNMP/SMI MIB parsing and conversion library."
- authors = ["Ilya Etingof <etingof@gmail.com>", "Lex Li <support@lextudio.com>"]