summaryrefslogtreecommitdiff
path: root/finance/py-ffn
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-06-23 01:39:22 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2024-06-23 02:33:50 -0700
commit10a7a25121329af842299072383c287aa98d2ed7 (patch)
tree54b9ad1d5b7400ee95c87c6d91cca6e4c61369df /finance/py-ffn
parentdevel/py-ubelt: update 1.3.5 → 1.3.6 (diff)
finance/py-ffn: update 1.0.1 → 1.0.3
Reported by: portscout
Diffstat (limited to 'finance/py-ffn')
-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",
+ ]