python/python3-kombu: renamed from kombu for python3, updated for version 5.2.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
225e89010a
commit
9ce37db212
|
@ -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:
|
|
@ -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
|
|
@ -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"
|
|
@ -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:
|
Loading…
Reference in New Issue