From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproject-fmt/
Date: Mon, 11 Sep 2023 14:17:08 +0000 (UTC) [thread overview]
Message-ID: <1694441636.04cf2cf5aeb54f9148c27794046a3345dcc18a9a.mgorny@gentoo> (raw)
commit: 04cf2cf5aeb54f9148c27794046a3345dcc18a9a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 11 14:13:56 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 14:13:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04cf2cf5
dev-python/pyproject-fmt: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyproject-fmt/Manifest | 3 --
.../pyproject-fmt/pyproject-fmt-0.13.0-r1.ebuild | 35 ------------------
.../pyproject-fmt/pyproject-fmt-0.13.1.ebuild | 35 ------------------
.../pyproject-fmt/pyproject-fmt-1.0.0.ebuild | 42 ----------------------
4 files changed, 115 deletions(-)
diff --git a/dev-python/pyproject-fmt/Manifest b/dev-python/pyproject-fmt/Manifest
index 9e31e433095c..da5c4fd77baf 100644
--- a/dev-python/pyproject-fmt/Manifest
+++ b/dev-python/pyproject-fmt/Manifest
@@ -1,4 +1 @@
-DIST pyproject_fmt-0.13.0.tar.gz 13021 BLAKE2B 911925fb489782af9952cea68105ceeaa62fe96af130688f08892bc6fc701063f0a3b17c079323fd5358999f73fdffff59dbe910ca280cf9a963b2e45c10d22d SHA512 eb97893c9e04edd4667f961cb2232cda1be42f96ae94cd95886e70e48835b0228a0054bb4a75c439deff16990335ef56fbf60b8a0b2530d18856d075d42ff404
-DIST pyproject_fmt-0.13.1.tar.gz 13938 BLAKE2B 42a75840a45eeb96a58bc277a4e1834a4e2965a18a41d4305ff6060c1e01835474f664494f1fdde2ddd4bc945818691f72e9d1033090d321f2444dcb6c529f28 SHA512 e8465f94590557f89bfbd7e3825831420859ba291f0413444de10709ec866d6b771f6fe139acaf930b2139c638b90a58c9bddf2ae6aecfb9745b306b815a041d
-DIST pyproject_fmt-1.0.0.tar.gz 13946 BLAKE2B a1c3f91a9b7f04b7f980ebbb19a93fee1b445ad87c34c0ddcff39545371f02e7b8448df0706d9d42eee7f52f7f616c6c8b2a7a844c3acbe251fc958f1f8c7d37 SHA512 a8d39edaf1ddaa5e8a84a6854c5fc4e1284caaf89f0a87ec67f22a06186f7ad7cf4ffe0e07f2c51f626a5e488b1814b17e1b3697103233b6de087e8787f0207a
DIST pyproject_fmt-1.1.0.tar.gz 14219 BLAKE2B 9b5180edab6f1f0684d1bc5a503321f09d59acfc71e2f98a36c2b974f95a3f6c0309d43e2a87cbb0c9249d3bc0f74f0696dd3965d9fd2c8329441a2f20fcafea SHA512 dc18e19b7140bfe7a97e1b9720d493327f9006fb666130438b0ef670a91480e2faaad9ff951d42b8856044d028b725ec3b6a522084b7090208df5c853cefc78c
diff --git a/dev-python/pyproject-fmt/pyproject-fmt-0.13.0-r1.ebuild b/dev-python/pyproject-fmt/pyproject-fmt-0.13.0-r1.ebuild
deleted file mode 100644
index 1a86177574a2..000000000000
--- a/dev-python/pyproject-fmt/pyproject-fmt-0.13.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Format your pyproject.toml file"
-HOMEPAGE="
- https://github.com/tox-dev/pyproject-fmt/
- https://pypi.org/project/pyproject-fmt/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- >=dev-python/natsort-8.3.1[${PYTHON_USEDEP}]
- >=dev-python/packaging-23.1[${PYTHON_USEDEP}]
- >=dev-python/tomlkit-0.11.8[${PYTHON_USEDEP}]
-"
-# tox is called as a subprocess, to get targets from tox.ini
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
- test? (
- >=dev-python/pytest-mock-3.10[${PYTHON_USEDEP}]
- dev-python/tox
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pyproject-fmt/pyproject-fmt-0.13.1.ebuild b/dev-python/pyproject-fmt/pyproject-fmt-0.13.1.ebuild
deleted file mode 100644
index dcd0afc0080b..000000000000
--- a/dev-python/pyproject-fmt/pyproject-fmt-0.13.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Format your pyproject.toml file"
-HOMEPAGE="
- https://github.com/tox-dev/pyproject-fmt/
- https://pypi.org/project/pyproject-fmt/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
- >=dev-python/natsort-8.4[${PYTHON_USEDEP}]
- >=dev-python/packaging-23.1[${PYTHON_USEDEP}]
- >=dev-python/tomlkit-0.11.8[${PYTHON_USEDEP}]
-"
-# tox is called as a subprocess, to get targets from tox.ini
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
- test? (
- >=dev-python/pytest-mock-3.10[${PYTHON_USEDEP}]
- dev-python/tox
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pyproject-fmt/pyproject-fmt-1.0.0.ebuild b/dev-python/pyproject-fmt/pyproject-fmt-1.0.0.ebuild
deleted file mode 100644
index c440d098979a..000000000000
--- a/dev-python/pyproject-fmt/pyproject-fmt-1.0.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Format your pyproject.toml file"
-HOMEPAGE="
- https://github.com/tox-dev/pyproject-fmt/
- https://pypi.org/project/pyproject-fmt/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
- dev-python/natsort[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
- dev-python/tomlkit[${PYTHON_USEDEP}]
-"
-# tox is called as a subprocess, to get targets from tox.ini
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
- test? (
- >=dev-python/pytest-mock-3.10[${PYTHON_USEDEP}]
- dev-python/tox
- )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- # upstream lower bounds are completely meaningless and copying them
- # to the ebuild is a horrible waste of time
- sed -i -e 's:>=[0-9.]*::' pyproject.toml || die
- distutils-r1_src_prepare
-}
next reply other threads:[~2023-09-11 14:17 UTC|newest]
Thread overview: 177+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-11 14:17 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 16:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproject-fmt/ Michał Górny
2025-03-08 16:42 Arthur Zamarin
2025-03-08 13:08 Arthur Zamarin
2025-03-08 12:34 Jakov Smolić
2025-03-08 12:22 Arthur Zamarin
2025-03-08 12:16 Sam James
2025-03-08 11:57 Arthur Zamarin
2025-03-08 11:01 Arthur Zamarin
2025-02-19 7:56 Michał Górny
2025-01-06 11:46 Michał Górny
2025-01-06 4:00 WANG Xuerui
2024-12-16 7:51 Arthur Zamarin
2024-12-09 19:41 Arthur Zamarin
2024-12-07 12:03 Sam James
2024-12-07 11:26 Arthur Zamarin
2024-12-07 10:49 Arthur Zamarin
2024-12-07 10:49 Arthur Zamarin
2024-12-07 10:35 Arthur Zamarin
2024-11-23 20:21 Michał Górny
2024-11-23 20:15 Arthur Zamarin
2024-11-23 20:15 Arthur Zamarin
2024-11-23 20:03 Michał Górny
2024-11-23 8:27 Arthur Zamarin
2024-11-05 15:37 Jakov Smolić
2024-11-03 4:40 Sam James
2024-11-02 12:03 Arthur Zamarin
2024-11-02 9:01 Michał Górny
2024-11-02 8:49 Michał Górny
2024-11-02 8:49 Michał Górny
2024-11-02 8:48 Michał Górny
2024-11-02 8:48 Michał Górny
2024-10-31 15:50 Michał Górny
2024-10-18 11:23 Michał Górny
2024-10-18 4:29 Michał Górny
2024-10-17 17:03 Michał Górny
2024-10-17 17:03 Michał Górny
2024-10-15 7:00 Michał Górny
2024-10-12 15:15 Sam James
2024-10-11 3:06 Michał Górny
2024-10-09 6:59 Arthur Zamarin
2024-10-05 9:07 Arthur Zamarin
2024-10-05 9:06 Arthur Zamarin
2024-10-05 8:42 Arthur Zamarin
2024-10-05 8:22 Arthur Zamarin
2024-09-28 14:10 Arthur Zamarin
2024-09-28 12:32 Arthur Zamarin
2024-09-28 11:47 Arthur Zamarin
2024-09-28 10:48 Arthur Zamarin
2024-09-28 10:44 Arthur Zamarin
2024-09-28 10:33 Michał Górny
2024-09-18 14:03 Michał Górny
2024-09-09 2:24 Michał Górny
2024-09-01 19:46 Arthur Zamarin
2024-08-17 11:15 Michał Górny
2024-08-17 11:15 Michał Górny
2024-08-17 11:15 Michał Górny
2024-08-17 11:15 Michał Górny
2024-08-17 9:57 Michał Górny
2024-08-09 17:19 Sam James
2024-08-01 1:44 Michał Górny
2024-07-31 5:52 Michał Górny
2024-07-21 0:32 Sam James
2024-07-21 0:32 Sam James
2024-07-20 22:46 Sam James
2024-07-20 22:46 Sam James
2024-07-20 22:34 Sam James
2024-07-04 5:13 Michał Górny
2024-06-08 11:20 Michał Górny
2024-06-08 11:02 Arthur Zamarin
2024-06-08 6:24 Arthur Zamarin
2024-06-05 11:01 Arthur Zamarin
2024-06-05 6:48 Arthur Zamarin
2024-06-05 6:48 Arthur Zamarin
2024-06-05 6:48 Arthur Zamarin
2024-06-01 7:10 Michał Górny
2024-06-01 7:10 Michał Górny
2024-06-01 3:46 Ionen Wolkens
2024-05-21 4:14 Michał Górny
2024-05-21 4:14 Michał Górny
2024-05-16 9:14 Yixun Lan
2024-05-16 3:42 Michał Górny
2024-05-16 3:42 Michał Górny
2024-05-15 2:08 Michał Górny
2024-05-14 9:54 Michał Górny
2024-05-14 6:48 Michał Górny
2024-05-13 17:05 Arthur Zamarin
2024-05-13 11:41 Arthur Zamarin
2024-05-12 3:42 Yixun Lan
2024-05-12 2:25 Michał Górny
2024-05-11 17:02 Michał Górny
2024-05-11 7:31 Arthur Zamarin
2024-05-11 7:28 Arthur Zamarin
2024-05-11 7:13 Arthur Zamarin
2024-05-11 7:12 Arthur Zamarin
2024-05-11 7:12 Arthur Zamarin
2024-05-11 5:38 Michał Górny
2024-05-04 7:43 Michał Górny
2024-05-04 7:17 Arthur Zamarin
2024-04-18 5:34 Michał Górny
2024-02-08 14:48 Michał Górny
2024-02-08 14:43 Michał Górny
2024-01-29 10:11 Michał Górny
2024-01-29 7:51 Sam James
2024-01-23 4:39 Michał Górny
2024-01-11 4:56 Michał Górny
2023-12-15 11:16 Michał Górny
2023-12-15 11:02 Arthur Zamarin
2023-12-02 7:09 Michał Górny
2023-11-30 5:48 Michał Górny
2023-11-29 10:30 Michał Górny
2023-11-29 10:26 Michał Górny
2023-11-10 4:09 Michał Górny
2023-11-05 20:58 Michał Górny
2023-11-05 19:10 Arthur Zamarin
2023-11-02 14:28 Michał Górny
2023-10-26 3:12 Michał Górny
2023-10-02 18:35 Arthur Zamarin
2023-09-11 12:35 Arthur Zamarin
2023-08-28 16:53 Michał Górny
2023-08-22 20:01 Michał Górny
2023-08-12 3:27 Michał Górny
2023-08-05 12:01 Michał Górny
2023-08-05 11:38 WANG Xuerui
2023-08-02 18:52 Michał Górny
2023-07-04 2:59 Michał Górny
2023-06-21 4:14 Michał Górny
2023-06-16 3:34 Michał Górny
2023-05-29 5:49 Michał Górny
2023-05-28 23:33 Sam James
2023-05-25 14:49 Michał Górny
2023-05-11 7:09 Michał Górny
2023-04-29 5:20 Michał Górny
2023-04-28 14:49 Arthur Zamarin
2023-04-28 14:47 Arthur Zamarin
2023-04-25 2:02 Michał Górny
2023-03-23 16:36 Michał Górny
2023-03-17 15:58 Michał Górny
2023-03-17 15:54 Arthur Zamarin
2023-02-24 20:04 Michał Górny
2023-02-24 18:12 Arthur Zamarin
2023-02-14 5:08 Michał Górny
2023-02-10 6:52 Michał Górny
2023-02-08 6:27 Michał Górny
2023-01-30 6:59 Michał Górny
2023-01-20 4:50 Michał Górny
2022-12-17 7:08 Michał Górny
2022-12-16 21:16 Arthur Zamarin
2022-11-25 5:14 Michał Górny
2022-11-23 8:41 Michał Górny
2022-09-22 20:20 Michał Górny
2022-09-20 8:49 Agostino Sarubbo
2022-09-20 7:43 Jakov Smolić
2022-09-20 5:43 Michał Górny
2022-09-20 5:43 Michał Górny
2022-09-20 0:07 Sam James
2022-09-20 0:07 Sam James
2022-09-19 20:56 Jakov Smolić
2022-09-19 20:56 Jakov Smolić
2022-09-19 20:56 Jakov Smolić
2022-09-19 20:44 Jakov Smolić
2022-09-18 6:27 Michał Górny
2022-08-13 9:42 Arthur Zamarin
2022-08-13 8:05 Michał Górny
2022-08-05 12:06 Arthur Zamarin
2022-07-30 19:10 WANG Xuerui
2022-07-30 18:11 Arthur Zamarin
2022-07-29 16:38 Arthur Zamarin
2022-07-29 12:25 James Le Cuirot
2022-07-29 11:51 Arthur Zamarin
2022-07-29 10:26 Arthur Zamarin
2022-07-29 7:47 Arthur Zamarin
2022-07-28 14:12 Yixun Lan
2022-07-27 20:09 Sam James
2022-07-27 20:09 Sam James
2022-06-29 6:19 Michał Górny
2022-06-25 5:11 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=1694441636.04cf2cf5aeb54f9148c27794046a3345dcc18a9a.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