commit:     920aeb39c7e3489542dae1914a4b7a80c8a649d4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 12:45:27 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 15:13:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920aeb39

dev-python/black: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/black/Manifest             |  2 --
 dev-python/black/black-23.10.1.ebuild | 53 -----------------------------------
 dev-python/black/black-23.9.1.ebuild  | 53 -----------------------------------
 3 files changed, 108 deletions(-)

diff --git a/dev-python/black/Manifest b/dev-python/black/Manifest
index 8c0669ca710d..62c50b95fd5c 100644
--- a/dev-python/black/Manifest
+++ b/dev-python/black/Manifest
@@ -1,3 +1 @@
-DIST black-23.10.1.tar.gz 597307 BLAKE2B 
1f7522653e6eb537bd57826c8f4efc0520bab6a62b4ba5718fbd841bad046cd0a62edd5a87e8d5884e80b5882c712304e48f2af75770bd6b25e85dc7b262dc71
 SHA512 
493c46e01411ba6fc4ed81362dc056fb6171a9ec4d85142e5018e610b887b4ed674a09b6b0ede7cd53504904400adbf8b914b37cf0e73a0abaa2eef469a9ec02
 DIST black-23.11.0.tar.gz 615416 BLAKE2B 
eaf2dc20060b9161bb03b8f9ff99afa948f7296fa9d8d1aead10469e4edd4f78c871f0846c66a5673b94e2e4e0dfa9d70906ff4324fec5f40f0983a367df54e1
 SHA512 
50c9d04f57cae3b8338abd90c54f5025b915e8d50cc79863b3b540a434250475f13cd6c48f15e9b955981a2a6dadec9b4eed4caa277f349a8406d7f8640f2a2e
-DIST black-23.9.1.tar.gz 589529 BLAKE2B 
642e1bb7b83653d879b3cbf1e618472a3106c1d9c918cbb57e5f517a96a8838a501f0e49f0fa1822d87600b4a8cecaac8da2bc9f08d5bc4131a611a90099f60a
 SHA512 
0732409800a131fee69fffa8e7be8c128d26f0f75038235ba6f8c7451901199eed4118a2cb640ec0a5e6b40238bf41991c4a0559534f3a9f13d29f118e5b4aaa

diff --git a/dev-python/black/black-23.10.1.ebuild 
b/dev-python/black/black-23.10.1.ebuild
deleted file mode 100644
index 29726cd5e4ea..000000000000
--- a/dev-python/black/black-23.10.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 multiprocessing optfeature pypi
-
-DESCRIPTION="The uncompromising Python code formatter"
-HOMEPAGE="
-       https://black.readthedocs.io/en/stable/
-       https://github.com/psf/black/
-       https://pypi.org/project/black/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-RDEPEND="
-       >=dev-python/click-8.0.0[${PYTHON_USEDEP}]
-       >=dev-python/mypy_extensions-0.4.3[${PYTHON_USEDEP}]
-       >=dev-python/packaging-22.0[${PYTHON_USEDEP}]
-       >=dev-python/pathspec-0.9.0[${PYTHON_USEDEP}]
-       >=dev-python/platformdirs-2[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
-       ' 3.10)
-"
-BDEPEND="
-       dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
-       dev-python/hatch-vcs[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
-               dev-python/aiohttp-cors[${PYTHON_USEDEP}]
-               dev-python/colorama[${PYTHON_USEDEP}]
-               dev-python/parameterized[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       epytest -n "$(makeopts_jobs)" --dist=worksteal
-}
-
-pkg_postinst() {
-       optfeature "blackd - HTTP API for black" \
-               "dev-python/aiohttp dev-python/aiohttp-cors"
-}

diff --git a/dev-python/black/black-23.9.1.ebuild 
b/dev-python/black/black-23.9.1.ebuild
deleted file mode 100644
index 4d0dcf5513c9..000000000000
--- a/dev-python/black/black-23.9.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 multiprocessing optfeature pypi
-
-DESCRIPTION="The uncompromising Python code formatter"
-HOMEPAGE="
-       https://black.readthedocs.io/en/stable/
-       https://github.com/psf/black/
-       https://pypi.org/project/black/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-       >=dev-python/click-8.0.0[${PYTHON_USEDEP}]
-       >=dev-python/mypy_extensions-0.4.3[${PYTHON_USEDEP}]
-       >=dev-python/packaging-22.0[${PYTHON_USEDEP}]
-       >=dev-python/pathspec-0.9.0[${PYTHON_USEDEP}]
-       >=dev-python/platformdirs-2[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
-       ' 3.10)
-"
-BDEPEND="
-       dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
-       dev-python/hatch-vcs[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
-               dev-python/aiohttp-cors[${PYTHON_USEDEP}]
-               dev-python/colorama[${PYTHON_USEDEP}]
-               dev-python/parameterized[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       epytest -n "$(makeopts_jobs)" --dist=worksteal
-}
-
-pkg_postinst() {
-       optfeature "blackd - HTTP API for black" \
-               "dev-python/aiohttp dev-python/aiohttp-cors"
-}

Reply via email to