diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2019-10-26 18:43:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-26 18:52:03 +0700 |
commit | a405b5a2c4fb625eccad6c745833a267ecc55a9f (patch) | |
tree | 0c9c4d31a2c55e2286b550df3cf13f7645ac1a7a | |
parent | 4a81814a6d428a0ea5c43ec9df83c0f2f26a4e2e (diff) | |
download | slackbuilds-a405b5a2c4fb625eccad6c745833a267ecc55a9f.tar.gz |
python/billiard: Added (Multiprocessing Pool Extensions).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/billiard/README | 14 | ||||
-rw-r--r-- | python/billiard/billiard.SlackBuild | 69 | ||||
-rw-r--r-- | python/billiard/billiard.info | 10 | ||||
-rw-r--r-- | python/billiard/slack-desc | 19 |
4 files changed, 112 insertions, 0 deletions
diff --git a/python/billiard/README b/python/billiard/README new file mode 100644 index 0000000000..c755b92160 --- /dev/null +++ b/python/billiard/README @@ -0,0 +1,14 @@ +billiard is a fork of the Python 2.7 multiprocessing package. +The multiprocessing package itself is a renamed and updated version of +R Oudkerk's pyprocessing package. +This standalone variant draws its fixes/improvements from python-trunk +and provides additional bug fixes and improvements. + +* This package would not be possible if not for the contributions of not only + the current maintainers but all of the contributors to the original + pyprocessing package listed here. +* Also, it is a fork of the multiprocessing backport package by Christian Heims. +* It includes the no-execv patch contributed by R. Oudkerk. +* And the Pool improvements previously located in Celery. +* Billiard is used in and is a dependency for Celery and is maintained by the + Celery team. diff --git a/python/billiard/billiard.SlackBuild b/python/billiard/billiard.SlackBuild new file mode 100644 index 0000000000..ca0e07f47b --- /dev/null +++ b/python/billiard/billiard.SlackBuild @@ -0,0 +1,69 @@ +#!/bin/sh + +# SlackBuild script for billiard. +# Yth | Pont-en-Royans, France | yth@ythogtha.org + +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +PRGNAM=billiard +VERSION=${VERSION:-3.3.0.23} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +if [ -z "$ARCH" ]; then + case "$( uname -m )" in + i?86) ARCH=i586 ;; + arm*) ARCH=arm ;; + *) ARCH=$( uname -m ) ;; + esac +fi + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +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 +chown -R root:root . +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +python setup.py install --root=$PKG +if $(python3 -c 'import sys' 2>/dev/null); then + python3 setup.py install --root=$PKG +fi + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.rst $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/python/billiard/billiard.info b/python/billiard/billiard.info new file mode 100644 index 0000000000..eb8fa460e9 --- /dev/null +++ b/python/billiard/billiard.info @@ -0,0 +1,10 @@ +PRGNAM="billiard" +VERSION="3.3.0.23" +HOMEPAGE="http://github.com/celery/billiard" +DOWNLOAD="https://github.com/celery/billiard/archive/3.3.0.23/billiard-3.3.0.23.tar.gz" +MD5SUM="6ee416e1e7c8d8164ce29d7377cca6a4" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="" +MAINTAINER="Yth - Arnaud" +EMAIL="yth@ythogtha.org" diff --git a/python/billiard/slack-desc b/python/billiard/slack-desc new file mode 100644 index 0000000000..009b96e8c2 --- /dev/null +++ b/python/billiard/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------------------------------------------------------| +billiard: billiard (Multiprocessing Pool Extensions) +billiard: +billiard: billiard is a fork of the Python 2.7 multiprocessing package. +billiard: +billiard: This standalone variant draws its fixes/improvements from +billiard: python-trunk and provides additional bug fixes and improvements. +billiard: +billiard: +billiard: +billiard: +billiard: |