testing/py-sortedcontainers: upgraded to 2.0.2

This commit is contained in:
André Klitzing 2018-05-22 10:48:59 +02:00 committed by Francesco Colista
parent ffad66870a
commit 8a48a942bf

View File

@ -2,14 +2,14 @@
# Maintainer: André Klitzing <aklitzing@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=py-sortedcontainers pkgname=py-sortedcontainers
_pkgname=sortedcontainers _pkgname=sortedcontainers
pkgver=1.5.10 pkgver=2.0.2
pkgrel=0 pkgrel=0
pkgdesc="Python library for sorting collections and containers" pkgdesc="Python library for sorting collections and containers"
url="http://www.grantjenks.com/docs/sortedcontainers" url="http://www.grantjenks.com/docs/sortedcontainers"
arch="noarch" arch="noarch"
license="Apache-2.0" license="Apache-2.0"
makedepends="py-setuptools python2-dev python3-dev" makedepends="py-setuptools python2-dev python3-dev"
checkdepends="py-nose" checkdepends="py-nose pytest"
subpackages="py2-$_pkgname:_py2 py3-$_pkgname:_py3" subpackages="py2-$_pkgname:_py2 py3-$_pkgname:_py3"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver builddir="$srcdir"/$_pkgname-$pkgver
@ -49,4 +49,4 @@ _py() {
$python setup.py install --prefix=/usr --root="$subpkgdir" $python setup.py install --prefix=/usr --root="$subpkgdir"
} }
sha512sums="4dc61a965b1f5e99fef7639805785465ff02406034ceb0b029848900aab6c5138cf94facf9b40197ba836e31f57ca26cff80c52294337896b91571c27da74485 sortedcontainers-1.5.10.tar.gz" sha512sums="cc4686ad8487d2d7e51969f3132e8b6d12d7b20c0918830874e89f2e7330fcb6972e6243e9d8addf9e0c035ada6a4e2ccdfbcecd30794bae28f0fb36c548ddf3 sortedcontainers-2.0.2.tar.gz"