From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/poetry/
Date: Fri, 28 Jul 2023 06:13:23 +0000 (UTC) [thread overview]
Message-ID: <1690524509.640cd42db668b655e0a8ae6efcfb1dad99a1dd55.mgorny@gentoo> (raw)
commit: 640cd42db668b655e0a8ae6efcfb1dad99a1dd55
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 06:08:18 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 06:08:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=640cd42d
dev-python/poetry: Correct dependencies
Closes: https://bugs.gentoo.org/910692
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../poetry/{poetry-1.5.1.ebuild => poetry-1.5.1-r1.ebuild} | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/dev-python/poetry/poetry-1.5.1.ebuild b/dev-python/poetry/poetry-1.5.1-r1.ebuild
similarity index 94%
rename from dev-python/poetry/poetry-1.5.1.ebuild
rename to dev-python/poetry/poetry-1.5.1-r1.ebuild
index 9fa3a6a19ab3..f74ff624b268 100644
--- a/dev-python/poetry/poetry-1.5.1.ebuild
+++ b/dev-python/poetry/poetry-1.5.1-r1.ebuild
@@ -22,9 +22,12 @@ RDEPEND="
>=dev-python/poetry-core-1.6.1[${PYTHON_USEDEP}]
>=dev-python/poetry-plugin-export-1.4.0[${PYTHON_USEDEP}]
>=dev-python/build-0.10.0[${PYTHON_USEDEP}]
+ >=dev-python/cachecontrol-0.12.9[${PYTHON_USEDEP}]
>=dev-python/cleo-2.0.0[${PYTHON_USEDEP}]
>=dev-python/crashtest-0.4.1[${PYTHON_USEDEP}]
>=dev-python/dulwich-0.21.2[${PYTHON_USEDEP}]
+ >=dev-python/filelock-3.8.0[${PYTHON_USEDEP}]
+ >=dev-python/html5lib-1.0[${PYTHON_USEDEP}]
>=dev-python/installer-0.7.0[${PYTHON_USEDEP}]
>=dev-python/jsonschema-4.10.0[${PYTHON_USEDEP}]
>=dev-python/keyring-23.9.0[${PYTHON_USEDEP}]
@@ -35,14 +38,16 @@ RDEPEND="
>=dev-python/requests-2.18[${PYTHON_USEDEP}]
>=dev-python/requests-toolbelt-0.10.1[${PYTHON_USEDEP}]
>=dev-python/shellingham-1.5.0[${PYTHON_USEDEP}]
- >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
>=dev-python/tomlkit-0.11.6[${PYTHON_USEDEP}]
>=dev-python/trove-classifiers-2022.5.19[${PYTHON_USEDEP}]
+ >=dev-python/urllib3-1.26.0[${PYTHON_USEDEP}]
>=dev-python/virtualenv-20.22.0[${PYTHON_USEDEP}]
- >=dev-python/cachecontrol-0.12.9[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
+ ' 3.10)
"
-DEPEND="
+BDEPEND="
test? (
>=dev-python/deepdiff-6.3.1[${PYTHON_USEDEP}]
>=dev-python/httpretty-1.0[${PYTHON_USEDEP}]
next reply other threads:[~2023-07-28 6:13 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-28 6:13 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 10:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/poetry/ Michał Górny
2025-03-06 7:30 Arthur Zamarin
2025-02-17 20:47 Michał Górny
2025-02-16 3:15 Michał Górny
2025-02-01 10:13 Michał Górny
2025-01-13 4:37 Michał Górny
2025-01-12 18:39 Michał Górny
2025-01-06 6:42 Michał Górny
2025-01-06 6:42 Michał Górny
2025-01-06 6:42 Michał Górny
2024-12-07 6:33 Michał Górny
2024-12-07 6:33 Michał Górny
2024-07-09 14:50 Michał Górny
2024-06-02 15:39 Andrew Ammerlaan
2024-05-19 17:55 Andrew Ammerlaan
2024-05-09 4:08 Michał Górny
2024-05-09 4:08 Michał Górny
2024-03-02 19:47 Michał Górny
2024-02-27 6:18 Michał Górny
2024-02-26 17:48 Michał Górny
2023-12-30 18:32 Michał Górny
2023-11-17 13:32 Michał Górny
2023-11-17 13:32 Michał Górny
2023-11-03 18:35 Michał Górny
2023-09-14 2:51 Sam James
2023-08-22 4:12 Michał Górny
2023-08-21 2:52 Michał Górny
2023-07-28 9:26 Michał Górny
2023-07-28 6:13 Michał Górny
2023-07-22 13:16 Michał Górny
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=1690524509.640cd42db668b655e0a8ae6efcfb1dad99a1dd55.mgorny@gentoo \
--to=mgorny@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