freebsd-ports/science/py-cirq-google/Makefile
Yuri Victorovich 817bd509a6 science/py-cirq-*: Update 1.0.0 -> 1.1.0
Reported by:	portscout
2022-12-25 23:19:04 -08:00

30 lines
757 B
Makefile

PORTNAME= cirq-google
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
CATEGORIES= science python # quantum-computing
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Google Cirq adapter for IQM's quantum architectures
WWW= https://github.com/quantumlib/Cirq
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.14.0:www/py-google-api-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}proto-plus>=1.20.0:devel/py-proto-plus@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}protobuf>=3.13.0:devel/py-protobuf@${PY_FLAVOR}
USES= python:3.8+
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= quantumlib
GH_PROJECT= Cirq
WRKSRC_SUBDIR= cirq-google
NO_ARCH= yes
.include <bsd.port.mk>