void-packages/srcpkgs/python3-slixmpp/template

21 lines
625 B
Bash
Raw Normal View History

2016-10-25 15:19:29 +00:00
# Template file for 'python3-slixmpp'
pkgname=python3-slixmpp
2016-12-11 10:56:03 +00:00
version=1.2.3
revision=1
2016-10-25 15:19:29 +00:00
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"
2016-10-25 15:19:29 +00:00
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
license="MIT"
homepage="https://pypi.python.org/pypi/slixmpp"
2016-10-25 15:19:29 +00:00
distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz"
2016-12-11 10:56:03 +00:00
checksum=bd606fb2b833ddc5b17945536e3a26e6ef807de86f1424073e34bd849f29c398
2016-10-25 15:19:29 +00:00
post_install() {
vlicense LICENSE
}