mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
vdirsyncer: rebuild for Python 3.5
Switch to python3-module. Switch to python3-* pkgs.
This commit is contained in:
parent
5e1af98340
commit
d870bf876c
1 changed files with 5 additions and 7 deletions
|
@ -1,15 +1,13 @@
|
||||||
# Template file for 'vdirsyncer'
|
# Template file for 'vdirsyncer'
|
||||||
pkgname=vdirsyncer
|
pkgname=vdirsyncer
|
||||||
version=0.13.1
|
version=0.13.1
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
python_versions="3.4"
|
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="vdirsyncer"
|
pycompile_module="vdirsyncer"
|
||||||
hostmakedepends="python3.4-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3.4-atomicwrites python3.4-click python3.4-click-log
|
depends="python3-atomicwrites python3-click python3-click-log
|
||||||
python3.4-click-threading python3.4-setuptools python3.4-requests-toolbelt"
|
python3-click-threading python3-setuptools python3-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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue