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:
parent
0a3e417fc2
commit
f90bdcd5ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434508
@ -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
|
||||
|
25
sysutils/py-consul/Makefile
Normal file
25
sysutils/py-consul/Makefile
Normal 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>
|
3
sysutils/py-consul/distinfo
Normal file
3
sysutils/py-consul/distinfo
Normal 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
|
3
sysutils/py-consul/pkg-descr
Normal file
3
sysutils/py-consul/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Python client for consul (WWW: http://www.consul.io)
|
||||
|
||||
WWW: https://github.com/cablehead/python-consul
|
Loading…
Reference in New Issue
Block a user