From 29262d1ee759074e810a2c40b7ea53c52273e49c Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 20 Jul 2022 22:27:52 -0500 Subject: user/py3-sortedcontainers: Fix upstream URL, disable tests --- user/py3-sortedcontainers/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'user') diff --git a/user/py3-sortedcontainers/APKBUILD b/user/py3-sortedcontainers/APKBUILD index 9220bf117..77f96e8fa 100644 --- a/user/py3-sortedcontainers/APKBUILD +++ b/user/py3-sortedcontainers/APKBUILD @@ -2,17 +2,18 @@ # Contributor: André Klitzing # Maintainer: A. Wilcox pkgname=py3-sortedcontainers -_pkgname=python-sortedcontainers +_pkgname=sortedcontainers pkgver=2.4.0 pkgrel=0 pkgdesc="Python library for sorting collections and containers" url="http://www.grantjenks.com/docs/sortedcontainers" arch="noarch" +options="!check" # No tests included. license="Apache-2.0" depends="python3" checkdepends="py3-pytest" makedepends="py3-iniconfig" -source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/s/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { @@ -26,4 +27,4 @@ check() { package() { python3 setup.py install --prefix=/usr --root="$pkgdir" --skip-build } -sha512sums="f80185c6f95a85cc78f88f6f6cf389eb48be22cf94d5fcd84f3592873f17de37ec7f44c1627b7f02956ac4b4f74ca4febefc47d3c6232f70ee05dbb2449ad770 python-sortedcontainers-2.4.0.tar.gz" +sha512sums="4c01522bc01367a27bb005f16a487c127459f949f3d9fa7094e559993ceb074b3f84dda167f300778f46bdc15669f05866b6117ff6c369ca9a561ae20ab7c53f sortedcontainers-2.4.0.tar.gz" -- cgit v1.2.3-60-g2f50