From 6a5e9eed4c4fabf4cf05ef17d06982891d570600 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 5 Dec 2016 12:55:29 +0100 Subject: [PATCH] python3-slixmpp: update to 1.2.2 (fix CVE-2015-8688) - Fix depends - Add missing pycompile_module - Fix update-check --- srcpkgs/python3-slixmpp/template | 15 ++++++++------- srcpkgs/python3-slixmpp/update | 1 + 2 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 srcpkgs/python3-slixmpp/update diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template index 9ccb1b5cc24..c63bb1c0c8b 100644 --- a/srcpkgs/python3-slixmpp/template +++ b/srcpkgs/python3-slixmpp/template @@ -1,18 +1,19 @@ # Template file for 'python3-slixmpp' pkgname=python3-slixmpp -version=1.2.1 -revision=2 +version=1.2.2 +revision=1 noarch=yes wrksrc="slixmpp-${version}" -short_desc="An elegant Python library for XMPP" 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" maintainer="Franklin Delehelle " license="MIT" -hostmakedepends="python3-devel" -depends="python3" -homepage="https://github.com/poezio/slixmpp" +homepage="https://pypi.python.org/pypi/slixmpp" distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz" -checksum=49ba3e7c5ed6d7286096e60b3649ee76281fe8eeee920d379ab7da2b5c7f963b +checksum=e0caa6d2b57835c1919236caa09dc25901d9ea8b175246d2285f0700032d59ac post_install() { vlicense LICENSE diff --git a/srcpkgs/python3-slixmpp/update b/srcpkgs/python3-slixmpp/update new file mode 100644 index 00000000000..b5090fa2169 --- /dev/null +++ b/srcpkgs/python3-slixmpp/update @@ -0,0 +1 @@ +pkgname=slixmpp