diff --git a/net-mgmt/py-ciscoconfparse/Makefile b/net-mgmt/py-ciscoconfparse/Makefile index e23a25f21370..ba3747cb2e98 100644 --- a/net-mgmt/py-ciscoconfparse/Makefile +++ b/net-mgmt/py-ciscoconfparse/Makefile @@ -1,42 +1,42 @@ # $FreeBSD$ PORTNAME= ciscoconfparse -DISTVERSION= 1.5.1 +DISTVERSION= 1.5.4 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org COMMENT= Parse, audit, query, build and modify Cisco IOS-style configurations LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes .include .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 diff --git a/net-mgmt/py-ciscoconfparse/distinfo b/net-mgmt/py-ciscoconfparse/distinfo index 0a2e28be8031..ddfad9604868 100644 --- a/net-mgmt/py-ciscoconfparse/distinfo +++ b/net-mgmt/py-ciscoconfparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585572777 -SHA256 (ciscoconfparse-1.5.1.tar.gz) = 3f0ca586d24d5ec8368f2659b84fe9800cfbf09ae3925b15ca4164084d53d648 -SIZE (ciscoconfparse-1.5.1.tar.gz) = 131868 +TIMESTAMP = 1588242900 +SHA256 (ciscoconfparse-1.5.4.tar.gz) = 8b6f1585d5771ee678be56fe4dd405ead5420b93f6e7df1838cf0537f32ad986 +SIZE (ciscoconfparse-1.5.4.tar.gz) = 132519