commit
bf3081ba75
3 changed files with 33 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'khard'
|
# Template file for 'khard'
|
||||||
pkgname=khard
|
pkgname=khard
|
||||||
version=0.11.4
|
version=0.12.1
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="khard"
|
pycompile_module="khard"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-atomicwrites python3-configobj
|
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"
|
short_desc="Command-line addressbook built around CardDAV"
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/scheibler/khard"
|
homepage="https://github.com/scheibler/khard"
|
||||||
distfiles="${PYPI_SITE}/k/khard/khard-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/k/khard/khard-${version}.tar.gz"
|
||||||
checksum=81776d05e8f121f8969daf561f5c774c665378255ba0064b02a82d490da610ea
|
checksum=230cff736a6ec2bbe9f4456fad69e586fc88e64f1bc7245b753e68976829fff6
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf misc/khard/khard.conf.example
|
vsconf misc/khard/khard.conf.example
|
||||||
|
|
28
srcpkgs/python-ruamel.yaml/template
Normal file
28
srcpkgs/python-ruamel.yaml/template
Normal 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
1
srcpkgs/python3-ruamel.yaml
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-ruamel.yaml
|
Loading…
Reference in a new issue