summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-04 07:25:32 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-04 07:44:40 +0200
commitd30e2bb1e25509218e5b7e1ffd2712a86feef7ed (patch)
treee11aabf721f18a59e7a8258f54875ede43c62eb6 /dev-python/python-ctags
parentdev-python/kombu: Bump to 5.3.0 (diff)
downloadgentoo-d30e2bb1e25509218e5b7e1ffd2712a86feef7ed.tar.gz
gentoo-d30e2bb1e25509218e5b7e1ffd2712a86feef7ed.tar.bz2
gentoo-d30e2bb1e25509218e5b7e1ffd2712a86feef7ed.zip
dev-python/python-ctags: Prepare for rename
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-ctags')
-rw-r--r--dev-python/python-ctags/Manifest2
-rw-r--r--dev-python/python-ctags/python-ctags-1.5.0-r1.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/python-ctags/Manifest b/dev-python/python-ctags/Manifest
index 318e46f65825..cb0a9f4390f9 100644
--- a/dev-python/python-ctags/Manifest
+++ b/dev-python/python-ctags/Manifest
@@ -1 +1 @@
-DIST python-ctags-1.5.0.gh.tar.gz 63921 BLAKE2B 1d25e7bafbdf157f1051321058b39fc9347bc479a61fae637bd11ef8540a3c67e2abd101493668977f05e464a8203b8c518fd1f4433defe5cec9939a200438b2 SHA512 414774c865af51e54c53f66dc7b3cfb5a03b64ea4eb94325658c158542615dfffdd1a5933d9ae03cedf1dbac30e1810d5914fbc3d6ab41e5f708c5d3000d161e
+DIST python-ctags3-1.5.0.gh.tar.gz 63921 BLAKE2B 1d25e7bafbdf157f1051321058b39fc9347bc479a61fae637bd11ef8540a3c67e2abd101493668977f05e464a8203b8c518fd1f4433defe5cec9939a200438b2 SHA512 414774c865af51e54c53f66dc7b3cfb5a03b64ea4eb94325658c158542615dfffdd1a5933d9ae03cedf1dbac30e1810d5914fbc3d6ab41e5f708c5d3000d161e
diff --git a/dev-python/python-ctags/python-ctags-1.5.0-r1.ebuild b/dev-python/python-ctags/python-ctags-1.5.0-r1.ebuild
index e688b94c2856..fea99da7b0d2 100644
--- a/dev-python/python-ctags/python-ctags-1.5.0-r1.ebuild
+++ b/dev-python/python-ctags/python-ctags-1.5.0-r1.ebuild
@@ -8,12 +8,12 @@ PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1
-MY_PN="${PN}3"
+MY_P="python-ctags3-${PV}"
DESCRIPTION="Exuberant Ctags indexing python bindings"
HOMEPAGE="https://github.com/universal-ctags/python-ctags3"
# PyPI tarballs don't contain pyx files
-SRC_URI="https://github.com/universal-ctags/python-ctags3/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
+SRC_URI="https://github.com/universal-ctags/python-ctags3/archive/${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
+S=${WORKDIR}/${MY_P}
LICENSE="LGPL-3"
SLOT="0"