Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions srcpkgs/gajim/template
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
# 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 <[email protected]>"
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
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/python3-nbxmpp/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/python3-omemo-dr/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -10,5 +10,5 @@ short_desc="Python library implementing OMEMO cryptography"
maintainer="Dexter Gaon-Shatford <[email protected]>"
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
21 changes: 21 additions & 0 deletions srcpkgs/python3-truststore/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
}