From 42fa19d065dbeb52a822c2b88ad672d926a440c4 Mon Sep 17 00:00:00 2001 From: Dexter Gaon-Shatford Date: Thu, 2 Mar 2023 17:49:41 -0500 Subject: [PATCH 1/3] gajim-omemo: update to 2.9.0. --- srcpkgs/gajim-omemo/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template index 3e1b4216bcb3..917b9e7d676e 100644 --- a/srcpkgs/gajim-omemo/template +++ b/srcpkgs/gajim-omemo/template @@ -1,7 +1,7 @@ # Template file for 'gajim-omemo' pkgname=gajim-omemo -version=2.8.16 -revision=2 +version=2.9.0 +revision=1 create_wrksrc="omemo" hostmakedepends="unzip" depends="python3 python3-setuptools python3-cryptography python3-axolotl @@ -11,7 +11,7 @@ maintainer="Urs Schulz " license="GPL-3.0-or-later" homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin" distfiles="https://ftp.gajim.org/plugins/master/omemo/omemo_${version}.zip" -checksum=430df55ec3d79f58603e475b157700a6f97e229bef4690d8144e5d0aae5f4888 +checksum=076396ac441b4e5bae62328575be85492a87229c7a214b23f7edd1ac5dcac97b do_install() { install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}" From 0eb3ad49d302edce3963be3dbbae63c0a05a8295 Mon Sep 17 00:00:00 2001 From: Dexter Gaon-Shatford Date: Thu, 2 Mar 2023 17:50:19 -0500 Subject: [PATCH 2/3] python3-nbxmpp: update to 4.2.0. --- srcpkgs/python3-nbxmpp/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template index ae292abd0506..c0b5750436b7 100644 --- a/srcpkgs/python3-nbxmpp/template +++ b/srcpkgs/python3-nbxmpp/template @@ -1,18 +1,18 @@ # Template file for 'python3-nbxmpp' pkgname=python3-nbxmpp -version=3.2.5 +version=4.2.0 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup" -checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup" +build_style=python3-pep517 +hostmakedepends="python3-wheel" +depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup3" +checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage" short_desc="Non blocking Jabber/XMPP module" maintainer="Duncaen " license="GPL-2.0-or-later" homepage="https://python-nbxmpp.gajim.org/" changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog" distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz" -checksum=1c0251e2acddd75458f50b4ead4154ce637006974a98cacff9c4b6b89ff0ff54 +checksum=ba16ab684c678f15cb85f582a51be690e48330bbcb569aa32b7d104293392d28 do_check() { coverage run --source=nbxmpp -m unittest discover -v From c546be7f5cc1e09d6aee994713477eb63dd69487 Mon Sep 17 00:00:00 2001 From: Dexter Gaon-Shatford Date: Thu, 2 Mar 2023 17:50:23 -0500 Subject: [PATCH 3/3] gajim: update to 1.7.1. --- srcpkgs/gajim/template | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template index 450e7fba4b72..918d84bec7e9 100644 --- a/srcpkgs/gajim/template +++ b/srcpkgs/gajim/template @@ -1,14 +1,14 @@ # Template file for 'gajim' pkgname=gajim -version=1.5.3 -revision=2 -build_style=python3-module -hostmakedepends="gettext python3-setuptools" +version=1.7.1 +revision=1 +build_style=python3-pep517 +hostmakedepends="gettext python3-wheel" depends="python3-gobject python3-setuptools python3-Pillow python3-cairo python3-dbus libsecret gsound libnm python3-nbxmpp python3-openssl python3-css-parser python3-keyring python3-precis-i18n python3-packaging python3-setuptools python3-distro - python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1 + python3-netifaces python3-pyasn1 python3-jeepney libsoup3 farstream gst-plugins-base1 gst-plugins-ugly1 gst-libav gtksourceview4" checkdepends="${depends} python3-packaging" short_desc="Full featured Jabber/XMPP client" @@ -17,9 +17,14 @@ license="GPL-3.0-only" homepage="https://www.gajim.org" changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog" distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz" -checksum=252578e7ddacee8289cf106086d96bbd7a82a0eea2091a1836efde6aa3dfb8b0 +checksum=b9a26a353549189fe65e0bc130cf98cbc42bd7105e72ac2041cb4a7f9d7543c6 + +post_build() { + ./pep517build/build_metadata.py -o dist/metadata +} post_install() { + ./pep517build/install_metadata.py dist/metadata --prefix=$DESTDIR/usr vdoc "${FILESDIR}/README.voidlinux" }