python-nbxmpp: update to 1.0.0
This commit is contained in:
parent
91f083f1ef
commit
415ead19b0
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue