freebsd-ports/devel/py-IBMQuantumExperience/Makefile
Yuri Victorovich d177958ca4 devel/py-IBMQuantumExperience: Update to 1.8.20
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13557
2017-12-20 20:37:47 +00:00

20 lines
409 B
Makefile

# $FreeBSD$
PORTNAME= IBMQuantumExperience
DISTVERSION= 1.8.20
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python library for the Quantum Experience API
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>