Skip to content

Commit

Permalink
net-mgmt/py-ciscoconfparse: Update to 1.5.51
Browse files Browse the repository at this point in the history
* Limit the Python version to 3.7+ due devel/py-loguru, which requires
  Python 3.7+ as well.

Changelog since 1.5.30:

mpenning/ciscoconfparse@v1.5.30...v1.5.51

MFH:		No (contains mostly feature additions)
  • Loading branch information
knobix committed Nov 3, 2021
1 parent ebebd2f commit 9f0f2bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions 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}
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 9f0f2bb

Please sign in to comment.