commit: a82f1bfd8d06859142a408b1d42f74d925065d45
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 16:20:27 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 17:03:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82f1bfd
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-2.2.1.ebuild | 36 ----------------------
.../pyproject-fmt/pyproject-fmt-2.2.3.ebuild | 36 ----------------------
.../pyproject-fmt/pyproject-fmt-2.3.0.ebuild | 36 ----------------------
4 files changed, 111 deletions(-)
diff --git a/dev-python/pyproject-fmt/Manifest
b/dev-python/pyproject-fmt/Manifest
index 006c1ef9fa8b..086bc02f44c0 100644
--- a/dev-python/pyproject-fmt/Manifest
+++ b/dev-python/pyproject-fmt/Manifest
@@ -1,6 +1,3 @@
DIST pyproject_fmt-2.1.3.tar.gz 9016 BLAKE2B
742d29283f883f36a6705b74613455932057c508bb98c61d245254fca5d35c31333d01e1047f3c3c4fe46c41ea0633d6a491f59c9633770dd5fb5ee9b696f5ed
SHA512
3ba7bc939ed555a58c41bc35563fecba4066e95b0fc4d9c0ecf77ed484cbf2ebd8067fb097dabb499d95ddd7be64712961b70b9abb2f147cc6491c3c8ca85877
-DIST pyproject_fmt-2.2.1.tar.gz 9175 BLAKE2B
8968163f175c22a7532a8f582d522708a4c5740a682a617fd8539009a5409d0d6f6f5679c754ac6023047923837675191c35906d0876b4e728d00e135cfd3c5a
SHA512
ac2dea741cff18e0a12daf6e0076b1fc42bdb097f10a8f49a8d131fc37e4c16f811b95fb537e0c0a852eaa6fcc8c6efd9331be3087748720fc436daee0c7285d
-DIST pyproject_fmt-2.2.3.tar.gz 9157 BLAKE2B
a9cc1771c05d504fa0e7321f1c97cfd09f44a39ec7bdadbbba31f0fbe62b955a1689aa2ff8edb0274e5f352cca872591babd7f6c62189cf5bee1567ffb1f306d
SHA512
404b038aa7d189d17e2c1df873e4bc50a199dcb193c064e19eb54a5f671fdcdc2c51ce9b19dff10e6c0dda089aee7070f7408892b6ca393abc2ed5b5ff666812
DIST pyproject_fmt-2.2.4.tar.gz 9140 BLAKE2B
19397db0f7e2a51391f99824645c73361eaa60e2430fe22f9aec85b7273d232ae8aab8d96e1276f93c7fa8612a768fa7bf66f207c4bf73e92e69d3f0f62c8b22
SHA512
54dd02060c93040ef09f23751e0ef6c853a892df077ca012717b4586dede5081365ee4df1daaf98095af364a0e9406e9a5afde74158d5dc6715425bed58db254
-DIST pyproject_fmt-2.3.0.tar.gz 9151 BLAKE2B
37ebb5617bd5384e4d43d9378e92c4e1b120c68ea3667770e5f2b2247e0db30d99455a1fe77a1fcf29b6755f4d98641097420af6d28e19d46b22465477aa05e0
SHA512
ea23e407f212e390b528433f5826ebef786a9b202e80658976d5d0ddc4f99db44eb00ae29a7c13429300ef7682c3acac97ae2179821d0c77854e5e21fbfe4200
DIST pyproject_fmt-2.3.1.tar.gz 9139 BLAKE2B
461dbf2d0c81dd679fb7432daa25f862990fb5255206549cde8ab7e3a02f8ddacc9ce0ffb4d78476887e302d096a8f364ea269b75eed5c6a61a15471c38adada
SHA512
289bae8ee8c2adb9a78294ac1c1b569aec7fe73a9400ef43ac6ed684e26c76c921f342b4236654951c40bfb5e9e72092dd9cc7d32252f1e81902e398ae7a84ee
diff --git a/dev-python/pyproject-fmt/pyproject-fmt-2.2.1.ebuild
b/dev-python/pyproject-fmt/pyproject-fmt-2.2.1.ebuild
deleted file mode 100644
index 99508eb2bf87..000000000000
--- a/dev-python/pyproject-fmt/pyproject-fmt-2.2.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-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="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- ~dev-python/pyproject-fmt-rust-1.1.6[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
- ' 3.10)
-"
-# 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-2.2.3.ebuild
b/dev-python/pyproject-fmt/pyproject-fmt-2.2.3.ebuild
deleted file mode 100644
index 9bc087b77648..000000000000
--- a/dev-python/pyproject-fmt/pyproject-fmt-2.2.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-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="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
- ~dev-python/pyproject-fmt-rust-1.1.6[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
- ' 3.10)
-"
-# 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-2.3.0.ebuild
b/dev-python/pyproject-fmt/pyproject-fmt-2.3.0.ebuild
deleted file mode 100644
index f825d78492cb..000000000000
--- a/dev-python/pyproject-fmt/pyproject-fmt-2.3.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-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="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
- ~dev-python/pyproject-fmt-rust-1.2.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/tomli-2.0.2[${PYTHON_USEDEP}]
- ' 3.10)
-"
-# 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