khard: rebuild for Python 3.5
Switch to python3-* pkgs.
This commit is contained in:
parent
a7993ca598
commit
b390685cfb
1 changed files with 5 additions and 7 deletions
|
@ -2,15 +2,13 @@
|
|||
pkgname=khard
|
||||
reverts=0.11.3_1
|
||||
version=0.11.2
|
||||
revision=3
|
||||
revision=4
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
python_versions="3.4"
|
||||
pycompile_version="3.4"
|
||||
build_style=python3-module
|
||||
pycompile_module="khard"
|
||||
hostmakedepends="python3.4-setuptools"
|
||||
depends="python3.4-setuptools python3.4-atomicwrites python3.4-configobj
|
||||
python3.4-vobject python3.4-yaml"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-atomicwrites python3-configobj
|
||||
python3-vobject python3-yaml"
|
||||
short_desc="Command-line addressbook built around CardDAV"
|
||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||
license="GPL-3"
|
||||
|
|
Loading…
Reference in a new issue