notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-consul Python client for consul
1.1.0_1 sysutils Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1.0_1Version of this port present on the latest quarterly branch.
Maintainer: jhixson@FreeBSD.org search for ports maintained by this maintainer
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. consul : sysutils/consul
  2. py27-requests>=2.0.0 : www/py-requests@py27
  3. py27-six>=1.4 : devel/py-six@py27
  4. py27-setuptools>0 : devel/py-setuptools@py27
  5. python2.7 : lang/python27
Runtime dependencies:
  1. consul : sysutils/consul
  2. py27-requests>=2.0.0 : www/py-requests@py27
  3. py27-six>=1.4 : devel/py-six@py27
  4. py27-setuptools>0 : devel/py-setuptools@py27
  5. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/cablehead/python-consul/tar.gz/v1.1.0?dummy=/
Collapse this list.

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.0_1
31 Jan 2019 05:03:37
Revision:491686Original commit files touched by this commit
jhixson search for other commits by this committer
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
Revision:489652Original commit files touched by this commit
jhixson search for other commits by this committer
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
Revision:489644Original commit files touched by this commit
jhixson search for other commits by this committer
sysutils/py-consul: convert space to tab

Approved by:	araujo (mentor)
1.1.0
08 Jan 2019 05:02:51
Revision:489643Original commit files touched by this commit
jhixson search for other commits by this committer
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
Revision:476591Original commit files touched by this commit Refresh
jhixson search for other commits by this committer
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
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
0.7.2
13 Oct 2017 18:00:29
Revision:452025Original commit files touched by this commit
kmoore search for other commits by this committer
- Update to 0.7.2

PR: 222984
Submitted by: Maintainer: John Hixson <jhixson@gmail.com>
0.7.0
01 Apr 2017 06:38:07
Revision:437394Original commit files touched by this commit
antoine search for other commits by this committer
Fix dependencies and indentation
0.7.0
21 Feb 2017 07:36:59
Revision:434508Original commit files touched by this commit
araujo search for other commits by this committer
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>

Number of commits found: 10