slixmpp: bump version.

This commit is contained in:
Adrien Destugues
2020-05-24 21:11:50 +02:00
parent a9f92f24d9
commit 0f6088cd48

View File

@@ -1,17 +1,17 @@
SUMMARY="XMPP library for Python 3.4+"
DESCRIPTION="Slixmpp is an MIT licensed XMPP library for Python 3.4+. It is a\
SUMMARY="XMPP library for Python 3.7+"
DESCRIPTION="Slixmpp is an MIT licensed XMPP library for Python 3.7+. It is a \
fork of SleekXMPP.
Slixmpp's goals is to only rewrite the core of the library (the low level \
socket handling, the timers, the events dispatching) in order to remove all \
threads."
HOMEPAGE="https://github.com/poezio/slixmpp"
COPYRIGHT="2010 Nathanael C. Fritz"
COPYRIGHT="2010-2020 Nathanael C. Fritz"
LICENSE="MIT"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/poezio/slixmpp/archive/slix-$portVersion.tar.gz"
SOURCE_DIR="slixmpp-slix-$portVersion"
CHECKSUM_SHA256="4e6f799c1351103da9fda7f07f284cd857342e1e21e31ca53c2d1cce2b57f835"
CHECKSUM_SHA256="7a855d1d3969adf7026a7c05808e80c285718f5115d944dd449a1c3f701df0c6"
ARCHITECTURES="any"
@@ -26,8 +26,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python36 python3)
PYTHON_VERSIONS=(3.6 3.7)
PYTHON_PACKAGES=(python3)
PYTHON_VERSIONS=(3.7)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}