git: 6d52b7bae405 - main - x11-toolkits/py-guietta: Schedule for removal

From: Max Brazhnikov <makc_at_FreeBSD.org>
Date: Fri, 04 Sep 2026 10:17:45 UTC
The branch main has been updated by makc:

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

commit 6d52b7bae405f26c759bc468ce0b9cb84e17cd0a
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-09-04 10:09:03 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-09-04 10:13:56 +0000

    x11-toolkits/py-guietta: Schedule for removal
    
    Depends on deprecated PySide2, not ported to Qt6
    
    PR:             296230
---
 x11-toolkits/py-guietta/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-toolkits/py-guietta/Makefile b/x11-toolkits/py-guietta/Makefile
index a944d7bb42e8..57836200043e 100644
--- a/x11-toolkits/py-guietta/Makefile
+++ b/x11-toolkits/py-guietta/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	guietta
 DISTVERSION=	1.6.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,9 @@ WWW=		https://github.com/alfiopuglisi/guietta
 
 LICENSE=	MIT
 
+DEPRECATED=    Abandoned, depends on deprecated PySide2
+EXPIRATION_DATE=       2026-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${PY_FLAVOR}
 
 USES=		python