aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/py3-jedi/APKBUILD (renamed from community/py-jedi/APKBUILD)5
-rw-r--r--community/py3-jedi/adjust-speed-test.patch (renamed from community/py-jedi/adjust-speed-test.patch)0
2 files changed, 3 insertions, 2 deletions
diff --git a/community/py-jedi/APKBUILD b/community/py3-jedi/APKBUILD
index ff524fa832..8af611c8b8 100644
--- a/community/py-jedi/APKBUILD
+++ b/community/py3-jedi/APKBUILD
@@ -1,6 +1,6 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=py-jedi
+pkgname=py3-jedi
_pkgname=jedi
pkgver=0.13.3
pkgrel=0
@@ -13,7 +13,8 @@ checkdepends="pytest py-parso py-tox"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
adjust-speed-test.patch"
builddir="$srcdir"/$_pkgname-$pkgver
-replaces="py3-jedi"
+replaces="py-jedi"
+provides="py-jedi"
build() {
python3 setup.py build
diff --git a/community/py-jedi/adjust-speed-test.patch b/community/py3-jedi/adjust-speed-test.patch
index 0a95cacfec..0a95cacfec 100644
--- a/community/py-jedi/adjust-speed-test.patch
+++ b/community/py3-jedi/adjust-speed-test.patch