Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 2026 10:15:33 +0000
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bee2e12a53d7 - main - devel/py-urwidgets: allow to package with urwid 3.0
Message-ID:  <69919cc5.241f9.5f3cdf8e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by makc:

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

commit bee2e12a53d7863786faf6a6eb37112480630957
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-02-14 14:10:21 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-02-15 10:14:55 +0000

    devel/py-urwidgets: allow to package with urwid 3.0
    
    PR:             293175
    Approved by:    sunpoet@ (maintainer)
---
 devel/py-urwidgets/Makefile             |  3 ++-
 devel/py-urwidgets/files/patch-setup.py | 11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/devel/py-urwidgets/Makefile b/devel/py-urwidgets/Makefile
index d8dd71a4cf92..d741971f2018 100644
--- a/devel/py-urwidgets/Makefile
+++ b/devel/py-urwidgets/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	urwidgets
 PORTVERSION=	0.2.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/AnonymouX47/urwidgets/releases/download/v${PORTVERSION}/
@@ -15,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}urwid>=2.1<3.0:devel/py-urwid@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}urwid>=2.1:devel/py-urwid@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-urwidgets/files/patch-setup.py b/devel/py-urwidgets/files/patch-setup.py
new file mode 100644
index 000000000000..fb031632db11
--- /dev/null
+++ b/devel/py-urwidgets/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig	2024-08-31 11:00:43 UTC
++++ setup.py
+@@ -33,7 +33,7 @@ setup(
+     license="MIT",
+     classifiers=classifiers,
+     python_requires=">=3.7",
+-    install_requires=["urwid>=2.1,<3.0"],
++    install_requires=["urwid>=2.1"],
+     project_urls={
+         "Changelog": "https://github.com/AnonymouX47/urwidgets/blob/main/CHANGELOG.md",
+         "Documentation": "https://urwidgets.readthedocs.io/",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69919cc5.241f9.5f3cdf8e>