Add py-python-consul2 0.1.4
python-consul2 is a Python client for Consul (http://www.consul.io/). WWW: https://github.com/poppyred/python-consul2
This commit is contained in:
parent
b322f1b5da
commit
1c06be6653
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551176
@ -1008,6 +1008,7 @@
|
||||
SUBDIR += py-ptyprocess
|
||||
SUBDIR += py-py-cpuinfo
|
||||
SUBDIR += py-python-consul
|
||||
SUBDIR += py-python-consul2
|
||||
SUBDIR += py-python-crontab
|
||||
SUBDIR += py-python-nomad
|
||||
SUBDIR += py-pytsk
|
||||
|
26
sysutils/py-python-consul2/Makefile
Normal file
26
sysutils/py-python-consul2/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= python-consul2
|
||||
PORTVERSION= 0.1.4
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python client for Consul
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-twisted>=0:devel/py-pytest-twisted@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/py-python-consul2/distinfo
Normal file
3
sysutils/py-python-consul2/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1601627929
|
||||
SHA256 (python-consul2-0.1.4.tar.gz) = 8e68a397ce547f7c148046f373fa20c925dd9cc4f64ae10769862d61478d6613
|
||||
SIZE (python-consul2-0.1.4.tar.gz) = 31304
|
3
sysutils/py-python-consul2/pkg-descr
Normal file
3
sysutils/py-python-consul2/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
python-consul2 is a Python client for Consul (http://www.consul.io/).
|
||||
|
||||
WWW: https://github.com/poppyred/python-consul2
|
Loading…
Reference in New Issue
Block a user