aboutsummaryrefslogtreecommitdiff
path: root/devel/py-IBMQuantumExperience/Makefile
blob: fceb08b77084f17f5a1a32346740c955a5ebf9aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	IBMQuantumExperience
DISTVERSION=	2.0.4
CATEGORIES=	devel python # quantum-computing
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Python library for the Quantum Experience API
WWW=		https://github.com/IBM/qiskit-api-py

LICENSE=	APACHE20

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}requests_ntlm>=0:www/py-requests_ntlm@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist distutils
NO_ARCH=	yes

.include <bsd.port.mk>