Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Apr 2023 16:29:17 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: c1a088d51552 - 2023Q2 - math/py-formulaic: Add missing dependency
Message-ID:  <202304241629.33OGTHFx051144@gitrepo.freebsd.org>

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

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

commit c1a088d51552247cd623a7c20d5a733741650f96
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-04-24 16:15:08 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-04-24 16:29:04 +0000

    math/py-formulaic: Add missing dependency
    
    (cherry picked from commit 1c66717d3c7a5b546f5a7d910511e46adbf1e6cd)
---
 math/py-formulaic/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/py-formulaic/Makefile b/math/py-formulaic/Makefile
index abb4e4496572..c3ef1f499e27 100644
--- a/math/py-formulaic/Makefile
+++ b/math/py-formulaic/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	formulaic
 PORTVERSION=	0.5.2
+PORTREVISION=	2
 CATEGORIES=	math python # statistics
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astor>=0.8:devel/py-astor@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cached-property>=1.3.0:devel/py-cached-property@${PY_FLAVOR} \
 		${PYNUMY} \
+		${PYTHON_PKGNAMEPREFIX}interface-meta>=1.2.0:devel/py-interface-meta@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>=1.0:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=1.6:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.2.0:devel/py-typing-extensions@${PY_FLAVOR} \



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