mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python-nbxmpp: Updated for version 0.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8ebe33816b
commit
3e74ff3032
4 changed files with 11 additions and 7 deletions
|
@ -3,3 +3,7 @@ applications to use Jabber/XMPP networks in a non-blocking way.
|
|||
|
||||
This library is initialy a fork of xmpppy one, but using
|
||||
non-blocking sockets.
|
||||
|
||||
If you download with wget you should use the --content-disposition option for
|
||||
that, or you'll end up with a file named 8 (although the slackbuild checks for
|
||||
this file, too).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-nbxmpp
|
||||
|
||||
# Copyright 2014 Ruben Schuller
|
||||
# Copyright 2014-2018 Ruben Schuller
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python-nbxmpp
|
||||
VERSION=${VERSION:-0.5.4}
|
||||
VERSION=${VERSION:-0.6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
TARNAM=nbxmpp
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="python-nbxmpp"
|
||||
VERSION="0.5.4"
|
||||
VERSION="0.6.2"
|
||||
HOMEPAGE="https://dev.gajim.org/gajim/python-nbxmpp/"
|
||||
DOWNLOAD="https://dev.gajim.org/gajim/python-nbxmpp/uploads/cf0374c23bc53eb638ea051e83374917/nbxmpp-0.5.4.tar.gz"
|
||||
MD5SUM="7e09126aa3148274c43db4af39ad832d"
|
||||
DOWNLOAD="https://dev.gajim.org/gajim/python-nbxmpp/uploads/c2db525b46c9c4ac3ada293da7348b7c/nbxmpp-0.6.2.tar.gz"
|
||||
MD5SUM="4db4a95b2d53f76afcad3233cd80129b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ruben Schuller"
|
||||
EMAIL="ruben@orgizm.net"
|
||||
EMAIL="sb@rbn.im"
|
||||
|
|
|
@ -11,7 +11,7 @@ python-nbxmpp:
|
|||
python-nbxmpp: python-nbxmpp is a Python library that provides a way for Python
|
||||
python-nbxmpp: applications to use Jabber/XMPP networks in a non-blocking way.
|
||||
python-nbxmpp:
|
||||
python-nbxmpp: This library is initially a fork of xmpppy one, but using
|
||||
python-nbxmpp: This library is initialy a fork of xmpppy one, but using
|
||||
python-nbxmpp: non-blocking sockets.
|
||||
python-nbxmpp:
|
||||
python-nbxmpp:
|
||||
|
|
Loading…
Reference in a new issue