Index: head/devel/Makefile =================================================================== --- head/devel/Makefile +++ head/devel/Makefile @@ -4139,6 +4139,7 @@ SUBDIR += py-DateTime SUBDIR += py-DocumentTemplate SUBDIR += py-ExtensionClass + SUBDIR += py-IBMQuantumExperience SUBDIR += py-InlineEgg SUBDIR += py-Jinja2 SUBDIR += py-Jinja2-doc Index: head/devel/py-IBMQuantumExperience/Makefile =================================================================== --- head/devel/py-IBMQuantumExperience/Makefile +++ head/devel/py-IBMQuantumExperience/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= IBMQuantumExperience +DISTVERSION= 1.8.19 +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 Index: head/devel/py-IBMQuantumExperience/distinfo =================================================================== --- head/devel/py-IBMQuantumExperience/distinfo +++ head/devel/py-IBMQuantumExperience/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1513043190 +SHA256 (IBMQuantumExperience-1.8.19.tar.gz) = b3cf875b81b365727c08ea7f9f64e99cad40dfa15a532a316999a998c87d9ec7 +SIZE (IBMQuantumExperience-1.8.19.tar.gz) = 8874 Index: head/devel/py-IBMQuantumExperience/pkg-descr =================================================================== --- head/devel/py-IBMQuantumExperience/pkg-descr +++ head/devel/py-IBMQuantumExperience/pkg-descr @@ -0,0 +1,6 @@ +The official API Client to use IBM Quantum Experience in Python. + +It allows to explore the world of quantum computing, check out user guides +and interactive demos to learn more about quantum principles. + +WWW: https://github.com/IBM/qiskit-api-py