From 2249f7207b94f0f14c7a9477d4dfa7ac9bceafbf Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 14 Aug 2018 06:13:02 -0300 Subject: [PATCH] python3-slixmpp: update to 1.4.0. --- srcpkgs/python3-slixmpp/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template index 34bfab2e4d..c16669d9b1 100644 --- a/srcpkgs/python3-slixmpp/template +++ b/srcpkgs/python3-slixmpp/template @@ -1,6 +1,6 @@ # Template file for 'python3-slixmpp' pkgname=python3-slixmpp -version=1.3.0 +version=1.4.0 revision=1 wrksrc="slixmpp-${version}" build_style=python3-module @@ -14,16 +14,18 @@ maintainer="Franklin Delehelle " license="MIT" homepage="https://pypi.org/project/slixmpp/" distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz" -checksum=ff61f40ab3d05754c0757f2793a60a1a2a1d45c7e241bda008e965bd43785eae +checksum=c24a3effb2434e62c0f9e04d25ea889dc42aa2b60930782159724eda49efb894 pre_build() { sed -i "s|os.environ.get('CC', 'cc')|'${CC}'|" setup.py } + do_check() { rm -f tests/live_test.py pytest3 } + post_install() { vlicense LICENSE }