Python client for consul (WWW: http://www.consul.io)

WWW: https://github.com/cablehead/python-consul

PR:		ports/215396
Submitted by:	John Hixson <jhixson@gmail.com>
This commit is contained in:
Marcelo Araujo 2017-02-21 07:36:59 +00:00
parent 0a3e417fc2
commit f90bdcd5ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434508
4 changed files with 32 additions and 0 deletions

View File

@ -845,6 +845,7 @@
SUBDIR += py-analyzemft
SUBDIR += py-bcfg2
SUBDIR += py-cdmi
SUBDIR += py-consul
SUBDIR += py-croniter
SUBDIR += py-crontab
SUBDIR += py-danzfs

View File

@ -0,0 +1,25 @@
# $FreeBSD$
PORTNAME= py-consul
PORTVERSION= 0.7.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= jhixson@gmail.com
COMMENT= Python client for consul
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py3-requests \
${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py3-requests \
${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six
USE_GITHUB= yes
GH_ACCOUNT= cablehead
GH_PROJECT= python-consul
USES= python:3.3+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1487185160
SHA256 (cablehead-python-consul-v0.7.0_GH0.tar.gz) = 62f1a8d5d69b7fd3469b0a4fb1c37129efbc18a6bc0e0bc5ac0ff293e240eef9
SIZE (cablehead-python-consul-v0.7.0_GH0.tar.gz) = 12957501

View File

@ -0,0 +1,3 @@
Python client for consul (WWW: http://www.consul.io)
WWW: https://github.com/cablehead/python-consul