Merge pull request #10744 from maxice8/khard

khard: update to 0.12.0.
This commit is contained in:
Alessio Sergi 2018-01-18 20:02:44 +01:00 committed by GitHub
commit bf3081ba75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 4 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'khard'
pkgname=khard
version=0.11.4
revision=2
version=0.12.1
revision=1
noarch=yes
build_style=python3-module
pycompile_module="khard"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-atomicwrites python3-configobj
python3-vobject python3-yaml"
python3-vobject python3-Unidecode python3-ruamel.yaml"
short_desc="Command-line addressbook built around CardDAV"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="GPL-3"
homepage="https://github.com/scheibler/khard"
distfiles="${PYPI_SITE}/k/khard/khard-${version}.tar.gz"
checksum=81776d05e8f121f8969daf561f5c774c665378255ba0064b02a82d490da610ea
checksum=230cff736a6ec2bbe9f4456fad69e586fc88e64f1bc7245b753e68976829fff6
post_install() {
vsconf misc/khard/khard.conf.example

View File

@ -0,0 +1,28 @@
# Template file for 'python-ruamel.yaml'
pkgname=python-ruamel.yaml
version=0.15.35
revision=1
wrksrc="ruamel.yaml-${version}"
build_style=python-module
pycompile_module="ruamel/yaml"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
short_desc="YAML parser/emitter in Python2"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://bitbucket.org/ruamel/yaml"
distfiles="${PYPI_SITE}/r/ruamel.yaml/ruamel.yaml-${version}.tar.gz"
checksum=8dc74821e4bb6b21fb1ab35964e159391d99ee44981d07d57bf96e2395f3ef75
post_install() {
vlicense LICENSE
}
python3-ruamel.yaml_package() {
pycompile_module="ruamel/yaml"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}

1
srcpkgs/python3-ruamel.yaml Symbolic link
View File

@ -0,0 +1 @@
python-ruamel.yaml