python3-slixmpp: update to 1.5.2.

This commit is contained in:
mobinmob 2020-06-01 15:46:00 +03:00 committed by Helmut Pozimski
parent 597ef0c0c6
commit 968571f3b7

View file

@ -1,10 +1,9 @@
# Template file for 'python3-slixmpp'
pkgname=python3-slixmpp
version=1.4.2
revision=2
version=1.5.2
revision=1
wrksrc="slixmpp-${version}"
build_style=python3-module
pycompile_module="slixmpp"
hostmakedepends="pkg-config python3-setuptools python3-Cython"
makedepends="python3-devel libidn-devel"
depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules python3-aiohttp"
@ -14,7 +13,7 @@ maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
license="MIT"
homepage="https://pypi.org/project/slixmpp/"
distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz"
checksum=c3204fbe8ded148e1eca6720ba0398298c159f29ec76dfc6f7dd7ed999ae1767
checksum=6495fbf9f4ee5aa6a89d8549c5b5d07cd097fa6aa03533f773a57ec34a26af30
pre_build() {
sed -i "s|os.environ.get('CC', 'cc')|'${CC}'|" setup.py