void-packages/srcpkgs/python3-slixmpp/template
Alessio Sergi 6a5e9eed4c python3-slixmpp: update to 1.2.2 (fix CVE-2015-8688)
- Fix depends
- Add missing pycompile_module
- Fix update-check
2016-12-05 13:01:39 +01:00

20 lines
625 B
Bash

# Template file for 'python3-slixmpp'
pkgname=python3-slixmpp
version=1.2.2
revision=1
noarch=yes
wrksrc="slixmpp-${version}"
build_style=python3-module
pycompile_module="slixmpp"
hostmakedepends="python3-setuptools"
depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules"
short_desc="An elegant Python library for XMPP"
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
license="MIT"
homepage="https://pypi.python.org/pypi/slixmpp"
distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz"
checksum=e0caa6d2b57835c1919236caa09dc25901d9ea8b175246d2285f0700032d59ac
post_install() {
vlicense LICENSE
}