summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Arn02022-03-08 20:17:32 +0100
committer Willy Sudiarto Raharjo2022-03-09 03:34:54 +0100
commit9ce37db212d37691272b60a77554e8d7e9a97a18 (patch)
treec0d3b4d161d61c53d11ec8ace52b3ea395e1bef2
parent225e89010a7b2316d4fb91e92f74a3929d2b042c (diff)
downloadslackbuilds-9ce37db212d37691272b60a77554e8d7e9a97a18.tar.gz
python/python3-kombu: renamed from kombu for python3, updated for version 5.2.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/kombu/slack-desc19
-rw-r--r--python/python3-kombu/README (renamed from python/kombu/README)0
-rw-r--r--python/python3-kombu/python3-kombu.SlackBuild (renamed from python/kombu/kombu.SlackBuild)12
-rw-r--r--python/python3-kombu/python3-kombu.info (renamed from python/kombu/kombu.info)10
-rw-r--r--python/python3-kombu/slack-desc19
5 files changed, 30 insertions, 30 deletions
diff --git a/python/kombu/slack-desc b/python/kombu/slack-desc
deleted file mode 100644
index d6678e3e63..0000000000
--- a/python/kombu/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-kombu: kombu (messaging library for Python)
-kombu:
-kombu: The aim of Kombu is to make messaging in Python as easy as possible
-kombu: by providing an idiomatic high-level interface for the AMQ protocol,
-kombu: and also provide proven and tested solutions to common messaging
-kombu: problems.
-kombu:
-kombu:
-kombu:
-kombu:
-kombu:
diff --git a/python/kombu/README b/python/python3-kombu/README
index 7df1347cb3..7df1347cb3 100644
--- a/python/kombu/README
+++ b/python/python3-kombu/README
diff --git a/python/kombu/kombu.SlackBuild b/python/python3-kombu/python3-kombu.SlackBuild
index aa3a02fa29..d14251e963 100644
--- a/python/kombu/kombu.SlackBuild
+++ b/python/python3-kombu/python3-kombu.SlackBuild
@@ -22,8 +22,9 @@
cd $(dirname $0) ; CWD=$(pwd)
-PRGNAM=kombu
-VERSION=${VERSION:-3.0.37}
+PRGNAM=python3-kombu
+SRCNAM=${PRGNAM#python3-*}
+VERSION=${VERSION:-5.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -53,9 +54,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $SRCNAM-$VERSION
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -63,7 +64,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python2 setup.py install --root=$PKG
python3 setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/python/kombu/kombu.info b/python/python3-kombu/python3-kombu.info
index aaa44676c1..afcc8b7ba6 100644
--- a/python/kombu/kombu.info
+++ b/python/python3-kombu/python3-kombu.info
@@ -1,10 +1,10 @@
-PRGNAM="kombu"
-VERSION="3.0.37"
+PRGNAM="python3-kombu"
+VERSION="5.2.3"
HOMEPAGE="https://kombu.readthedocs.io/"
-DOWNLOAD="https://pypi.python.org/packages/source/k/kombu/kombu-3.0.37.tar.gz"
-MD5SUM="a1901036ba5e70e6b1733f7c2d5ee313"
+DOWNLOAD="https://pypi.python.org/packages/source/k/kombu/kombu-5.2.3.tar.gz"
+MD5SUM="bfa2d216e777ecd9dc8375cd89e742cf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="amqp anyjson"
+REQUIRES="python3-amqp vine"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"
diff --git a/python/python3-kombu/slack-desc b/python/python3-kombu/slack-desc
new file mode 100644
index 0000000000..4b85f989b8
--- /dev/null
+++ b/python/python3-kombu/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python3-kombu: python3-kombu (messaging library for Python)
+python3-kombu:
+python3-kombu: The aim of Kombu is to make messaging in Python as easy as possible
+python3-kombu: by providing an idiomatic high-level interface for the AMQ protocol,
+python3-kombu: and also provide proven and tested solutions to common messaging
+python3-kombu: problems.
+python3-kombu:
+python3-kombu:
+python3-kombu:
+python3-kombu:
+python3-kombu: