git: 118f7b3a47cb - 2024Q1 - finance/py-bt: Add missing cython dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Jan 2024 05:21:29 UTC
The branch 2024Q1 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=118f7b3a47cbbaca264d885e3f292c40a0681465
commit 118f7b3a47cbbaca264d885e3f292c40a0681465
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-20 05:10:03 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-20 05:21:27 +0000
finance/py-bt: Add missing cython dependency
One dependency port was providing cython as a run-time dependency by mistake,
until this was recently fixed and exposed this build failure.
Reported by: fallout
(cherry picked from commit acac165e2ada15432d3e3b485a2587e32e1af71d)
---
finance/py-bt/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/finance/py-bt/Makefile b/finance/py-bt/Makefile
index 4596176067fb..68be644065ae 100644
--- a/finance/py-bt/Makefile
+++ b/finance/py-bt/Makefile
@@ -13,13 +13,13 @@ WWW= http://pmorissette.github.io/bt/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ffn>=0.3.5:finance/py-ffn@${PY_FLAVOR} \
+PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ffn>=1.0.0:finance/py-ffn@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyprind>=2.11:misc/py-pyprind@${PY_FLAVOR}
BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}
USES= python
-USE_PYTHON= distutils autoplist pytest # tests require nose which is currently broken
+USE_PYTHON= distutils cython autoplist pytest # tests require nose which is currently broken
USE_GITHUB= yes
GH_ACCOUNT= pmorissette