Skip to content

Commit

Permalink
devel/py-pyquil: Fix BUILD_DEPENDS
Browse files Browse the repository at this point in the history
from pyproject.toml:
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

Approved by:	portmgr (blanket)
With hat:	python
Reference:	https://github.com/rigetti/pyquil/blob/v3.5.4/pyproject.toml#L87-L89
  • Loading branch information
sunpoet committed Sep 5, 2023
1 parent bd392ab commit 11f878d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/py-pyquil/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WWW= https://github.com/rigetti/pyquil
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry>0:devel/py-poetry@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>=0.11.1:devel/py-lark@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}networkx>=2.5:math/py-networkx@${PY_FLAVOR} \
${PYNUMPY} \
Expand Down

0 comments on commit 11f878d

Please sign in to comment.