Bug 215396 - [new port] sysutil/py-consul: python client for consul
Summary: [new port] sysutil/py-consul: python client for consul
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-18 22:54 UTC by John Hixson
Modified: 2017-02-21 07:46 UTC (History)
1 user (show)

See Also:


Attachments
py-consul port shar file (1.65 KB, application/x-shar)
2016-12-18 22:54 UTC, John Hixson
no flags Details
port shar file (1.65 KB, application/x-shar)
2017-02-10 21:49 UTC, John Hixson
no flags Details
version bump to 0.7.1 and use py3-requests (1.65 KB, application/x-shar)
2017-02-15 19:01 UTC, John Hixson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Hixson freebsd_committer freebsd_triage 2016-12-18 22:54:28 UTC
Created attachment 178076 [details]
py-consul port shar file
Comment 1 John Hixson freebsd_committer freebsd_triage 2017-02-10 21:49:26 UTC
Created attachment 179855 [details]
port shar file

Version bump to 0.7.0
Comment 2 Marcelo Araujo freebsd_committer freebsd_triage 2017-02-10 21:51:50 UTC
I'll take it.
Comment 3 John Hixson freebsd_committer freebsd_triage 2017-02-15 19:01:00 UTC
Created attachment 180026 [details]
version bump to 0.7.1 and use py3-requests
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-02-21 07:37:22 UTC
A commit references this bug:

Author: araujo
Date: Tue Feb 21 07:36:59 UTC 2017
New revision: 434508
URL: https://svnweb.freebsd.org/changeset/ports/434508

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

Changes:
  head/sysutils/Makefile
  head/sysutils/py-consul/
  head/sysutils/py-consul/Makefile
  head/sysutils/py-consul/distinfo
  head/sysutils/py-consul/pkg-descr
Comment 5 Marcelo Araujo freebsd_committer freebsd_triage 2017-02-21 07:46:51 UTC
Two import details that you can keep an eye for next time:

1) pkg-descr must have a better description. Would be great if you could take a look on it and submit another PR. Actually I made it intentionally. :-)
2) On Makefile: "COMMENT=	Python client for nomad" it could have a better detailed COMMENT as well.

Best,