diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2021-04-24 06:26:48 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-24 22:07:01 +0700 |
commit | b9ce89c5d59870fff8888becb9c8a8b293132156 (patch) | |
tree | a25e27b1008acb6395f4f31a62e3c9f1a2065247 | |
parent | 18a28cd34c5f6fb37817b3abd7f828e7fc7c8b79 (diff) | |
download | slackbuilds-b9ce89c5d59870fff8888becb9c8a8b293132156.tar.gz |
python/billiard: Fix DOWNLOAD and README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/billiard/README | 13 | ||||
-rw-r--r-- | python/billiard/billiard.info | 4 |
2 files changed, 9 insertions, 8 deletions
diff --git a/python/billiard/README b/python/billiard/README index c755b92160..7ea6254fd5 100644 --- a/python/billiard/README +++ b/python/billiard/README @@ -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. diff --git a/python/billiard/billiard.info b/python/billiard/billiard.info index eb8fa460e9..913c1b99ee 100644 --- a/python/billiard/billiard.info +++ b/python/billiard/billiard.info @@ -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="" |