public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/black/
Date: Wed, 29 Nov 2023 15:15:08 +0000 (UTC)	[thread overview]
Message-ID: <1701270834.920aeb39c7e3489542dae1914a4b7a80c8a649d4.mgorny@gentoo> (raw)

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	other threads:[~2023-11-29 15:15 UTC|newest]

Thread overview: 262+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-29 15:15 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08  3:00 [gentoo-commits] repo/gentoo:master commit in: dev-python/black/ Michał Górny
2024-09-01 16:40 Arthur Zamarin
2024-08-17  8:33 Jakov Smolić
2024-08-17  7:51 Michał Górny
2024-08-17  7:43 Michał Górny
2024-08-17  7:39 Michał Górny
2024-08-17  7:35 Michał Górny
2024-08-17  7:35 Michał Górny
2024-08-03  4:37 Michał Górny
2024-06-20 16:33 Michał Górny
2024-06-20 16:33 Michał Górny
2024-05-21 14:35 Michał Górny
2024-05-16 16:25 Arthur Zamarin
2024-05-16 16:25 Arthur Zamarin
2024-05-16 16:25 Arthur Zamarin
2024-05-11 11:06 Arthur Zamarin
2024-05-11 11:06 Arthur Zamarin
2024-05-11  9:49 Arthur Zamarin
2024-05-11  9:49 Arthur Zamarin
2024-04-26  2:05 Michał Górny
2024-04-25  4:43 Michał Górny
2024-04-18 18:13 Michał Górny
2024-04-13  5:35 Arthur Zamarin
2024-04-13  5:35 Arthur Zamarin
2024-03-30 17:13 Arthur Zamarin
2024-03-30 17:13 Arthur Zamarin
2024-03-30 15:28 Michał Górny
2024-03-30 15:28 Michał Górny
2024-03-30 15:28 Michał Górny
2024-03-30 14:59 Michał Górny
2024-03-30 14:53 Michał Górny
2024-03-16  6:54 Michał Górny
2024-03-15 21:30 Arthur Zamarin
2024-03-15 21:30 Arthur Zamarin
2024-03-03  0:25 Sam James
2024-03-02 11:19 Arthur Zamarin
2024-03-02 11:04 Arthur Zamarin
2024-03-02 10:20 Arthur Zamarin
2024-03-02  9:59 Arthur Zamarin
2024-02-24  7:08 Sam James
2024-02-17  9:55 Arthur Zamarin
2024-02-14 16:44 Sam James
2024-02-14 12:26 Michał Górny
2024-02-14 12:26 Michał Górny
2024-02-14 12:26 Michał Górny
2024-02-13  4:08 Michał Górny
2024-01-29  5:06 Michał Górny
2024-01-26 16:27 Michał Górny
2024-01-14  3:23 Michał Górny
2024-01-13 20:49 Arthur Zamarin
2024-01-10 15:03 Sam James
2024-01-06 11:54 Sam James
2024-01-06 10:52 Michał Górny
2024-01-06 10:52 Michał Górny
2024-01-06 10:24 Michał Górny
2024-01-06 10:16 Michał Górny
2023-12-23  5:12 Michał Górny
2023-12-12 16:50 Michał Górny
2023-11-29 12:33 Arthur Zamarin
2023-11-29 11:45 Arthur Zamarin
2023-11-25  9:37 Arthur Zamarin
2023-11-25  9:37 Arthur Zamarin
2023-11-25  8:38 Sam James
2023-11-25  8:38 Sam James
2023-11-25  7:37 Arthur Zamarin
2023-11-17 10:44 Andrew Ammerlaan
2023-11-08 15:39 Michał Górny
2023-10-26 18:37 Michał Górny
2023-10-26 18:24 Arthur Zamarin
2023-10-24  5:16 Michał Górny
2023-10-17 18:57 Michał Górny
2023-10-15  8:26 Sam James
2023-10-15  7:38 Sam James
2023-10-14 19:52 Arthur Zamarin
2023-10-14 19:52 Arthur Zamarin
2023-10-14 18:17 Arthur Zamarin
2023-10-14 18:17 Arthur Zamarin
2023-10-14 16:53 Arthur Zamarin
2023-09-11  2:57 Michał Górny
2023-09-09 17:29 Arthur Zamarin
2023-08-24 18:32 Michał Górny
2023-08-24 17:54 Arthur Zamarin
2023-08-21  3:50 Sam James
2023-08-20  5:58 Sam James
2023-08-19 17:58 Arthur Zamarin
2023-08-19 17:53 Arthur Zamarin
2023-08-19 16:46 Arthur Zamarin
2023-08-19 16:08 Arthur Zamarin
2023-08-19 16:05 Arthur Zamarin
2023-07-28 14:33 Michał Górny
2023-07-19 11:10 Michał Górny
2023-07-11  5:52 Michał Górny
2023-04-28 16:02 Arthur Zamarin
2023-04-28 16:00 Arthur Zamarin
2023-04-28 16:00 Arthur Zamarin
2023-04-28 16:00 Arthur Zamarin
2023-04-28 16:00 Arthur Zamarin
2023-04-28 15:59 Arthur Zamarin
2023-04-28 15:55 Arthur Zamarin
2023-04-28 14:58 Arthur Zamarin
2023-04-28 14:52 Arthur Zamarin
2023-03-29  5:35 Michał Górny
2023-03-04 14:44 Michał Górny
2023-03-04 12:15 Arthur Zamarin
2023-03-04  5:29 Arthur Zamarin
2023-03-03 19:32 Arthur Zamarin
2023-03-03 17:56 Arthur Zamarin
2023-03-03 17:56 Arthur Zamarin
2023-03-03 17:56 Arthur Zamarin
2023-03-03 17:56 Arthur Zamarin
2023-03-03 17:55 Arthur Zamarin
2023-02-01  4:57 Michał Górny
2023-01-13 13:21 Michał Górny
2023-01-13 11:47 Arthur Zamarin
2023-01-13 11:44 Arthur Zamarin
2023-01-13 11:44 Arthur Zamarin
2023-01-13  5:36 Sam James
2023-01-12  0:20 Sam James
2023-01-11 21:40 Sam James
2023-01-11 21:40 Sam James
2023-01-11 21:40 Sam James
2022-12-10  6:37 Michał Górny
2022-11-08  5:59 Michał Górny
2022-11-08  5:50 Arthur Zamarin
2022-11-08  5:50 Arthur Zamarin
2022-11-08  4:24 Sam James
2022-11-08  3:52 Sam James
2022-11-08  3:52 Sam James
2022-11-08  3:42 Sam James
2022-11-08  3:35 Sam James
2022-11-08  3:33 Sam James
2022-10-27 11:48 Andrew Ammerlaan
2022-10-07  6:40 Michał Górny
2022-10-03 16:53 Michał Górny
2022-10-03 16:46 Arthur Zamarin
2022-10-03  8:31 Agostino Sarubbo
2022-10-03  8:28 Agostino Sarubbo
2022-10-03  0:44 Sam James
2022-10-02 19:41 Arthur Zamarin
2022-10-02 19:40 Arthur Zamarin
2022-10-02 19:40 Arthur Zamarin
2022-10-02 19:12 Arthur Zamarin
2022-09-02 10:52 Marek Szuba
2022-09-01 19:42 Arthur Zamarin
2022-07-30 14:47 Arthur Zamarin
2022-07-30  8:47 Agostino Sarubbo
2022-07-30  8:45 Agostino Sarubbo
2022-07-30  2:33 Sam James
2022-07-30  2:33 Sam James
2022-07-29 13:15 Arthur Zamarin
2022-07-29 13:00 Arthur Zamarin
2022-07-29 12:12 Arthur Zamarin
2022-06-28  4:03 Michał Górny
2022-04-25 17:16 Sam James
2022-04-17 18:38 Arthur Zamarin
2022-03-29  2:23 Patrick McLean
2022-03-17 20:08 Sam James
2022-03-17  7:45 Agostino Sarubbo
2022-03-16 23:53 Sam James
2022-03-15 12:33 Jakov Smolić
2022-03-15 10:11 Jakov Smolić
2022-03-15 10:11 Jakov Smolić
2022-02-04 12:04 Michał Górny
2022-01-30  7:22 Michał Górny
2021-12-30 21:30 Michał Górny
2021-12-30 19:15 Arthur Zamarin
2021-12-28 20:28 Arthur Zamarin
2021-12-28 10:19 Sam James
2021-12-27 19:18 Jakov Smolić
2021-12-27 19:13 Arthur Zamarin
2021-12-27 19:10 Arthur Zamarin
2021-12-27 18:48 Arthur Zamarin
2021-12-27 18:48 Arthur Zamarin
2021-12-06  7:01 Michał Górny
2021-11-25 22:37 Sam James
2021-11-17  9:00 Michał Górny
2021-11-16 22:25 Michał Górny
2021-11-15 18:16 Sam James
2021-11-01  8:32 Michał Górny
2021-10-10 20:37 Sam James
2021-10-10 15:38 Agostino Sarubbo
2021-10-10 15:35 Agostino Sarubbo
2021-10-09 19:22 Sam James
2021-10-09 19:22 Sam James
2021-10-09 19:18 Sam James
2021-09-16  0:40 Patrick McLean
2021-09-15 18:46 Patrick McLean
2021-09-07 20:36 Michał Górny
2021-09-07 17:06 Sam James
2021-09-07  4:58 Sam James
2021-09-07  2:43 Sam James
2021-09-06 23:38 Sam James
2021-09-04  8:19 Michał Górny
2021-09-01  9:33 Agostino Sarubbo
2021-09-01  9:31 Agostino Sarubbo
2021-08-31 18:48 Sam James
2021-08-30  5:45 Michał Górny
2021-08-27  5:12 Agostino Sarubbo
2021-08-27  5:10 Agostino Sarubbo
2021-08-24 17:20 Louis Sautier
2021-08-24 11:58 Louis Sautier
2021-08-09  1:18 Sam James
2021-08-05 11:11 Sergei Trofimovich
2021-07-25 19:44 Sam James
2021-07-25 15:26 Sergei Trofimovich
2021-07-25 10:41 Michał Górny
2021-07-25  3:23 Sam James
2021-07-25  3:16 Matt Turner
2021-07-24 17:20 Sam James
2021-07-23 11:05 Marek Szuba
2021-07-20 20:36 Sergei Trofimovich
2021-07-17  7:03 Michał Górny
2021-07-14  6:53 Michał Górny
2021-07-14  3:12 Sam James
2021-07-13  0:05 Sam James
2021-07-07 14:22 Sergei Trofimovich
2021-07-03  6:25 Agostino Sarubbo
2021-07-03  6:24 Agostino Sarubbo
2021-07-03  6:22 Agostino Sarubbo
2021-07-03  6:20 Agostino Sarubbo
2021-07-03  6:17 Agostino Sarubbo
2021-06-11  6:32 Michał Górny
2021-06-09 14:43 Sergei Trofimovich
2021-06-07 13:18 Agostino Sarubbo
2021-06-07 13:16 Agostino Sarubbo
2021-06-06 17:40 Sergei Trofimovich
2021-06-06 13:03 Sam James
2021-06-05 20:43 Sam James
2021-06-05 20:43 Sam James
2021-05-31 19:11 Michał Górny
2021-05-10 18:45 Patrick McLean
2021-05-04 21:56 Patrick McLean
2021-04-29  7:18 Michał Górny
2021-04-28  8:16 Michał Górny
2021-04-26  7:09 Michał Górny
2021-04-26  7:09 Michał Górny
2020-12-11 18:06 Sergei Trofimovich
2020-11-28 14:05 Sam James
2020-11-26 19:08 Sam James
2020-11-26 13:21 Sam James
2020-11-26  4:42 Sam James
2020-11-25 18:13 Thomas Deutschmann
2020-11-23 16:39 Sergei Trofimovich
2020-11-02  9:47 Sam James
2020-10-07  1:02 Sam James
2020-10-04 19:49 Sergei Trofimovich
2020-09-30 20:26 Sam James
2020-09-27  6:42 Matt Turner
2020-09-18 14:28 Michał Górny
2020-09-13  4:55 Sam James
2020-09-13  4:55 Sam James
2020-09-13  3:31 Sam James
2020-08-30  3:57 Sam James
2020-08-29 20:04 Sam James
2020-08-27 22:10 Sergei Trofimovich
2020-08-25 10:23 Sam James
2020-08-24  0:09 Sam James
2020-08-18 21:53 Sergei Trofimovich
2020-08-18  7:53 Sam James
2020-06-09 23:40 Patrick McLean
2020-06-08 21:12 Patrick McLean

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=1701270834.920aeb39c7e3489542dae1914a4b7a80c8a649d4.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