Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2024 09:34:07 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 10a7a2512132 - main - finance/py-ffn: update 1.0.1 =?utf-8?Q?=E2=86=92?= 1.0.3
Message-ID:  <202406230934.45N9Y7Qc030727@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=10a7a25121329af842299072383c287aa98d2ed7

commit 10a7a25121329af842299072383c287aa98d2ed7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-23 08:39:22 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-23 09:33:50 +0000

    finance/py-ffn: update 1.0.1 → 1.0.3
    
    Reported by:    portscout
---
 finance/py-ffn/Makefile                   |  3 ++-
 finance/py-ffn/distinfo                   |  6 +++---
 finance/py-ffn/files/patch-pyproject.toml | 10 ++++++++++
 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",
+ ]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406230934.45N9Y7Qc030727>