Port details |
- py-consul Python client for consul
- 1.1.0_1 sysutils
=0 1.1.0_1Version of this port present on the latest quarterly branch.
- Maintainer: jhixson@FreeBSD.org
- Port Added: 2017-02-21 07:37:07
- Last Update: 2019-01-31 05:03:37
- SVN Revision: 491686
- License: MIT
- WWW:
- https://github.com/cablehead/python-consul
- Description:
- Python client for consul (WWW: http://www.consul.io)
WWW: https://github.com/cablehead/python-consul
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}consul>0:sysutils/py-consul@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-consul
- Package flavors (<flavor>: <package>)
- py27: py27-consul
- py36: py36-consul
- distinfo:
- TIMESTAMP = 1546923514
SHA256 (cablehead-python-consul-v1.1.0_GH0.tar.gz) = 5ad41822e2791fb5edc986e17bae6978573fbe44e7075fb12243e74008abfe13
SIZE (cablehead-python-consul-v1.1.0_GH0.tar.gz) = 27548878
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- consul : sysutils/consul
- py27-requests>=2.0.0 : www/py-requests@py27
- py27-six>=1.4 : devel/py-six@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- consul : sysutils/consul
- py27-requests>=2.0.0 : www/py-requests@py27
- py27-six>=1.4 : devel/py-six@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7-3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0_1 31 Jan 2019 05:03:37 |
jhixson |
sysutils/py-consul: rename to sysutils/py-python-consul
- Renamed to match the project name
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18962 |
1.1.0_1 08 Jan 2019 08:16:48 |
jhixson |
sysutils/py-consul: allow python 2.7 to be used
PR: 228284
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18781 |
1.1.0 08 Jan 2019 05:07:21 |
jhixson |
sysutils/py-consul: convert space to tab
Approved by: araujo (mentor) |
1.1.0 08 Jan 2019 05:02:51 |
jhixson |
sysutils/py-consul: update to 1.1.0
PR: 228467
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18780 |
07 Aug 2018 12:13:48
|
jhixson |
Change jhixson port maintainer email to jhixson@FreeBSD.org
Approved by: miwi (mentor), kmoore (mentor), araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D16592 |
0.7.2 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.7.2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.7.2 13 Oct 2017 18:00:29 |
kmoore |
- Update to 0.7.2
PR: 222984
Submitted by: Maintainer: John Hixson <jhixson@gmail.com> |
0.7.0 01 Apr 2017 06:38:07 |
antoine |
Fix dependencies and indentation |
0.7.0 21 Feb 2017 07:36:59 |
araujo |
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> |