commit:     0a2adf5440998ca240f6f55f338c2f94dd397f6c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 04:37:45 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 29 05:49:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2adf54

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.10.0.ebuild      | 33 -------------------
 .../pyproject-fmt/pyproject-fmt-0.11.1.ebuild      | 33 -------------------
 .../pyproject-fmt/pyproject-fmt-0.9.2.ebuild       | 38 ----------------------
 4 files changed, 107 deletions(-)

diff --git a/dev-python/pyproject-fmt/Manifest 
b/dev-python/pyproject-fmt/Manifest
index 8a42410ebc8b..f9acc1fd26c6 100644
--- a/dev-python/pyproject-fmt/Manifest
+++ b/dev-python/pyproject-fmt/Manifest
@@ -1,4 +1 @@
-DIST pyproject-fmt-0.9.2.gh.tar.gz 15615 BLAKE2B 
91912d350224fb2cbfd5f4e2310c10849dd0a1f43ac076059b521966d07526f9509cf87bba182cc4e9eb6b87c7c58c2972bb4f256bf63724e9d3b6c4fe9e67dd
 SHA512 
3045381fc811fa8b8b7e845d9af5564d1969b73bfbb3e5a5c1953843754607cdbd809b829691d7195df73a1e136f68fbb3d3b66c783aa7c706b352e88d9b3f92
-DIST pyproject_fmt-0.10.0.tar.gz 11148 BLAKE2B 
de8f068b4bda97dcde68010645f637c69253712d7b5d8514660a2b3fc874defe76a343b10c5cdc2c3c2bdbb214a5ae0b1483944fb0eb9f1607c8bad7d0f51e60
 SHA512 
9383f2e02971f95cad724ea7a9c1f322d0c4e94ee36c5a3dd668f15b149f5e259274be086399f83e4f95bded796200debff351558b92249200874f1cb4c04323
-DIST pyproject_fmt-0.11.1.tar.gz 12099 BLAKE2B 
7a85cf8189e818b2433874b5c65bceadfe5897f44702389201b68da0cc2539473435b455897af0fbc4fac64d289de576934d88c92819541d367f2a994253a5fa
 SHA512 
deccb4678ae3f063ced8daa75db567d1e98a4126f6bf1481229217e69777f596e37f0975f58b51f773b165d3ddc603910fea3cc322dfc9aa9d488f29f429ecab
 DIST pyproject_fmt-0.11.2.tar.gz 12134 BLAKE2B 
bff72bd12d41f9d9fa7cae82938f6cc921a079e966587a6432f07d17702835863f20e460003cc9321a8465c2e660b7474e0c9f54987b7ee7deaae99dd0e76b56
 SHA512 
2600212e4afcf238636c7b41a60e9a235a742a923fdcafcb174e08799845797d1813fc61ca56db9ada35def0deb94192180fe4ff15bb6cfa7208e1c1d3b339d0

diff --git a/dev-python/pyproject-fmt/pyproject-fmt-0.10.0.ebuild 
b/dev-python/pyproject-fmt/pyproject-fmt-0.10.0.ebuild
deleted file mode 100644
index 03da02e13551..000000000000
--- a/dev-python/pyproject-fmt/pyproject-fmt-0.10.0.ebuild
+++ /dev/null
@@ -1,33 +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_{9..11} )
-
-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.7[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/hatch-vcs[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/pytest-mock-3.10[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pyproject-fmt/pyproject-fmt-0.11.1.ebuild 
b/dev-python/pyproject-fmt/pyproject-fmt-0.11.1.ebuild
deleted file mode 100644
index 03da02e13551..000000000000
--- a/dev-python/pyproject-fmt/pyproject-fmt-0.11.1.ebuild
+++ /dev/null
@@ -1,33 +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_{9..11} )
-
-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.7[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/hatch-vcs[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/pytest-mock-3.10[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pyproject-fmt/pyproject-fmt-0.9.2.ebuild 
b/dev-python/pyproject-fmt/pyproject-fmt-0.9.2.ebuild
deleted file mode 100644
index 18ae3f04023d..000000000000
--- a/dev-python/pyproject-fmt/pyproject-fmt-0.9.2.ebuild
+++ /dev/null
@@ -1,38 +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_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Format your pyproject.toml file"
-HOMEPAGE="
-       https://github.com/tox-dev/pyproject-fmt/
-       https://pypi.org/project/pyproject-fmt/
-"
-SRC_URI="
-       https://github.com/tox-dev/pyproject-fmt/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-RDEPEND="
-       >=dev-python/packaging-23[${PYTHON_USEDEP}]
-       >=dev-python/tomlkit-0.11.6[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/hatch-vcs[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/pytest-mock-3.10[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

Reply via email to