New package: python3-slixmpp-1.2.1

This commit is contained in:
Franklin Delehelle 2016-10-25 17:19:29 +02:00 committed by Christian Neukirchen
parent 07aaa145f5
commit 62556d9f7d

View file

@ -0,0 +1,19 @@
# Template file for 'python3-slixmpp'
pkgname=python3-slixmpp
version=1.2.1
revision=2
noarch=yes
wrksrc="slixmpp-${version}"
short_desc="An elegant Python library for XMPP"
build_style=python3-module
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
license="MIT"
hostmakedepends="python3-devel"
depends="python3"
homepage="https://github.com/poezio/slixmpp"
distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz"
checksum=49ba3e7c5ed6d7286096e60b3649ee76281fe8eeee920d379ab7da2b5c7f963b
post_install() {
vlicense LICENSE
}