commit:     79cdf89ca7cb5cc6b52f93fdd71ed73ea52f3e53
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Jun 28 13:22:07 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Jun 28 13:34:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79cdf89c

dev-python/fontMath: export version for setuptools_scm

Closes: https://bugs.gentoo.org/799029
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/fontMath/fontMath-0.8.1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-python/fontMath/fontMath-0.8.1.ebuild 
b/dev-python/fontMath/fontMath-0.8.1.ebuild
index 3d2608c58..7a21cddc0 100644
--- a/dev-python/fontMath/fontMath-0.8.1.ebuild
+++ b/dev-python/fontMath/fontMath-0.8.1.ebuild
@@ -21,3 +21,7 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 
 distutils_enable_tests pytest
+
+pkg_setup() {
+       export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
+}

Reply via email to