vdirsyncer: update to 0.19.0.

This commit is contained in:
Andrew J. Hesford 2023-01-20 12:02:37 -05:00
parent 3e12ab39ff
commit f8253a5f3b
2 changed files with 10 additions and 12 deletions

View File

@ -1,24 +1,22 @@
# Template file for 'vdirsyncer' # Template file for 'vdirsyncer'
pkgname=vdirsyncer pkgname=vdirsyncer
version=0.18.0 version=0.19.0
revision=3 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools_scm" hostmakedepends="python3-setuptools_scm"
depends="python3-atomicwrites python3-click python3-click-log depends="python3-atomicwrites python3-click python3-click-log python3-requests
python3-click-threading python3-requests-toolbelt" python3-requests-toolbelt python3-aiohttp python3-aiostream"
checkdepends="python3-pytest python3-hypothesis $depends" checkdepends="python3-pytest-xdist python3-pytest-asyncio python3-trustme
python3-aioresponses python3-pytest-httpserver python3-hypothesis $depends"
short_desc="Synchronize calendars and addressbooks" short_desc="Synchronize calendars and addressbooks"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://vdirsyncer.pimutils.org/" homepage="https://vdirsyncer.pimutils.org/"
distfiles="${PYPI_SITE}/v/vdirsyncer/vdirsyncer-${version}.tar.gz" distfiles="${PYPI_SITE}/v/vdirsyncer/vdirsyncer-${version}.tar.gz"
checksum=27bc3ed51f774935fbba392915c8c8d4cf639ae51a44b674686b49a1025fc201 checksum=8e1e8403a08659e5a4e7fa3e9caaa2e2dce2bf1f98d923029049a34db75a2525
do_check() { pre_check() {
# Disable coverage checks and those requiring unpackaged pytest-localserver
vsed -e 's/^addopts/noaddopts/' -i setup.cfg vsed -e 's/^addopts/noaddopts/' -i setup.cfg
PYTHONPATH="$(cd build/lib* && pwd)" \
python3 -m pytest -k 'not test_request_ssl_fingerprints'
} }
post_install() { post_install() {

View File

@ -1 +1 @@
ignore="*.*.*a*" ignore="*.*.*a* *.*.*b*"