2019-11-02 23:09:03 +01:00
|
|
|
# Description: a command-line tool for synchronizing calendars and addressbooks
|
|
|
|
# URL: https://github.com/pimutils/vdirsyncer
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
# Depends on: python3-atomicwrites python3-click-log python3-click-threading python3-requests-toolbelt python3-setuptools-scm
|
|
|
|
|
|
|
|
name=vdirsyncer
|
2021-06-13 15:45:17 +00:00
|
|
|
version=0.18.0
|
2020-06-09 16:48:42 +00:00
|
|
|
release=1
|
2019-11-02 23:09:03 +01:00
|
|
|
source=(https://pypi.io/packages/source/v/$name/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2020-11-03 20:54:05 +00:00
|
|
|
/usr/bin/python3 setup.py build
|
|
|
|
/usr/bin/python3 setup.py install \
|
2019-11-02 23:09:03 +01:00
|
|
|
--prefix=/usr \
|
|
|
|
--skip-build \
|
|
|
|
--optimize=1 \
|
|
|
|
--root=$PKG
|
|
|
|
}
|