mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
vdirsyncer: update to 0.19.1
This commit is contained in:
parent
6aa9ce696c
commit
27fc6fc083
1 changed files with 5 additions and 7 deletions
|
@ -1,23 +1,21 @@
|
|||
# Template file for 'vdirsyncer'
|
||||
pkgname=vdirsyncer
|
||||
version=0.19.0
|
||||
version=0.19.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
depends="python3-atomicwrites python3-click python3-click-log python3-requests
|
||||
python3-requests-toolbelt python3-aiohttp python3-aiostream"
|
||||
checkdepends="python3-pytest-xdist python3-pytest-asyncio python3-trustme
|
||||
python3-aioresponses python3-pytest-httpserver python3-hypothesis $depends"
|
||||
python3-aioresponses python3-pytest-httpserver python3-hypothesis
|
||||
python3-pytest-cov $depends"
|
||||
short_desc="Synchronize calendars and addressbooks"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://vdirsyncer.pimutils.org/"
|
||||
changelog="https://github.com/pimutils/vdirsyncer/raw/main/CHANGELOG.rst"
|
||||
distfiles="${PYPI_SITE}/v/vdirsyncer/vdirsyncer-${version}.tar.gz"
|
||||
checksum=8e1e8403a08659e5a4e7fa3e9caaa2e2dce2bf1f98d923029049a34db75a2525
|
||||
|
||||
pre_check() {
|
||||
vsed -e 's/^addopts/noaddopts/' -i setup.cfg
|
||||
}
|
||||
checksum=aa76c7725aa5a711f6374bc5cd83be78aae68c74829635a9ed073cd4c09f03ae
|
||||
|
||||
post_install() {
|
||||
vsconf config.example
|
||||
|
|
Loading…
Add table
Reference in a new issue