Date: Fri, 30 Jul 2021 03:39:40 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 434059e5a582 - main - devel/py-qcs-api-client: New port: Client library for accessing the Rigetti QCS API Message-ID: <202107300339.16U3des8083533@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=434059e5a5820d632f0808113c385155ef003992 commit 434059e5a5820d632f0808113c385155ef003992 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-07-30 03:26:39 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107300339.16U3des8083533>