Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2024 09:33:11 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bddb39246eed - main - devel/py-urwid: Update to 2.6.10
Message-ID:  <202404130933.43D9XBc3037194@gitrepo.freebsd.org>

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

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

commit bddb39246eed7f24faafaaae532ee9db5df7dbed
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-13 09:29:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-13 09:31:48 +0000

    devel/py-urwid: Update to 2.6.10
    
    - Add NO_ARCH
    
    Changes:        https://github.com/urwid/urwid/releases
                    https://urwid.org/changelog.html
---
 devel/py-urwid/Makefile  | 10 ++++++----
 devel/py-urwid/distinfo  |  6 +++---
 devel/py-urwid/pkg-plist | 19 +++++++++++++++++++
 3 files changed, 28 insertions(+), 7 deletions(-)

diff --git a/devel/py-urwid/Makefile b/devel/py-urwid/Makefile
index db6318e71a27..a3a0aca5bafe 100644
--- a/devel/py-urwid/Makefile
+++ b/devel/py-urwid/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	urwid
-PORTVERSION=	2.2.3
+PORTVERSION=	2.6.10
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,13 +13,15 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7.0:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517 unittest
 
-PORTEXAMPLES=	*
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=	EXAMPLES
 
@@ -28,6 +30,6 @@ post-install:
 
 post-install-EXAMPLES-on:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
-	cd ${WRKSRC}/examples/ && ${INSTALL_DATA} * ${STAGEDIR}${EXAMPLESDIR}/
+	cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/
 
 .include <bsd.port.mk>
diff --git a/devel/py-urwid/distinfo b/devel/py-urwid/distinfo
index 7eda9bb930ac..f574e6a637a6 100644
--- a/devel/py-urwid/distinfo
+++ b/devel/py-urwid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698341315
-SHA256 (urwid-2.2.3.tar.gz) = e4516d55dcee6bd012b3e72a10c75f2866c63a740f0ec4e1ada05c1e1cc02e34
-SIZE (urwid-2.2.3.tar.gz) = 677723
+TIMESTAMP = 1712886506
+SHA256 (urwid-2.6.10.tar.gz) = ae33355c414c13214e541d3634f3c8a0bfb373914e62ffbcf2fa863527706321
+SIZE (urwid-2.6.10.tar.gz) = 857094
diff --git a/devel/py-urwid/pkg-plist b/devel/py-urwid/pkg-plist
new file mode 100644
index 000000000000..0adbd4438575
--- /dev/null
+++ b/devel/py-urwid/pkg-plist
@@ -0,0 +1,19 @@
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/asyncio_socket_server.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bigtext.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browse.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialog.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/edit.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fib.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/input_test.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lcd_cf635.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/palette_test.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pop_up.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/subproc.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/subproc2.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/terminal.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tour.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treesample.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/twisted_serve_ssh.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/twisted_serve_ssh.tac



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