mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
packet.net is a "bare metal as a service" infrastructure provider, with a python-enabled API. This module plays nicely with ansible, see upstream module docs for that integration. Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D17517
21 lines
415 B
Makefile
21 lines
415 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= packet-python
|
|
DISTVERSION= 1.37.1
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dch@FreeBSD.org
|
|
COMMENT= Python client for Packet.net API
|
|
|
|
LICENSE= LGPL3+
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.18.0:www/py-requests@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist concurrent
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|