From 4294ab7c438901a6d910ff31d344b5a73d775765 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 22 Oct 2019 19:00:56 +0200 Subject: [PATCH] slixmpp: bump version. --- .../slixmpp/{slixmpp-1.3.0.recipe => slixmpp-1.4.2.recipe} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-python/slixmpp/{slixmpp-1.3.0.recipe => slixmpp-1.4.2.recipe} (91%) diff --git a/dev-python/slixmpp/slixmpp-1.3.0.recipe b/dev-python/slixmpp/slixmpp-1.4.2.recipe similarity index 91% rename from dev-python/slixmpp/slixmpp-1.3.0.recipe rename to dev-python/slixmpp/slixmpp-1.4.2.recipe index 3aa3931cb..7a1286d12 100644 --- a/dev-python/slixmpp/slixmpp-1.3.0.recipe +++ b/dev-python/slixmpp/slixmpp-1.4.2.recipe @@ -11,7 +11,7 @@ LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/poezio/slixmpp/archive/slix-$portVersion.tar.gz" SOURCE_DIR="slixmpp-slix-$portVersion" -CHECKSUM_SHA256="805fdd89bd3c005e2270e1805ed11d12e045705c11bd649aeae39a9efd75af81" +CHECKSUM_SHA256="4e6f799c1351103da9fda7f07f284cd857342e1e21e31ca53c2d1cce2b57f835" ARCHITECTURES="any" @@ -26,8 +26,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3) -PYTHON_VERSIONS=(3.6) +PYTHON_PACKAGES=(python36 python3) +PYTHON_VERSIONS=(3.6 3.7) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}