From owner-svn-ports-all@freebsd.org Tue Dec 12 06:34:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1C10E8F06A; Tue, 12 Dec 2017 06:34:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 845936E6D4; Tue, 12 Dec 2017 06:34:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBC6XxAO095433; Tue, 12 Dec 2017 06:33:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBC6XxFQ095429; Tue, 12 Dec 2017 06:33:59 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201712120633.vBC6XxFQ095429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 12 Dec 2017 06:33:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456107 - in head/devel: . py-IBMQuantumExperience X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . py-IBMQuantumExperience X-SVN-Commit-Revision: 456107 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 06:34:00 -0000 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 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