1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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>
This commit is contained in:
Marcelo Araujo 2017-02-21 07:41:47 +00:00
parent f90bdcd5ea
commit a192879c17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434509
4 changed files with 35 additions and 0 deletions

View File

@ -863,6 +863,7 @@
SUBDIR += py-iocage
SUBDIR += py-iowait
SUBDIR += py-nagiosplugin
SUBDIR += py-nomad
SUBDIR += py-pkginfo
SUBDIR += py-ploy
SUBDIR += py-ploy_ansible

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= py-nomad
PORTVERSION= 0.0.2
CATEGORIES= sysutils
MAINTAINER= jhixson@gmail.com
COMMENT= Python client for nomad
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py3-requests
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py3-requests
USE_GITHUB= yes
GH_ACCOUNT= jrxFive
GH_PROJECT= python-nomad
USES= python:3.3+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1482101396
SHA256 (jrxFive-python-nomad-0.0.2_GH0.tar.gz) = 3d8e58909c8a17c9f9cf3f5ee6d187fe5572b98dedb29a18d9789b92b7865354
SIZE (jrxFive-python-nomad-0.0.2_GH0.tar.gz) = 13681

View File

@ -0,0 +1,9 @@
Python client for nomad (WWW: http://www.nomadproject.io)
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