From bfd9c39e4712ebdb442d4ca0673061faed1e70e1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 05:48:38 -0500 Subject: Revert "Adding metadata" This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704. --- dev-python/python-lsp-jsonrpc/Manifest | 1 + dev-python/python-lsp-jsonrpc/metadata.xml | 17 ++++++++++ .../python-lsp-jsonrpc-1.1.2.ebuild | 38 ++++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 dev-python/python-lsp-jsonrpc/Manifest create mode 100644 dev-python/python-lsp-jsonrpc/metadata.xml create 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 new file mode 100644 index 000000000000..afcf1412a7f2 --- /dev/null +++ b/dev-python/python-lsp-jsonrpc/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..a1e345d4c08c --- /dev/null +++ b/dev-python/python-lsp-jsonrpc/metadata.xml @@ -0,0 +1,17 @@ + + + + + nowa@gentoo.org + Nowa Ammerlaan + + + python@gentoo.org + Python + + + + python-lsp/python-lsp-jsonrpc + python-lsp-jsonrpc + + 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 new file mode 100644 index 000000000000..515694a30f3f --- /dev/null +++ b/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.1.2.ebuild @@ -0,0 +1,38 @@ +# 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