diff options
| author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-03 19:16:59 +0000 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-03 19:17:56 +0000 |
| commit | c7cf06844baec226ddcba5e33e93eb71f6fcbafc (patch) | |
| tree | 2971f92b32ebd8adbfe3f7abe1d6de25f5d04817 | |
| parent | ea8e34b780aac7dd13c297fca892bed67c9c7bd2 (diff) | |
| download | aports-c7cf06844baec226ddcba5e33e93eb71f6fcbafc.tar.bz2 aports-c7cf06844baec226ddcba5e33e93eb71f6fcbafc.tar.xz | |
community/py-jedi: rename to py3-jedi
For now, all python3 related packages should be prefixed with py3-. When
removing py2 support from this package, the original name was kept, but
that is not standard.
| -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 |
