Skip to content
Merged
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
10 changes: 4 additions & 6 deletions srcpkgs/radicale/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
# Template file for 'radicale'
pkgname=radicale
version=3.7.8
version=3.8.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-vobject python3-dateutil python3-libpass python3-bcrypt
python3-defusedxml apache-htpasswd python3-pika python3-requests python3-packaging"
checkdepends="${depends} python3-pytest python3-pytest-flake8 python3-isort
python3-pytest-cov python3-waitress"
depends="python3-vobject python3-dateutil python3-libpass python3-bcrypt python3-defusedxml apache-htpasswd python3-pika python3-requests python3-packaging python3-pam python3-ldap3 python3-argon2"
checkdepends="${depends} python3-pytest python3-pytest-cov python3-waitress"
short_desc="Complete calendar and contact storing and manipulating solution"
maintainer="Jason Elswick <jason@jasondavid.us>"
license="GPL-3.0-or-later"
homepage="https://radicale.org"
changelog="https://raw.githubusercontent.com/Kozea/Radicale/master/CHANGELOG.md"
distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
checksum=0a113d3f580610793c30cd52c065d858d025ea354de2972c1722d511988617e1
checksum=066c02cde17cb577e1797b9b54561bfc882f721edd6ae895bc51eacac5ee9089
conf_files="
/etc/radicale/config
/etc/radicale/rights"
Expand Down