dev-python/path-py: Make sure the right package name is in the egg

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2019-11-22 20:30:29 -08:00
committed by Patrick McLean
parent a7aab5104a
commit 0717690e90
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ S="${WORKDIR}/${MY_P}"
distutils_enable_tests pytest
python_prepare_all() {
sed -i "s:use_scm_version=True:version='${PV}':" setup.py || die
sed -i "s:use_scm_version=True:version='${PV}',name='path.py':" setup.py || die
# disable flake8 tests
sed -i -r 's: --flake8:: ; s: --black:: ; s: --cov::' \

View File

@@ -35,7 +35,7 @@ S="${WORKDIR}/${MY_P}"
distutils_enable_tests pytest
python_prepare_all() {
sed -i "s:use_scm_version=True:version='${PV}':" setup.py || die
sed -i "s:use_scm_version=True:version='${PV}',name='path.py':" setup.py || die
# disable flake8 tests
sed -i -r 's: --flake8:: ; s: --black:: ; s: --cov::' \