From owner-dev-commits-ports-all@freebsd.org Fri Jul 30 03:39:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D1FA065F3D6; Fri, 30 Jul 2021 03:39:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GbY705Y1Qz3Njv; Fri, 30 Jul 2021 03:39:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A7B171DFA7; Fri, 30 Jul 2021 03:39:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16U3deKl083534; Fri, 30 Jul 2021 03:39:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16U3des8083533; Fri, 30 Jul 2021 03:39:40 GMT (envelope-from git) Date: Fri, 30 Jul 2021 03:39:40 GMT Message-Id: <202107300339.16U3des8083533@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 434059e5a582 - main - devel/py-qcs-api-client: New port: Client library for accessing the Rigetti QCS API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 434059e5a5820d632f0808113c385155ef003992 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2021 03:39:40 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=434059e5a5820d632f0808113c385155ef003992 commit 434059e5a5820d632f0808113c385155ef003992 Author: Yuri Victorovich AuthorDate: 2021-07-30 03:26:39 +0000 Commit: Yuri Victorovich CommitDate: 2021-07-30 03:39:31 +0000 devel/py-qcs-api-client: New port: Client library for accessing the Rigetti QCS API --- devel/Makefile | 1 + devel/py-qcs-api-client/Makefile | 28 ++++++++++++++++++++++++++++ devel/py-qcs-api-client/distinfo | 3 +++ devel/py-qcs-api-client/pkg-descr | 3 +++ 4 files changed, 35 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index e4844aab3ab2..403b0a48182e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5042,6 +5042,7 @@ SUBDIR += py-pyzipper SUBDIR += py-q SUBDIR += py-qasync + SUBDIR += py-qcs-api-client SUBDIR += py-qstylizer SUBDIR += py-qt5 SUBDIR += py-qt5-core diff --git a/devel/py-qcs-api-client/Makefile b/devel/py-qcs-api-client/Makefile new file mode 100644 index 000000000000..f66e08e7baff --- /dev/null +++ b/devel/py-qcs-api-client/Makefile @@ -0,0 +1,28 @@ +PORTNAME= qcs-api-client +DISTVERSION= 0.8.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Client library for accessing the Rigetti QCS API + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=20.1.0:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httpx>=0.15.0:www/py-httpx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.13:devel/py-iso8601@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic>=1.7.2:devel/py-pydantic@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.7.1:www/py-pyjwt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.8.1:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}retrying>=1.3.3:devel/py-retrying@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rfc3339>=6.2:devel/py-rfc3339@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}toml>=0.10.2:textproc/py-toml@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include diff --git a/devel/py-qcs-api-client/distinfo b/devel/py-qcs-api-client/distinfo new file mode 100644 index 000000000000..4d69c2aae490 --- /dev/null +++ b/devel/py-qcs-api-client/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1627545881 +SHA256 (qcs-api-client-0.8.0.tar.gz) = 68118137337b7ba1688d070bd276c40081938e145759b500699fcc2b941a0fb0 +SIZE (qcs-api-client-0.8.0.tar.gz) = 33581 diff --git a/devel/py-qcs-api-client/pkg-descr b/devel/py-qcs-api-client/pkg-descr new file mode 100644 index 000000000000..488ff845ce14 --- /dev/null +++ b/devel/py-qcs-api-client/pkg-descr @@ -0,0 +1,3 @@ +A client library for accessing the Rigetti QCS API. + +WWW: https://github.com/rigetti/pyquil