Date: Tue, 12 Dec 2017 06:33:59 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456107 - in head/devel: . py-IBMQuantumExperience Message-ID: <201712120633.vBC6XxFQ095429@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Dec 12 06:33:58 2017 New Revision: 456107 URL: https://svnweb.freebsd.org/changeset/ports/456107 Log: New port: devel/py-IBMQuantumExperience: Python library for the Quantum Experience API Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13458 Added: head/devel/py-IBMQuantumExperience/ head/devel/py-IBMQuantumExperience/Makefile (contents, props changed) head/devel/py-IBMQuantumExperience/distinfo (contents, props changed) head/devel/py-IBMQuantumExperience/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Dec 12 05:11:41 2017 (r456106) +++ head/devel/Makefile Tue Dec 12 06:33:58 2017 (r456107) @@ -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 Added: head/devel/py-IBMQuantumExperience/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-IBMQuantumExperience/Makefile Tue Dec 12 06:33:58 2017 (r456107) @@ -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 <bsd.port.mk> Added: head/devel/py-IBMQuantumExperience/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-IBMQuantumExperience/distinfo Tue Dec 12 06:33:58 2017 (r456107) @@ -0,0 +1,3 @@ +TIMESTAMP = 1513043190 +SHA256 (IBMQuantumExperience-1.8.19.tar.gz) = b3cf875b81b365727c08ea7f9f64e99cad40dfa15a532a316999a998c87d9ec7 +SIZE (IBMQuantumExperience-1.8.19.tar.gz) = 8874 Added: head/devel/py-IBMQuantumExperience/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-IBMQuantumExperience/pkg-descr Tue Dec 12 06:33:58 2017 (r456107) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712120633.vBC6XxFQ095429>