svn commit: r561210 - head/net-mgmt/py-ciscoconfparse

Kai Knoblich kai at FreeBSD.org
Mon Jan 11 11:13:55 UTC 2021


Author: kai
Date: Mon Jan 11 11:13:55 2021
New Revision: 561210
URL: https://svnweb.freebsd.org/changeset/ports/561210

Log:
  net-mgmt/py-ciscoconfparse: Update to 1.5.24
  
  * Remove now obsolete conditionals for Python 2.7 while I'm here.
  
  Changelog:
  
  * Prevent "find_object_branches()" method from using any branches with
    "None" in the value.

Modified:
  head/net-mgmt/py-ciscoconfparse/Makefile
  head/net-mgmt/py-ciscoconfparse/distinfo

Modified: head/net-mgmt/py-ciscoconfparse/Makefile
==============================================================================
--- head/net-mgmt/py-ciscoconfparse/Makefile	Mon Jan 11 11:13:40 2021	(r561209)
+++ head/net-mgmt/py-ciscoconfparse/Makefile	Mon Jan 11 11:13:55 2021	(r561210)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ciscoconfparse
-DISTVERSION=	1.5.22
+DISTVERSION=	1.5.24
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,20 +23,10 @@ USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3000
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ipaddr>=2.1.11:devel/py-ipaddr@${PY_FLAVOR}
-.endif
-
 do-test:
-.if ${PYTHON_REL} < 3200
-	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs
-.else
 	# Skip the L4Object_asa_{lt01,lt02,range} tests as "models_asa" is broken in
 	# Python 3
 	# See also: https://github.com/mpenning/ciscoconfparse/issues/14
 	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -k 'not _asa_lt and not _asa_range'
-.endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net-mgmt/py-ciscoconfparse/distinfo
==============================================================================
--- head/net-mgmt/py-ciscoconfparse/distinfo	Mon Jan 11 11:13:40 2021	(r561209)
+++ head/net-mgmt/py-ciscoconfparse/distinfo	Mon Jan 11 11:13:55 2021	(r561210)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1607423727
-SHA256 (ciscoconfparse-1.5.22.tar.gz) = df1d6d27918cd8229d341bfbb2a2389d5caf7523e71733bc89f7bf3251fbbaeb
-SIZE (ciscoconfparse-1.5.22.tar.gz) = 139507
+TIMESTAMP = 1610317022
+SHA256 (ciscoconfparse-1.5.24.tar.gz) = 55ece212945a67c257bfa77e14f128c8d57e289695559caf809a35dd40c56176
+SIZE (ciscoconfparse-1.5.24.tar.gz) = 138368


More information about the svn-ports-all mailing list