From 6ee4653992ad16f9a10075c2e13ae0015b534837 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Mon, 1 Apr 2024 21:09:55 +0200 Subject: [PATCH 1/3] New package: python3-potr-1.0.2 --- srcpkgs/python3-potr/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/python3-potr/template diff --git a/srcpkgs/python3-potr/template b/srcpkgs/python3-potr/template new file mode 100644 index 00000000000000..810c6344d7f46b --- /dev/null +++ b/srcpkgs/python3-potr/template @@ -0,0 +1,15 @@ +# Template file for 'python3-potr' +pkgname=python3-potr +version=1.0.2 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3-pycryptodome" +checkdepends="$depends" +short_desc="Off-The-Record Protocol Implementation in Python" +maintainer="Luca Matei Pintilie " +license="LGPL-3.0-only" +homepage="https://github.com/python-otr/pure-python-otr" +changelog="https://github.com/python-otr/pure-python-otr/tags" +distfiles="${PYPI_SITE}/p/python-potr/python-potr-${version}.tar.gz" +checksum=f95b9a7feaf8e3a6aaa898609f8a2ada55518cf52fc09152775c4c59c99b8ea6 From ada41d8630fc95ed3d7d8faeba6689f5e9a15043 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Mon, 1 Apr 2024 21:10:01 +0200 Subject: [PATCH 2/3] python3-slixmpp: update to 1.8.5. --- srcpkgs/python3-slixmpp/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template index f86e278940b83a..93fded1a95eb3f 100644 --- a/srcpkgs/python3-slixmpp/template +++ b/srcpkgs/python3-slixmpp/template @@ -1,18 +1,18 @@ # Template file for 'python3-slixmpp' pkgname=python3-slixmpp -version=1.5.2 +version=1.8.5 revision=5 build_style=python3-module hostmakedepends="pkg-config python3-setuptools python3-Cython" makedepends="python3-devel libidn-devel" -depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules python3-aiohttp" -checkdepends="python3-pytest gnupg" +depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules python3-aiohttp python3-cryptography" +checkdepends="python3-pytest gnupg $depends" short_desc="Elegant Python library for XMPP" maintainer="Franklin Delehelle " license="MIT" homepage="https://pypi.org/project/slixmpp/" distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz" -checksum=6495fbf9f4ee5aa6a89d8549c5b5d07cd097fa6aa03533f773a57ec34a26af30 +checksum=75e3f0ad48555f7f5c9228e7066c1d4358b33d640b4fbe773ec34b03b7fae9a3 pre_build() { sed -i "s|os.environ.get('CC', 'cc')|'${CC}'|" setup.py From c9d8cc7ee76608f5716ae344193437c9ea2e7737 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Mon, 1 Apr 2024 21:10:06 +0200 Subject: [PATCH 3/3] poezio: fix missing dependencies --- srcpkgs/poezio/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template index 0e245dc1987048..26aa6ebf502359 100644 --- a/srcpkgs/poezio/template +++ b/srcpkgs/poezio/template @@ -1,12 +1,13 @@ # Template file for 'poezio' pkgname=poezio version=0.14 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools pkg-config" makedepends="python3-devel" depends="python3-slixmpp python3-aiodns python3-pyasn1-modules - python3-typing_extensions python3-setuptools" + python3-typing_extensions python3-setuptools python3-Pygments python3-qrcode python3-mpd2 python3-inotify python3-potr" +checkdepends="$depends" short_desc="Console XMPP/Jabber client" maintainer="Franklin Delehelle " license="Zlib"