mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
net-mgmt/py-pynxos: Update to 0.0.5
* Upstream switched to a more open license * Also pet portlint while I'm here Approved by: mentors (implicit)
This commit is contained in:
parent
7a311a73d9
commit
9fe9a5b13d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500323
2 changed files with 6 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pynxos
|
PORTNAME= pynxos
|
||||||
DISTVERSION= 0.0.4
|
DISTVERSION= 0.0.5
|
||||||
CATEGORIES= net-mgmt python
|
CATEGORIES= net-mgmt python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -9,12 +9,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MAINTAINER= kai@FreeBSD.org
|
MAINTAINER= kai@FreeBSD.org
|
||||||
COMMENT= Python client for managing Cisco NX-OS devices through NX-API
|
COMMENT= Python client for managing Cisco NX-OS devices through NX-API
|
||||||
|
|
||||||
LICENSE= UNKNOWN
|
LICENSE= APACHE20
|
||||||
LICENSE_NAME= unknown
|
|
||||||
LICENSE_TEXT= This program is NOT in public domain.\
|
|
||||||
It can be freely distributed for non-commercial purposes only,\
|
|
||||||
and THERE IS NO WARRANTY FOR THIS PROGRAM.
|
|
||||||
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
|
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} \
|
||||||
|
@ -22,6 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= distutils autoplist
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1530956816
|
TIMESTAMP = 1556278810
|
||||||
SHA256 (pynxos-0.0.4.tar.gz) = b39737e0fa3ebdfd5db5e08d8d2dcc6ad5edf32e39ee9f02a06a2a888afe2127
|
SHA256 (pynxos-0.0.5.tar.gz) = ad148aec468b715b4a4c86802997cbf2b54e67e3709b043cf79f65b420143168
|
||||||
SIZE (pynxos-0.0.4.tar.gz) = 7783
|
SIZE (pynxos-0.0.5.tar.gz) = 7902
|
||||||
|
|
Loading…
Add table
Reference in a new issue