Bug 215397

Summary: [new port] sysutils/py-nomad: python client for nomad
Product: Ports & Packages Reporter: John Hixson <jhixson>
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me CC: araujo
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py-nomad port shar file
none
use py3-requests none

Description John Hixson freebsd_committer freebsd_triage 2016-12-18 22:55:27 UTC
Created attachment 178077 [details]
py-nomad port shar file
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2017-02-10 21:52:17 UTC
I'll take it.
Comment 2 John Hixson freebsd_committer freebsd_triage 2017-02-15 19:01:43 UTC
Created attachment 180027 [details]
use py3-requests
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-02-21 07:42:28 UTC
A commit references this bug:

Author: araujo
Date: Tue Feb 21 07:41:48 UTC 2017
New revision: 434509
URL: https://svnweb.freebsd.org/changeset/ports/434509

Log:
  Nomad is a tool for managing a cluster of machines and running
  applications on them.
  Nomad abstracts away machines and the location of applications,
  and instead enables users to declare what they want to run and
  Nomad handles where they should run and how to run them.

  WWW: https://github.com/jrxFive/python-nomad

  PR:		ports/215397
  Submitted by:	John Hixson <jhixson@gmail.com>

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

1) pkg-descr must have a better description, I have fixed this port.
2) On Makefile: "COMMENT=	Python client for nomad" it could have a better detailed COMMENT as well.

Best,