commit:     0717690e90639eb6d61ecace91a56da84ac92b83
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Sat Nov 23 04:30:29 2019 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 04:30:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0717690e

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 <AT> gentoo.org>

 dev-python/path-py/path-py-11.5.2.ebuild | 2 +-
 dev-python/path-py/path-py-12.0.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/path-py/path-py-11.5.2.ebuild 
b/dev-python/path-py/path-py-11.5.2.ebuild
index bae80335185..5955abedeba 100644
--- a/dev-python/path-py/path-py-11.5.2.ebuild
+++ b/dev-python/path-py/path-py-11.5.2.ebuild
@@ -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::' \

diff --git a/dev-python/path-py/path-py-12.0.2.ebuild 
b/dev-python/path-py/path-py-12.0.2.ebuild
index ec861207b9a..814045bbf80 100644
--- a/dev-python/path-py/path-py-12.0.2.ebuild
+++ b/dev-python/path-py/path-py-12.0.2.ebuild
@@ -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::' \

Reply via email to