Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2024 05:55:35 GMT
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 66a100e7d4d8 - main - textproc/py-dialect: update to 2.3.0
Message-ID:  <202404240555.43O5tZd2008968@gitrepo.freebsd.org>

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

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

commit 66a100e7d4d86679fe4658b79d7f02e20b1a7f6a
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2024-04-24 05:53:09 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2024-04-24 05:55:27 +0000

    textproc/py-dialect: update to 2.3.0
    
    While here, mark as IGNORE for python version less than 3.10. It uses
    the match statement introduced in python 3.10.
    
    Changelog: https://github.com/dialect-app/dialect/releases/tag/2.3.0
    
    Reported by:    portscout
---
 textproc/py-dialect/Makefile  | 14 ++++++++++----
 textproc/py-dialect/distinfo  | 10 +++++-----
 textproc/py-dialect/pkg-plist | 20 +++++++++++++++-----
 3 files changed, 30 insertions(+), 14 deletions(-)

diff --git a/textproc/py-dialect/Makefile b/textproc/py-dialect/Makefile
index 9151d7892e5d..f79b949b9e8f 100644
--- a/textproc/py-dialect/Makefile
+++ b/textproc/py-dialect/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	dialect
-DISTVERSION=	2.2.0
+DISTVERSION=	2.3.0
 CATEGORIES=	textproc gnome python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -10,7 +10,7 @@ WWW=		https://github.com/dialect-app/dialect
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	appstream-util:devel/appstream-glib \
+BUILD_DEPENDS=	appstreamcli:devel/appstream \
 		blueprint-compiler:devel/blueprint-compiler
 LIB_DEPENDS=	libsoup-3.0.so:devel/libsoup3
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gTTS>0:audio/py-gtts@${PY_FLAVOR} \
@@ -21,7 +21,7 @@ USES=		desktop-file-utils gettext-tools gnome gstreamer meson \
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	dialect-app
-GH_TUPLE=	dialect-app:po:9155653c4493730508989617d8bf86980e6029ae:po/po
+GH_TUPLE=	dialect-app:po:5dc38d6bf510db873a4972fe2b0695239aa6bf00:po/po
 
 USE_GNOME=	glib20 gtk40 introspection:build libadwaita pygobject3
 GLIB_SCHEMAS=	app.drey.Dialect.gschema.xml
@@ -42,4 +42,10 @@ post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 31000
+IGNORE=		requires Python 3.10+
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/textproc/py-dialect/distinfo b/textproc/py-dialect/distinfo
index 0d9efad32231..e435e7dc4622 100644
--- a/textproc/py-dialect/distinfo
+++ b/textproc/py-dialect/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1700276140
-SHA256 (dialect-app-dialect-2.2.0_GH0.tar.gz) = b0e4fcfff080d789f9ef71b6a5a9cb2b45348d6d313df442c36cbf25db353391
-SIZE (dialect-app-dialect-2.2.0_GH0.tar.gz) = 146312
-SHA256 (dialect-app-po-9155653c4493730508989617d8bf86980e6029ae_GH0.tar.gz) = 021eb43c13485368158030f8866449a436890e83b821f9eb5f5e5f5567dac0c6
-SIZE (dialect-app-po-9155653c4493730508989617d8bf86980e6029ae_GH0.tar.gz) = 383119
+TIMESTAMP = 1713919160
+SHA256 (dialect-app-dialect-2.3.0_GH0.tar.gz) = e304210368c3d35feafa7fee77471d89e5c15cd654b658091dc8a4d1a893e5a0
+SIZE (dialect-app-dialect-2.3.0_GH0.tar.gz) = 151811
+SHA256 (dialect-app-po-5dc38d6bf510db873a4972fe2b0695239aa6bf00_GH0.tar.gz) = 491ac8fcba4a51b271a398d0f5a994441365b4a03525392d638475a52ee9bb11
+SIZE (dialect-app-po-5dc38d6bf510db873a4972fe2b0695239aa6bf00_GH0.tar.gz) = 406264
diff --git a/textproc/py-dialect/pkg-plist b/textproc/py-dialect/pkg-plist
index 38e2438aa331..cd3a4907f9cd 100644
--- a/textproc/py-dialect/pkg-plist
+++ b/textproc/py-dialect/pkg-plist
@@ -9,17 +9,20 @@ share/dbus-1/services/app.drey.Dialect.SearchProvider.service
 %%DATADIR%%/dialect/preferences.py
 %%DATADIR%%/dialect/providers/__init__.py
 %%DATADIR%%/dialect/providers/base.py
