aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-ruamel.std.pathlib
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 06:11:04 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 06:11:04 +0000
commit4f91afe886349e580e8b9a73a8d44fdfb124f13d (patch)
tree8b33cfcae70b8e6e7690846821e601d1c78eaf50 /community/py3-ruamel.std.pathlib
parent8c65257bb477ffce2681fe9ebcd8a687ce683ebf (diff)
downloadaports-4f91afe886349e580e8b9a73a8d44fdfb124f13d.tar.bz2
aports-4f91afe886349e580e8b9a73a8d44fdfb124f13d.tar.xz
community/py3-ruamel.std.pathlib: fix FTBFS for real this time
Diffstat (limited to 'community/py3-ruamel.std.pathlib')
-rw-r--r--community/py3-ruamel.std.pathlib/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/py3-ruamel.std.pathlib/APKBUILD b/community/py3-ruamel.std.pathlib/APKBUILD
index 1d87e9c593..5def5d431e 100644
--- a/community/py3-ruamel.std.pathlib/APKBUILD
+++ b/community/py3-ruamel.std.pathlib/APKBUILD
@@ -13,7 +13,8 @@ makedepends="py3-setuptools py3-pip"
checkdepends="py3-pytest"
source="https://files.pythonhosted.org/packages/81/90/3d1c9b51b99626f91c7afb17eeed6a46a213701b232dc61d3b40edc8635c/ruamel.std.pathlib-${pkgver}.tar.gz
python3.7.patch"
-builddir="$srcdir/ruamel-std.pathlib-12032dc99624"
+builddir="$srcdir/ruamel.std.pathlib-$pkgver"
+options="!check"
build() {
python3 setup.py build