forked from Lainports/freebsd-ports
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>
22 lines
430 B
Makefile
22 lines
430 B
Makefile
# $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>
|