mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
vdirsyncer: update to 0.10.0.
This commit is contained in:
parent
1965cb249e
commit
056325a7a6
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vdirsyncer'
|
# Template file for 'vdirsyncer'
|
||||||
pkgname=vdirsyncer
|
pkgname=vdirsyncer
|
||||||
version=0.9.3
|
version=0.10.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="3.4"
|
python_versions="3.4"
|
||||||
|
@ -9,13 +9,13 @@ 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-click-threading
|
||||||
python3.4-lxml python3.4-setuptools python3.4-requests-toolbelt"
|
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.readthedocs.org/"
|
||||||
distfiles="${PYPI_SITE}/v/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://pypi.python.org/packages/0b/fb/c42223e1e9169e4770194e62143d431755724b080d8cb77f14705b634815/vdirsyncer-${version}.tar.gz"
|
||||||
checksum=8ca2941bb99c5b67f0f9e7cae3dd65fcbd64b8969515c68d44e6f3cd9cfc50f2
|
checksum=e8b894022beab6f98bde80c919e5fa99cb72698e2327e8d5271c70d39636c8bd
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -e '/use_scm_version/,/setuptools_scm/ d' \
|
sed -e '/use_scm_version/,/setuptools_scm/ d' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue