Created attachment 178077 [details] py-nomad port shar file
I'll take it.
Created attachment 180027 [details] use py3-requests
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
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,