aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac.paragon@gmail.com>2022-03-18 09:29:01 +0200
committerViorel Munteanu <ceamac.paragon@gmail.com>2022-03-18 09:29:01 +0200
commit45bea7f9a01ca49c39cae84b1da23138e47659ce (patch)
tree227b7a5961e69b488f96652197e3e4a50ae6d37d /dev-python/keyrings-alt
parentdev-python/hypercorn: switch to pyproject2setuppy (diff)
downloadguru-45bea7f9a01ca49c39cae84b1da23138e47659ce.tar.gz
guru-45bea7f9a01ca49c39cae84b1da23138e47659ce.tar.bz2
guru-45bea7f9a01ca49c39cae84b1da23138e47659ce.zip
dev-python/keyrings-alt: fix ebuild
Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
Diffstat (limited to 'dev-python/keyrings-alt')
-rw-r--r--dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild b/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild
index f078cbaa8..d17104dba 100644
--- a/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild
+++ b/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild
@@ -31,6 +31,8 @@ distutils_enable_sphinx docs \
dev-python/rst-linker \
dev-python/jaraco-packaging
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+pkg_setup() {
+ export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+}
S="${WORKDIR}/${MY_PN}-${PV}"