git: 3d212618390b - main - finance/py-ffn: Remove stale dependency of py-future
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jun 2026 14:13:51 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3d212618390bf03254fdcd0df34003aaafa6d595
commit 3d212618390bf03254fdcd0df34003aaafa6d595
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-06-28 02:02:34 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-06-28 14:13:32 +0000
finance/py-ffn: Remove stale dependency of py-future
This port no longer depends on py-future
See:
https://github.com/pmorissette/ffn/commit/45c4568a28a7da96ccc334303ab1f3c1a08002a0
PR: 296331
Approved by: yuri (maintainer)
---
finance/py-ffn/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/finance/py-ffn/Makefile b/finance/py-ffn/Makefile
index 211d48261766..82b8adf3c193 100644
--- a/finance/py-ffn/Makefile
+++ b/finance/py-ffn/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ffn
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= finance python
#MASTER_SITES= PYPI # no tests
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,6 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=5.0.7:devel/py-decorator@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}future>=0.15:devel/py-future@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=1:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas-datareader>=0.2:math/py-pandas-datareader@${PY_FLAVOR} \