From 415ead19b034e793a64c72eaa4ecdd6eafe32420 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 28 Jun 2020 22:08:49 +0200 Subject: [PATCH] python-nbxmpp: update to 1.0.0 --- srcpkgs/python-nbxmpp/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-nbxmpp/template b/srcpkgs/python-nbxmpp/template index 8c39a93bca..9053b90dfc 100644 --- a/srcpkgs/python-nbxmpp/template +++ b/srcpkgs/python-nbxmpp/template @@ -1,11 +1,10 @@ # Template file for 'python-nbxmpp' pkgname=python-nbxmpp -version=0.6.10 -revision=2 +version=1.0.0 +revision=1 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module -pycompile_module="nbxmpp" hostmakedepends="python-setuptools python3-setuptools" depends="python-openssl" short_desc="Non blocking Jabber/XMPP module (Python2)" @@ -14,12 +13,11 @@ license="GPL-2.0-or-later" homepage="https://python-nbxmpp.gajim.org/" #changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog" distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz" -checksum=cd73417777e4847fdd8d0d96c7cafc606952edbd2b9d52a2a72bb2aaa04d08ef +checksum=8b7e967bc1d0f1a1f7cf3395b6f5d70009ae5607ad9afb8de32ff92b661693ad python3-nbxmpp_package() { archs=noarch depends="python3-openssl" - pycompile_module="nbxmpp" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove "usr/lib/python${py3_ver}"