radicale: update to 3.3.0, adopt.
This commit is contained in:
parent
dc2fc5373b
commit
a677c46d49
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'radicale'
|
||||
pkgname=radicale
|
||||
version=3.2.2
|
||||
version=3.3.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-vobject python3-dateutil python3-passlib python3-bcrypt
|
||||
python3-defusedxml apache-htpasswd"
|
||||
checkdepends="${depends} python3-pytest python3-pytest-flake8 python3-isort
|
||||
python3-pytest-cov python3-waitress"
|
||||
short_desc="Complete calendar and contact storing and manipulating solution"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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=d738a27c7d16720602a58355ec371ef832d7f4e6bf274daff7ed55b1bb4e0944
|
||||
checksum=7080b96c670b954182202a5d77484d447607cf907b6f6bf4051f257b6d182164
|
||||
conf_files="
|
||||
/etc/radicale/config
|
||||
/etc/radicale/rights"
|
||||
|
@ -28,12 +28,6 @@ radicale_homedir="/var/lib/radicale"
|
|||
radicale_descr="Radicale user"
|
||||
replaces="radicale2<3.0.6"
|
||||
|
||||
do_check() {
|
||||
# install the package to test_install directory for testing
|
||||
python3 setup.py install --root="${PWD}/test_install"
|
||||
PYTHONPATH="${PWD}/test_install/${py3_sitelib}" pytest -c /dev/null
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall config 644 etc/radicale/
|
||||
vinstall rights 640 etc/radicale/
|
||||
|
|
Loading…
Reference in New Issue