-%%DATADIR%%/dialect/providers/bing.py
-%%DATADIR%%/dialect/providers/google.py
-%%DATADIR%%/dialect/providers/libretrans.py
-%%DATADIR%%/dialect/providers/lingva.py
-%%DATADIR%%/dialect/providers/yandex.py
+%%DATADIR%%/dialect/providers/local.py
+%%DATADIR%%/dialect/providers/modules/bing.py
+%%DATADIR%%/dialect/providers/modules/google.py
+%%DATADIR%%/dialect/providers/modules/libretrans.py
+%%DATADIR%%/dialect/providers/modules/lingva.py
+%%DATADIR%%/dialect/providers/modules/yandex.py
+%%DATADIR%%/dialect/providers/soup.py
 %%DATADIR%%/dialect/session.py
 %%DATADIR%%/dialect/settings.py
 %%DATADIR%%/dialect/shortcuts.py
 %%DATADIR%%/dialect/widgets/__init__.py
 %%DATADIR%%/dialect/widgets/lang_selector.py
 %%DATADIR%%/dialect/widgets/provider_preferences.py
+%%DATADIR%%/dialect/widgets/textview.py
 %%DATADIR%%/dialect/widgets/theme_switcher.py
 %%DATADIR%%/dialect/window.py
 %%DATADIR%%/search_provider
@@ -32,6 +35,10 @@ share/locale/ar/LC_MESSAGES/dialect-cldr-langs.mo
 share/locale/ar/LC_MESSAGES/dialect.mo
 share/locale/az/LC_MESSAGES/dialect-cldr-langs.mo
 share/locale/az/LC_MESSAGES/dialect.mo
+share/locale/be/LC_MESSAGES/dialect-cldr-langs.mo
+share/locale/be/LC_MESSAGES/dialect.mo
+share/locale/bg/LC_MESSAGES/dialect-cldr-langs.mo
+share/locale/bg/LC_MESSAGES/dialect.mo
 share/locale/bn/LC_MESSAGES/dialect-cldr-langs.mo
 share/locale/bn/LC_MESSAGES/dialect.mo
 share/locale/ca/LC_MESSAGES/dialect-cldr-langs.mo
@@ -80,6 +87,8 @@ share/locale/ja/LC_MESSAGES/dialect-cldr-langs.mo
 share/locale/ja/LC_MESSAGES/dialect.mo
 share/locale/ka/LC_MESSAGES/dialect-cldr-langs.mo
 share/locale/ka/LC_MESSAGES/dialect.mo
+share/locale/kab/LC_MESSAGES/dialect-cldr-langs.mo
+share/locale/kab/LC_MESSAGES/dialect.mo
 share/locale/kmr/LC_MESSAGES/dialect-cldr-langs.mo
 share/locale/kmr/LC_MESSAGES/dialect.mo
 share/locale/kn/LC_MESSAGES/dialect-cldr-langs.mo
@@ -94,6 +103,7 @@ share/locale/nb_NO/LC_MESSAGES/dialect-cldr-langs.mo
 share/locale/nb_NO/LC_MESSAGES/dialect.mo
 share/locale/nl/LC_MESSAGES/dialect-cldr-langs.mo
 share/locale/nl/LC_MESSAGES/dialect.mo
+share/locale/oc/LC_MESSAGES/dialect-cldr-langs.mo
 share/locale/oc/LC_MESSAGES/dialect.mo
 share/locale/pl/LC_MESSAGES/dialect-cldr-langs.mo
 share/locale/pl/LC_MESSAGES/dialect.mo



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