summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/mypy_extensions/mypy_extensions-1.0.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/mypy_extensions/mypy_extensions-1.0.0.ebuild b/dev-python/mypy_extensions/mypy_extensions-1.0.0.ebuild
index 5c3abb66ad6c..2b15fcda1737 100644
--- a/dev-python/mypy_extensions/mypy_extensions-1.0.0.ebuild
+++ b/dev-python/mypy_extensions/mypy_extensions-1.0.0.ebuild
@@ -8,6 +8,7 @@ DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
+MY_P=mypy_extensions-${PV}
DESCRIPTION="Type system extensions for programs checked with mypy"
HOMEPAGE="
https://www.mypy-lang.org/
@@ -15,8 +16,9 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/python/mypy_extensions/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
+S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"