python3-slixmpp: update to 1.3.0.

Closes #9625.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2017-11-29 08:03:27 -02:00 committed by Enno Boland
parent e3d41953e1
commit bc05a8d3da

View file

@ -1,23 +1,29 @@
# Template file for 'python3-slixmpp' # Template file for 'python3-slixmpp'
pkgname=python3-slixmpp pkgname=python3-slixmpp
version=1.2.4.post1 version=1.3.0
revision=2 revision=1
wrksrc="slixmpp-${version}" wrksrc="slixmpp-${version}"
build_style=python3-module build_style=python3-module
pycompile_module="slixmpp" pycompile_module="slixmpp"
hostmakedepends="pkg-config python3-setuptools python3-Cython" hostmakedepends="pkg-config python3-setuptools python3-Cython"
makedepends="python3-devel libidn-devel" makedepends="python3-devel libidn-devel"
checkdepends="python3-pytest gnupg"
depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules" depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules"
short_desc="An elegant Python library for XMPP" short_desc="An elegant Python library for XMPP"
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>" maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
license="MIT" license="MIT"
homepage="https://pypi.python.org/pypi/slixmpp" homepage="https://pypi.python.org/pypi/slixmpp"
distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz" distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz"
checksum=531622ce93789d710a831608591852fd1ada9b5012da5fad5028aacf1a18c46c checksum=ff61f40ab3d05754c0757f2793a60a1a2a1d45c7e241bda008e965bd43785eae
pre_build() { pre_build() {
sed -i "s|os.environ.get('CC', 'cc')|'${CC}'|" setup.py sed -i "s|os.environ.get('CC', 'cc')|'${CC}'|" setup.py
} }
do_check() {
rm -f tests/live_test.py
pytest3
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }