testing/py3-cloudpickle: upgrade to 1.4.1

This commit is contained in:
Justin Berthault 2020-05-20 15:32:31 +02:00 committed by Leo
parent 57d7dbbd25
commit dcc2f1e6f3

View File

@ -1,7 +1,6 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-cloudpickle
_pyname=cloudpickle
pkgver=1.3.0
pkgver=1.4.1
pkgrel=0
pkgdesc="Extended pickling support for Python objects"
url="https://pypi.org/project/cloudpickle/"
@ -10,9 +9,8 @@ license="BSD-3-Clause"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-psutil"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
builddir=$srcdir/$_pyname-$pkgver
source="https://files.pythonhosted.org/packages/source/c/cloudpickle/cloudpickle-$pkgver.tar.gz"
builddir=$srcdir/cloudpickle-$pkgver
options="!check" # upstream test suite is badly broken
build() {
@ -27,4 +25,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="b128a9088b36460bf3cf4edf4876ea768291de3c10c9cb6919507c4493a808136edcb819a98eb69de610e7162a96f859bae2f5c5616b558d9fea102835df611f cloudpickle-1.3.0.tar.gz"
sha512sums="3232dfdf91141179be510282a1fc60fa5891fffd1f012998c6a622957eabdf9deecc7431196ae70de01b2e498c97981c83ed22ac1ed6f3db8ba68ee0a9a26bd9 cloudpickle-1.4.1.tar.gz"