mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
Approved by: miwi (mentor), kmoore (mentor), araujo (mentor) Differential Revision: https://reviews.freebsd.org/D16592
24 lines
496 B
Makefile
24 lines
496 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= py-nomad
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= sysutils
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jhixson@FreeBSD.org
|
|
COMMENT= Python client for nomad
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${PY_FLAVOR}
|
|
|
|
USES= python:3.3+
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jrxFive
|
|
GH_PROJECT= python-nomad
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|