aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/py-nomad/Makefile
blob: 5fc3d12fa5ef43f4b2b06ecbfb1d37690f7e18be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $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>