diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template index 3d8227a256d4d5..41fe9741736433 100644 --- a/srcpkgs/gajim/template +++ b/srcpkgs/gajim/template @@ -1,16 +1,17 @@ # Template file for 'gajim' pkgname=gajim -version=2.2.0 -revision=2 +version=2.4.1 +revision=1 build_style=python3-pep517 hostmakedepends="gettext python3-wheel" -depends="farstream gsound gst-libav gst-plugins-base1 gst-plugins-ugly1 - gtksourceview5 libnm libsecret libsoup3 python3-Pillow python3-SQLAlchemy2 - python3-cairo python3-cryptography python3-css-parser python3-dbus python3-distro - python3-emoji python3-gobject python3-jeepney python3-keyring python3-nbxmpp - python3-netifaces python3-omemo-dr python3-openssl python3-packaging - python3-precis-i18n python3-pyasn1 python3-qrcode python3-setuptools - python3-setuptools" +depends="gsound gst-libav gst-plugins-bad1 gst-plugins-base1 gst-plugins-good1 + gst-plugins-rs1 gtksourceview5 libadwaita libnm libsecret libsoup3 python3-Pillow + python3-SQLAlchemy2 python3-cairo python3-cryptography python3-css-parser + python3-dbus python3-distro python3-emoji python3-gobject python3-h2 + python3-httpx python3-jeepney python3-keyring python3-nbxmpp python3-netifaces + python3-omemo-dr python3-openssl python3-packaging python3-precis-i18n + python3-pyasn1 python3-qrcode python3-setuptools python3-socksio + python3-truststore" checkdepends="${depends} python3-packaging" short_desc="Full featured Jabber/XMPP client" maintainer="Emil Tomczyk " @@ -18,7 +19,7 @@ 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=4ce66e32213946368962f356c65d85c82a7ab883be2cb5a245becdf63735c919 +checksum=79e299057246db0d7146a721fdd4890c3f53a75a9785ddc90f18f87e80dd25dc post_build() { ./make.py build --dist=unix diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template index 4a3581be79799c..bbcce9aa295d35 100644 --- a/srcpkgs/python3-nbxmpp/template +++ b/srcpkgs/python3-nbxmpp/template @@ -1,7 +1,7 @@ # Template file for 'python3-nbxmpp' pkgname=python3-nbxmpp -version=6.2.0 -revision=2 +version=7.0.0 +revision=1 build_style=python3-pep517 hostmakedepends="python3-wheel" depends="python3-gobject python3-openssl python3-packaging python3-precis-i18n python3-idna libsoup3" @@ -12,7 +12,7 @@ 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=5ad792f1324edff5a62217cfb9279dbb54ac48177958ef484556b56e8fce7160 +checksum=76e3541dfb5013f0a0fd4c2c3aa8ed5fd68519ac7dec84c8d09b8557170e275b do_check() { coverage run --source=nbxmpp -m unittest discover -v diff --git a/srcpkgs/python3-omemo-dr/template b/srcpkgs/python3-omemo-dr/template index c57df52ee768af..90d3397eb9292f 100644 --- a/srcpkgs/python3-omemo-dr/template +++ b/srcpkgs/python3-omemo-dr/template @@ -1,7 +1,7 @@ # Template file for 'python3-omemo-dr' pkgname=python3-omemo-dr -version=1.0.0 -revision=4 +version=1.2.0 +revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" makedepends="python3-devel" @@ -10,5 +10,5 @@ short_desc="Python library implementing OMEMO cryptography" maintainer="Dexter Gaon-Shatford " license="GPL-3.0-only" homepage="https://dev.gajim.org/gajim/omemo-dr" -distfiles="${PYPI_SITE}/o/omemo-dr/omemo-dr-${version}.tar.gz" -checksum=b0fe5023e947a17b740fb7ed4aa246120d6f21d819b5812e94dfc9570520be61 +distfiles="${PYPI_SITE}/o/omemo-dr/omemo_dr-${version}.tar.gz" +checksum=18b6542b3bb7ed6dce34dd02f32b16401982ba24f0146ddae091dcb92c79a484 diff --git a/srcpkgs/python3-truststore/template b/srcpkgs/python3-truststore/template new file mode 100644 index 00000000000000..f36c27fad01861 --- /dev/null +++ b/srcpkgs/python3-truststore/template @@ -0,0 +1,21 @@ +# Template file for 'python3-truststore' +pkgname=python3-truststore +version=0.10.4 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3 python3-build python3-flit_core" +makedepends="python3-flit_core" +depends="python3" +checkdepends="python3-aiohttp python3-httpx python3-pytest python3-pytest-httpserver + python3-flaky python3-pytest-asyncio python3-requests" +short_desc="Verify certificates using OS trust stores" +maintainer="lissine " +license="MIT" +homepage="https://github.com/sethmlarson/truststore" +changelog="${homepage}/raw/refs/heads/master/CHANGELOG.md" +distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" +checksum=206df24198a4a1257e3f9d9a02bbf09a526211d59fcc5f9f7e9b71b5079a9aa9 + +post_install() { + vlicense LICENSE +}