aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 04:46:12 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 04:46:12 +0000
commitb8004e7d0100a0f168a1f8dc1aa05cff7168ebcc (patch)
tree88f1354bb38ae66b7e5801f31934da254d7ac36c
parent9a134d90568a198e93135d39e95a4386f3930e73 (diff)
downloadaports-b8004e7d0100a0f168a1f8dc1aa05cff7168ebcc.tar.bz2
aports-b8004e7d0100a0f168a1f8dc1aa05cff7168ebcc.tar.xz
community/py3-ruamel.std.pathlib: fix FTBFS
-rw-r--r--community/py3-ruamel.std.pathlib/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-ruamel.std.pathlib/APKBUILD b/community/py3-ruamel.std.pathlib/APKBUILD
index 2c605e3f21..1d87e9c593 100644
--- a/community/py3-ruamel.std.pathlib/APKBUILD
+++ b/community/py3-ruamel.std.pathlib/APKBUILD
@@ -9,9 +9,9 @@ url=https://bitbucket.org/ruamel/std.pathlib
arch=noarch
license=MIT
depends="python3"
-makedepends="py3-setuptools"
+makedepends="py3-setuptools py3-pip"
checkdepends="py3-pytest"
-source="$_pyname-$pkgver.tar.gz::https://bitbucket.org/ruamel/std.pathlib/get/$pkgver.tar.gz
+source="https://files.pythonhosted.org/packages/81/90/3d1c9b51b99626f91c7afb17eeed6a46a213701b232dc61d3b40edc8635c/ruamel.std.pathlib-${pkgver}.tar.gz
python3.7.patch"
builddir="$srcdir/ruamel-std.pathlib-12032dc99624"
@@ -26,5 +26,5 @@ check() {
package() {
python3 -m pip install . --prefix=/usr --root="$pkgdir"
}
-sha512sums="591aec63c14c269d6b0838ae4867d58bd0642cf84cff841eda53a4d60f076ba68fdcb54d7e2932b248ee61feb773bf28b6309947886d350af34ed9f580c9d939 ruamel.std.pathlib-0.6.4.tar.gz
+sha512sums="450c3018a85a8fdfc4769e9cb88025a314f4db2980b2cf8290e12944785b570f4c719b3db419e6b1de5186dd72fdbb4a3b2d0a599181da162c1ec5c2fc7138b3 ruamel.std.pathlib-0.6.4.tar.gz
51b2c1cebec4cefca455ba3f744f1dc40d2b2243b7df1d8911a5fd4f214c295f949b8556953a00c3a5c542f8bedccd2260466fd5c19f033572cd0f91504b80fd python3.7.patch"