24 lines
903 B
Bash
24 lines
903 B
Bash
# Template file for 'vdirsyncer'
|
|
pkgname=vdirsyncer
|
|
version=0.19.3
|
|
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
|
|
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=e437851feb985dec3544654f8f9cf6dd109b0b03f7e19956086603092ffeb28f
|
|
|
|
post_install() {
|
|
vsconf config.example
|
|
vlicense LICENSE
|
|
}
|