Bug 215397 - [new port] sysutils/py-nomad: python client for nomad
Summary: [new port] sysutils/py-nomad: python client for nomad
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:55 UTC by John Hixson
Modified: 2017-02-21 07:45 UTC (History)
1 user (show)

See Also:


Attachments
py-nomad port shar file (1.50 KB, application/x-shar)
2016-12-18 22:55 UTC, John Hixson
no flags Details
use py3-requests (1.51 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: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,