Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2026 11:08:23 +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: 8c0cdcacad0b - main - devel/py-urwid: Update to 3.0.3
Message-ID:  <69a2cca7.37d0f.7a69ff04@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=8c0cdcacad0b7f90154ca9924dd6119ad3c15648

commit 8c0cdcacad0b7f90154ca9924dd6119ad3c15648
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-02-28 10:28:15 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-02-28 11:07:26 +0000

    devel/py-urwid: Update to 3.0.3
    
    - Remove useless post-install
    
    Release notes:  https://github.com/urwid/urwid/releases/tag/3.0.0
                    https://github.com/urwid/urwid/releases/tag/3.0.1
                    https://github.com/urwid/urwid/releases/tag/3.0.2
                    https://github.com/urwid/urwid/releases/tag/3.0.3
    
    PR:             293174
---
 devel/py-urwid/Makefile | 5 +----
 devel/py-urwid/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/devel/py-urwid/Makefile b/devel/py-urwid/Makefile
index 095cacafccab..98d6cd8265b1 100644
--- a/devel/py-urwid/Makefile
+++ b/devel/py-urwid/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	urwid
-PORTVERSION=	2.6.16
+PORTVERSION=	3.0.3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -25,9 +25,6 @@ NO_ARCH=	yes
 
 OPTIONS_DEFINE=	EXAMPLES
 
-post-install:
-	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-
 post-install-EXAMPLES-on:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
 	cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/
diff --git a/devel/py-urwid/distinfo b/devel/py-urwid/distinfo
index 2f9c134f808d..7f35646c2017 100644
--- a/devel/py-urwid/distinfo
+++ b/devel/py-urwid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1729594560
-SHA256 (urwid-2.6.16.tar.gz) = 93ad239939e44c385e64aa00027878b9e5c486d59e855ec8ab5b1e1adcdb32a2
-SIZE (urwid-2.6.16.tar.gz) = 848179
+TIMESTAMP = 1771011990
+SHA256 (urwid-3.0.3.tar.gz) = 300804dd568cda5aa1c5b204227bd0cfe7a62cef2d00987c5eb2e4e64294ed9b
+SIZE (urwid-3.0.3.tar.gz) = 855817


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a2cca7.37d0f.7a69ff04>