mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
python-nbxmpp: update to 0.6.9.
This commit is contained in:
parent
49be2a41b7
commit
67d65ff8a7
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-nbxmpp'
|
# Template file for 'python-nbxmpp'
|
||||||
pkgname=python-nbxmpp
|
pkgname=python-nbxmpp
|
||||||
version=0.6.8
|
version=0.6.9
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
@ -12,8 +12,9 @@ short_desc="Non blocking Jabber/XMPP module (Python2)"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://python-nbxmpp.gajim.org/"
|
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"
|
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
|
||||||
checksum=8c2b4b8aac1a8c6d07c1e30af542fde20a70a9b8c7c04017e9cea0db654437c6
|
checksum=660d796f6d97b30a5e249417abf012ee30a22b9e40817dde05ca9f35c96cc80d
|
||||||
|
|
||||||
python3-nbxmpp_package() {
|
python3-nbxmpp_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
@ -21,6 +22,6 @@ python3-nbxmpp_package() {
|
||||||
pycompile_module="nbxmpp"
|
pycompile_module="nbxmpp"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/python3*"
|
vmove "usr/lib/python${py3_ver}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue