python/billiard: Fix DOWNLOAD and README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
18a28cd34c
commit
b9ce89c5d5
|
@ -4,11 +4,12 @@ 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.
|
||||
* 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.
|
||||
* Billiard is used in and is a dependency for Celery and is maintained
|
||||
by the Celery team.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
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="https://github.com/celery/billiard/archive/v3.3.0.23/billiard-3.3.0.23.tar.gz"
|
||||
MD5SUM="6185eab6fea29929730b396ccca423d0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue