summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--finance/py-ffn/Makefile3
-rw-r--r--finance/py-ffn/distinfo6
-rw-r--r--finance/py-ffn/files/patch-pyproject.toml10
3 files changed, 15 insertions, 4 deletions
diff --git a/finance/py-ffn/Makefile b/finance/py-ffn/Makefile
index 82fc84293f90..f0f63e2536ea 100644
--- a/finance/py-ffn/Makefile
+++ b/finance/py-ffn/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ffn
DISTVERSIONPREFIX= v
-DISTVERSION= 1.0.1
+DISTVERSION= 1.0.3
CATEGORIES= finance python
#MASTER_SITES= PYPI # no tests
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +13,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYNUMPY} \
${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} \
diff --git a/finance/py-ffn/distinfo b/finance/py-ffn/distinfo
index a9693fe5a036..fcfb9c66ac4d 100644
--- a/finance/py-ffn/distinfo
+++ b/finance/py-ffn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1704085346
-SHA256 (pmorissette-ffn-v1.0.1_GH0.tar.gz) = 0db659267b6f0814636b5c135eba9e9f758540e47e1b1f8dd5eee1ba52c0e64d
-SIZE (pmorissette-ffn-v1.0.1_GH0.tar.gz) = 2443455
+TIMESTAMP = 1719127444
+SHA256 (pmorissette-ffn-v1.0.3_GH0.tar.gz) = 63b6f0eb6dbf3b86b3d81e876527c595fea52694b0a6e9872481a72af02723e8
+SIZE (pmorissette-ffn-v1.0.3_GH0.tar.gz) = 2443917
diff --git a/finance/py-ffn/files/patch-pyproject.toml b/finance/py-ffn/files/patch-pyproject.toml
new file mode 100644
index 000000000000..df4b90056e1f
--- /dev/null
+++ b/finance/py-ffn/files/patch-pyproject.toml
@@ -0,0 +1,10 @@
+--- pyproject.toml.orig 2024-06-23 07:27:54 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@ requires = [
+ [build-system]
+ requires = [
+- "oldest-supported-numpy",
++ "numpy",
+ "setuptools",
+ "wheel",
+ ]