28 lines
808 B
Bash
28 lines
808 B
Bash
# Template file for 'vdirsyncer'
|
|
pkgname=vdirsyncer
|
|
version=0.9.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-atomicwrites python-click python-click-log python-click-threading
|
|
python-lxml python-setuptools python-requests-toolbelt"
|
|
pycompile_module="vdirsyncer"
|
|
short_desc="Synchronize calendars and addressbooks"
|
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
|
license="MIT"
|
|
homepage="https://vdirsyncer.readthedocs.org/"
|
|
distfiles="${PYPI_SITE}/v/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=c5101d8b29c4c0da37ef5542d5bcc53e6ce2266c955fd601ca19989db2e42a69
|
|
|
|
pre_build() {
|
|
sed -e '/use_scm_version/,/setuptools_scm/ d' \
|
|
-e "/author=/ a\
|
|
version='${version}'," \
|
|
-i setup.py
|
|
}
|
|
post_install() {
|
|
vsconf config.example
|
|
vlicense LICENSE
|
|
}
|