From 9f0f2bb1b34b6c0d00166c673eda29b15b30642d Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Wed, 3 Nov 2021 07:47:18 +0100 Subject: [PATCH] net-mgmt/py-ciscoconfparse: Update to 1.5.51 * Limit the Python version to 3.7+ due devel/py-loguru, which requires Python 3.7+ as well. Changelog since 1.5.30: https://github.com/mpenning/ciscoconfparse/compare/v1.5.30...v1.5.51 MFH: No (contains mostly feature additions) --- net-mgmt/py-ciscoconfparse/Makefile | 6 ++++-- net-mgmt/py-ciscoconfparse/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/net-mgmt/py-ciscoconfparse/Makefile b/net-mgmt/py-ciscoconfparse/Makefile index a4ec8e94d9146..f8fa9ad977a8c 100644 --- a/net-mgmt/py-ciscoconfparse/Makefile +++ b/net-mgmt/py-ciscoconfparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= ciscoconfparse -DISTVERSION= 1.5.30 +DISTVERSION= 1.5.51 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,12 +10,14 @@ COMMENT= Parse, audit, query, build and modify Cisco IOS-style configurations LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}loguru>0:devel/py-loguru@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}loguru>0:devel/py-loguru@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/net-mgmt/py-ciscoconfparse/distinfo b/net-mgmt/py-ciscoconfparse/distinfo index 58b1ebcff2b81..5a013a2c7c0af 100644 --- a/net-mgmt/py-ciscoconfparse/distinfo +++ b/net-mgmt/py-ciscoconfparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616508032 -SHA256 (ciscoconfparse-1.5.30.tar.gz) = e3c9ad5ff7563c6d3b4542d2826f4b07feb0e46ea5c698886ab8c4d55cc28815 -SIZE (ciscoconfparse-1.5.30.tar.gz) = 140759 +TIMESTAMP = 1635877655 +SHA256 (ciscoconfparse-1.5.51.tar.gz) = 392688d883727cc85b09d294bcc13c15e5d8f9c7b3b571ad8570028514ae1364 +SIZE (ciscoconfparse-1.5.51.tar.gz) = 145675