From 290aebdea65a02557706eaeda477fef0437b6a48 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 11:50:53 -0500 Subject: Adding metadata --- dev-python/python-lsp-jsonrpc/Manifest | 1 - dev-python/python-lsp-jsonrpc/metadata.xml | 14 -------- .../python-lsp-jsonrpc-1.1.2.ebuild | 38 ---------------------- 3 files changed, 53 deletions(-) delete mode 100644 dev-python/python-lsp-jsonrpc/Manifest delete mode 100644 dev-python/python-lsp-jsonrpc/metadata.xml delete mode 100644 dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.1.2.ebuild (limited to 'dev-python/python-lsp-jsonrpc') diff --git a/dev-python/python-lsp-jsonrpc/Manifest b/dev-python/python-lsp-jsonrpc/Manifest deleted file mode 100644 index afcf1412a7f2..000000000000 --- a/dev-python/python-lsp-jsonrpc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-lsp-jsonrpc-1.1.2.tar.gz 15298 BLAKE2B 04c4616e63cbdee199747e87e6b21cede9b3b6d3001cf43f3d2640ab727e3c3466f914a7b870311cd08d01161d5cb8bd8a7c9ce35e24ea2a2a7b2821957a79e5 SHA512 7f8de21ca9616b725617b9aed2b2f3d991477e16065ac239559e45723713fe29fb16194145ed191df57d621d49a04e0258e9573fdabce34409fc779cae45ea82 diff --git a/dev-python/python-lsp-jsonrpc/metadata.xml b/dev-python/python-lsp-jsonrpc/metadata.xml deleted file mode 100644 index f2cdb7a87c60..000000000000 --- a/dev-python/python-lsp-jsonrpc/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - nowa@gentoo.org - Nowa Ammerlaan - - - python@gentoo.org - Python - - - baldeagleos-repo - diff --git a/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.1.2.ebuild b/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.1.2.ebuild deleted file mode 100644 index 515694a30f3f..000000000000 --- a/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.1.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="JSON RPC 2.0 server library" -HOMEPAGE=" - https://github.com/python-lsp/python-lsp-jsonrpc/ - https://pypi.org/project/python-lsp-jsonrpc/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64 x86" - -RDEPEND=" - >=dev-python/ujson-3[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pycodestyle[${PYTHON_USEDEP}] - dev-python/pyflakes[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_test() { - local -x TZ=UTC - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -o addopts= -} -- cgit v1.3.1