summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-22 20:33:44 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-22 20:46:45 +0100
commit4ee964c29cd6b1e952675e465262adf4cdabd9be (patch)
treee9b57b62abdb5301c80cfb1ac6e8ab58e8281172 /dev-python
parent3299e8982faaa448f52b4d540c5bc24b038b1b0a (diff)
downloadgentoo-4ee964c29cd6b1e952675e465262adf4cdabd9be.tar.gz
gentoo-4ee964c29cd6b1e952675e465262adf4cdabd9be.tar.bz2
gentoo-4ee964c29cd6b1e952675e465262adf4cdabd9be.zip
dev-python/flit_scm: Add MY_P prior to rename
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/flit_scm/flit_scm-1.7.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/flit_scm/flit_scm-1.7.0.ebuild b/dev-python/flit_scm/flit_scm-1.7.0.ebuild
index 86aa856335c7..046051c4e61f 100644
--- a/dev-python/flit_scm/flit_scm-1.7.0.ebuild
+++ b/dev-python/flit_scm/flit_scm-1.7.0.ebuild
@@ -8,14 +8,16 @@ PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1
+MY_P=flit_scm-${PV}
DESCRIPTION="A PEP 518 build backend combining flit with setuptools_scm"
HOMEPAGE="
https://gitlab.com/WillDaSilva/flit_scm/
https://pypi.org/project/flit-scm/
"
SRC_URI="
- https://gitlab.com/WillDaSilva/flit_scm/-/archive/${PV}/${P}.tar.bz2
+ https://gitlab.com/WillDaSilva/flit_scm/-/archive/${PV}/${MY_P}.tar.bz2
"
+S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"
@@ -27,7 +29,7 @@ RDEPEND="
$(python_gen_cond_dep '
<dev-python/tomli-3[${PYTHON_USEDEP}]
>=dev-python/tomli-2[${PYTHON_USEDEP}]
- ' 3.8 3.9 3.10 )
+ ' 3.10)
"
BDEPEND="
${RDEPEND}