From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51B7A15812D for ; Thu, 02 Jan 2025 15:20:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAF05E0826; Thu, 02 Jan 2025 15:20:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67871E0826 for ; Thu, 02 Jan 2025 15:20:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30F9933BE3B for ; Thu, 02 Jan 2025 15:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BC17191A for ; Thu, 02 Jan 2025 15:20:47 +0000 (UTC) From: "Nowa Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nowa Ammerlaan" Message-ID: <1735831194.56448645616a5eeb9be79617297f6d9353633f02.nowa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-lsp-black/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-lsp-black/python-lsp-black-2.0.0-r1.ebuild X-VCS-Directories: dev-python/python-lsp-black/ X-VCS-Committer: nowa X-VCS-Committer-Name: Nowa Ammerlaan X-VCS-Revision: 56448645616a5eeb9be79617297f6d9353633f02 X-VCS-Branch: master Date: Thu, 02 Jan 2025 15:20:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 35f96cde-03c8-463f-a81b-c05ce2f415da X-Archives-Hash: bc63c29a9c66b7784fdb756ca4f59836 commit: 56448645616a5eeb9be79617297f6d9353633f02 Author: Nowa Ammerlaan gentoo org> AuthorDate: Thu Jan 2 14:45:12 2025 +0000 Commit: Nowa Ammerlaan gentoo org> CommitDate: Thu Jan 2 15:19:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56448645 dev-python/python-lsp-black: enable py3.13 Signed-off-by: Nowa Ammerlaan gentoo.org> .../python-lsp-black-2.0.0-r1.ebuild | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/dev-python/python-lsp-black/python-lsp-black-2.0.0-r1.ebuild b/dev-python/python-lsp-black/python-lsp-black-2.0.0-r1.ebuild new file mode 100644 index 000000000000..3357a36a48a9 --- /dev/null +++ b/dev-python/python-lsp-black/python-lsp-black-2.0.0-r1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 + +DESCRIPTION="Black plugin for the Python LSP Server" +HOMEPAGE=" + https://github.com/python-lsp/python-lsp-black/ + https://pypi.org/project/python-lsp-black/ +" +SRC_URI=" + https://github.com/python-lsp/${PN}/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + >=dev-python/python-lsp-server-1.4.0[${PYTHON_USEDEP}] + >=dev-python/black-23.11.0[${PYTHON_USEDEP}] +" + +BDEPEND=" + test? ( + $(python_gen_cond_dep ' + dev-python/tomli[${PYTHON_USEDEP}] + ' 3.10) + !!