Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2020 13:14:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551176 - in head/sysutils: . py-python-consul2
Message-ID:  <202010021314.092DEqvV028794@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct  2 13:14:51 2020
New Revision: 551176
URL: https://svnweb.freebsd.org/changeset/ports/551176

Log:
  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

Added:
  head/sysutils/py-python-consul2/
  head/sysutils/py-python-consul2/Makefile   (contents, props changed)
  head/sysutils/py-python-consul2/distinfo   (contents, props changed)
  head/sysutils/py-python-consul2/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Fri Oct  2 13:14:46 2020	(r551175)
+++ head/sysutils/Makefile	Fri Oct  2 13:14:51 2020	(r551176)
@@ -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

Added: head/sysutils/py-python-consul2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-python-consul2/Makefile	Fri Oct  2 13:14:51 2020	(r551176)
@@ -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>

Added: head/sysutils/py-python-consul2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-python-consul2/distinfo	Fri Oct  2 13:14:51 2020	(r551176)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1601627929
+SHA256 (python-consul2-0.1.4.tar.gz) = 8e68a397ce547f7c148046f373fa20c925dd9cc4f64ae10769862d61478d6613
+SIZE (python-consul2-0.1.4.tar.gz) = 31304

Added: head/sysutils/py-python-consul2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-python-consul2/pkg-descr	Fri Oct  2 13:14:51 2020	(r551176)
@@ -0,0 +1,3 @@
+python-consul2 is a Python client for Consul (http://www.consul.io/).
+
+WWW: https://github.com/poppyred/python-consul2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010021314.092DEqvV028794>