Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 2026 07:33:42 +0000
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d9f869659ebb - main - www/py-pywry: switch to rust 1.88.0
Message-ID:  <69c0ecd6.3f6a4.431ae95@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mikael:

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

commit d9f869659ebb84628f760e93d17e8c66bc8dd439
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2026-03-18 09:49:42 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2026-03-23 07:32:34 +0000

    www/py-pywry: switch to rust 1.88.0
    
    This port doesn't build with rust 1.94.0
    
    PR:     293684, 293615
---
 www/py-pywry/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www/py-pywry/Makefile b/www/py-pywry/Makefile
index 9d513389b98c..d40f30319a37 100644
--- a/www/py-pywry/Makefile
+++ b/www/py-pywry/Makefile
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}maturin>0:devel/py-maturin@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}toml>0:textproc/py-toml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
+		rust188>0:lang/rust188
 LIB_DEPENDS+=	libsoup-2.4.so:devel/libsoup \
 		libwebkit2gtk-4.0.so:www/webkit2-gtk@40
 
@@ -23,6 +24,8 @@ USES=		cargo gnome python
 USE_PYTHON=	pep517 autoplist
 USE_GNOME=	cairo gdkpixbuf glib20 gtk30
 
+CARGO_BUILDDEP=	no
+
 # workaround for the problem that the ports framework doesn't add PYPI-related file to DISTFILES due to DISTFILES?= in Mk/bsd.port.mk
 DISTFILES+=	${DISTNAME}${EXTRACT_SUFX}
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c0ecd6.3f6a4.431ae95>