summaryrefslogtreecommitdiff
path: root/user/py3-sortedcontainers
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-07-20 22:27:52 -0500
committerZach van Rijn <me@zv.io>2022-10-21 18:34:02 -0500
commit29262d1ee759074e810a2c40b7ea53c52273e49c (patch)
tree5b74326f0b6550a484acf26a71927cca28eb2e4e /user/py3-sortedcontainers
parent59a5458fefc854efa713e6a6210e496b74cf15ed (diff)
downloadpackages-29262d1ee759074e810a2c40b7ea53c52273e49c.tar.gz
packages-29262d1ee759074e810a2c40b7ea53c52273e49c.tar.bz2
packages-29262d1ee759074e810a2c40b7ea53c52273e49c.tar.xz
packages-29262d1ee759074e810a2c40b7ea53c52273e49c.zip
user/py3-sortedcontainers: Fix upstream URL, disable tests
Diffstat (limited to 'user/py3-sortedcontainers')
-rw-r--r--user/py3-sortedcontainers/APKBUILD7
1 files changed, 4 insertions, 3 deletions
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 <aklitzing@gmail.com>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
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"