vdirsyncer: update to 0.12.1
This commit is contained in:
parent
57db26e98c
commit
ccd00962d2
1 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vdirsyncer'
|
# Template file for 'vdirsyncer'
|
||||||
pkgname=vdirsyncer
|
pkgname=vdirsyncer
|
||||||
version=0.11.3
|
version=0.12.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -8,20 +8,21 @@ python_versions="3.4"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="vdirsyncer"
|
pycompile_module="vdirsyncer"
|
||||||
hostmakedepends="python3.4-setuptools"
|
hostmakedepends="python3.4-setuptools"
|
||||||
depends="python3.4-atomicwrites python3.4-click python3.4-click-log python3.4-click-threading
|
depends="python3.4-atomicwrites python3.4-click python3.4-click-log
|
||||||
python3.4-setuptools python3.4-requests-toolbelt"
|
python3.4-click-threading python3.4-setuptools python3.4-requests-toolbelt"
|
||||||
short_desc="Synchronize calendars and addressbooks"
|
short_desc="Synchronize calendars and addressbooks"
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://vdirsyncer.readthedocs.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=691a2c0380fecde16c571131c148de7baa43375dfc61d9da7afdb68d0a95aa82
|
checksum=3fbba82d5c687238698799799521978bffe72f87b911a267a9c1933b10bd7df8
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -e '/use_scm_version/,/setuptools_scm/ d' \
|
sed -i setup.py \
|
||||||
|
-e '/setup_requires=/d' \
|
||||||
|
-e '/use_scm_version/,+2d' \
|
||||||
-e "/author=/ a\
|
-e "/author=/ a\
|
||||||
version='${version}'," \
|
version='${version}',"
|
||||||
-i setup.py
|
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf config.example
|
vsconf config.example
|
||||||
|
|
Loading…
Reference in a new issue