From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qstylizer/
Date: Fri, 11 Jun 2021 15:53:14 +0000 (UTC) [thread overview]
Message-ID: <1623426791.ab9e1c3378b4573ae5af538995773d938058f8ea.andrewammerlaan@gentoo> (raw)
commit: ab9e1c3378b4573ae5af538995773d938058f8ea
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 11 15:53:01 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 15:53:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9e1c33
dev-python/qstylizer: fix dep on tinycss(2)
and fix my dumb mistaken in src_prepare
Closes: https://bugs.gentoo.org/795417
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/qstylizer/qstylizer-0.2.0.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/qstylizer/qstylizer-0.2.0.ebuild b/dev-python/qstylizer/qstylizer-0.2.0.ebuild
index 284ba937368..7d5ad0fccd1 100644
--- a/dev-python/qstylizer/qstylizer-0.2.0.ebuild
+++ b/dev-python/qstylizer/qstylizer-0.2.0.ebuild
@@ -16,8 +16,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
- >=dev-python/tinycss-0.4[${PYTHON_USEDEP}]
- <dev-python/tinycss-1[${PYTHON_USEDEP}]
+ >=dev-python/tinycss2-0.5[${PYTHON_USEDEP}]
+ <dev-python/tinycss-2[${PYTHON_USEDEP}]
>=dev-python/inflection-0.3.0[${PYTHON_USEDEP}]
<dev-python/inflection-1[${PYTHON_USEDEP}]
"
@@ -45,8 +45,8 @@ python_prepare_all() {
git config user.email "larry@gentoo.org" || die
git config user.name "Larry the Cow" || die
git add . || die
- git commit -mq "init" || die
- git tag -aq "${PV}" -m "${PV}" || die
+ git commit -m "init" || die
+ git tag -a "${PV}" -m "${PV}" || die
distutils-r1_python_prepare_all
}
next reply other threads:[~2021-06-11 15:53 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-11 15:53 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-21 6:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/qstylizer/ Michał Górny
2024-07-07 15:36 Michał Górny
2024-07-07 15:36 Michał Górny
2024-04-18 5:34 Michał Górny
2023-11-23 20:20 Michał Górny
2023-11-05 16:27 Michał Górny
2023-11-05 16:27 Michał Górny
2023-11-05 16:27 Michał Górny
2022-09-05 12:40 Andrew Ammerlaan
2022-06-16 8:09 Michał Górny
2022-05-25 11:03 Andrew Ammerlaan
2021-10-17 9:25 Michał Górny
2021-07-30 8:25 Andrew Ammerlaan
2021-07-06 12:51 Andrew Ammerlaan
2021-06-11 15:55 Andrew Ammerlaan
2021-06-11 14:32 Andrew Ammerlaan
2021-05-04 19:23 Sam James
2021-04-16 9:55 Joonas Niilola
2021-04-09 12:21 Joonas Niilola
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=1623426791.ab9e1c3378b4573ae5af538995773d938058f8ea.andrewammerlaan@gentoo \
--to=andrewammerlaan@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