Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2025 11:24:13 +0000
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 54f19bf1465c - main - math/py-pandas: unbreak build WITH=BOTO (+)
Message-ID:  <693fefdd.c904.3f44f1bb@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fluffy:

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

commit 54f19bf1465cffd495a73a4519657fd7c198b083
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-12-15 11:22:45 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-12-15 11:22:45 +0000

    math/py-pandas: unbreak build WITH=BOTO (+)
    
    devel/py-boto was moved to www/py-boto3, chase the new location
    
    Reported by:    bulk -t
    Approved by:    portmgr blanket
---
 math/py-pandas/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile
index 44476ac761f2..3a2987ebc5c7 100644
--- a/math/py-pandas/Makefile
+++ b/math/py-pandas/Makefile
@@ -72,7 +72,7 @@ XLWT_DESC=	Write MS Excel with textproc/py-xlwt
 
 ALCHEMY14_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlalchemy14>0:databases/py-sqlalchemy14@${PY_FLAVOR}
 ALCHEMY20_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlalchemy20>0:databases/py-sqlalchemy20@${PY_FLAVOR}
-BOTO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${PY_FLAVOR}
+BOTO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR}
 BTLNCK_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bottleneck>=1.2.0:math/py-bottleneck@${PY_FLAVOR}
 HTML5LIB_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.2.1:www/py-beautifulsoup@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?693fefdd.c904.3f44f1bb>