From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/path-py/
Date: Sat, 23 Nov 2019 04:30:54 +0000 (UTC) [thread overview]
Message-ID: <1574483429.0717690e90639eb6d61ecace91a56da84ac92b83.chutzpah@gentoo> (raw)
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::' \
next reply other threads:[~2019-11-23 4:31 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-23 4:30 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-09-26 11:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/path-py/ Michał Górny
2022-05-12 10:53 Michał Górny
2022-03-31 12:42 Michał Górny
2022-03-31 12:34 Jakov Smolić
2022-02-25 23:41 Michał Górny
2022-02-04 12:04 Michał Górny
2021-08-26 8:15 Michał Górny
2021-08-26 3:00 Sam James
2021-07-27 5:37 Michał Górny
2021-07-25 21:25 Michał Górny
2021-07-24 17:33 Michał Górny
2021-07-24 17:10 Sam James
2021-06-13 6:10 Michał Górny
2021-05-05 18:20 Michał Górny
2021-03-25 19:09 Michał Górny
2021-03-25 14:23 Sam James
2021-03-02 8:33 Michał Górny
2021-03-02 1:38 Sam James
2021-02-21 22:33 Michał Górny
2021-01-29 9:00 Michał Górny
2021-01-17 16:16 Sam James
2020-11-28 14:21 Sam James
2020-09-30 12:11 Louis Sautier
2020-09-09 0:09 Sam James
2020-07-28 2:41 Michał Górny
2020-07-28 2:41 Michał Górny
2020-07-09 13:06 Michał Górny
2020-07-09 13:06 Michał Górny
2020-05-26 7:11 Michał Górny
2020-05-26 7:11 Michał Górny
2020-05-26 6:15 Michał Górny
2020-05-25 20:16 Michał Górny
2020-05-17 8:20 Michał Górny
2020-05-16 9:07 Michał Górny
2020-05-16 9:07 Michał Górny
2020-04-15 5:54 Mike Gilbert
2020-03-25 11:46 Michał Górny
2020-03-25 11:46 Michał Górny
2020-03-10 10:33 Agostino Sarubbo
2020-03-10 8:56 Agostino Sarubbo
2020-03-10 8:55 Agostino Sarubbo
2020-03-10 8:53 Agostino Sarubbo
2020-03-09 18:55 Thomas Deutschmann
2020-03-09 18:10 Mikle Kolyada
2020-01-26 17:11 Michał Górny
2019-12-30 10:15 Sergei Trofimovich
2019-12-24 14:21 Mikle Kolyada
2019-12-16 7:54 Agostino Sarubbo
2019-12-16 7:54 Agostino Sarubbo
2019-12-16 7:53 Agostino Sarubbo
2019-12-16 7:52 Agostino Sarubbo
2019-12-16 7:51 Agostino Sarubbo
2019-12-16 7:49 Agostino Sarubbo
2019-12-02 2:48 Aaron Bauman
2019-11-25 8:09 Patrick McLean
2018-08-20 5:00 Mikle Kolyada
2018-07-14 12:08 Michał Górny
2018-06-25 18:45 Tim Harder
2018-02-21 17:20 Michał Górny
2018-02-21 14:24 Michał Górny
2018-02-19 21:07 Michał Górny
2017-08-13 11:24 David Seifert
2017-03-23 17:32 Mike Gilbert
2017-03-12 4:52 Zac Medico
2017-01-03 21:32 Mike Gilbert
2015-11-23 10:05 Justin Lecher
2015-11-23 6:44 Jeroen Roovers
2015-11-22 8:53 Markus Meier
2015-11-19 10:25 Agostino Sarubbo
2015-11-16 15:01 Agostino Sarubbo
2015-11-05 11:52 Agostino Sarubbo
2015-11-04 16:09 Agostino Sarubbo
2015-11-04 15:50 Agostino Sarubbo
2015-11-03 7:45 Justin Lecher
2015-11-02 13:12 Agostino Sarubbo
2015-11-02 13:09 Agostino Sarubbo
2015-10-21 13:41 Justin Lecher
2015-10-15 14:41 Justin Lecher
2015-09-11 7:53 Justin Lecher
2015-09-02 16:30 Justin Lecher
2015-09-02 10:16 Justin Lecher
2015-08-26 7:08 Justin Lecher
2015-08-25 8:10 Justin Lecher
2015-08-21 17:19 Justin Lecher
2015-08-10 5:33 Ian Delaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1574483429.0717690e90639eb6d61ecace91a56da84ac92b83.chutzpah@gentoo \
--to=chutzpah@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox