From 5ba8cc4e004e990f7d4bb88a62014bae2b25a9e0 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 9 Mar 2023 15:51:26 +0100 Subject: [PATCH] dev-python/lsprotocol: new package, add 2023.0.0_alpha1 Signed-off-by: tastytea --- dev-python/lsprotocol/Manifest | 1 + .../lsprotocol/lsprotocol-2023.0.0_alpha1.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 dev-python/lsprotocol/Manifest create mode 100644 dev-python/lsprotocol/lsprotocol-2023.0.0_alpha1.ebuild diff --git a/dev-python/lsprotocol/Manifest b/dev-python/lsprotocol/Manifest new file mode 100644 index 0000000..af0ca6a --- /dev/null +++ b/dev-python/lsprotocol/Manifest @@ -0,0 +1 @@ +DIST lsprotocol-2023.0.0a1.tar.gz 68113 BLAKE2B 12f13204d35bc65ad6e25cbc91e535e6e85c4b4f6d990962bb2f5b644ace3c06344b821232528b2c65b61724d3ea1f51c58ae2cd9e240f8965e7217d2738b0a2 SHA512 d7c8dab273bfcaa2539dc73386fcff1a2389d04816369d8953443420dd0b725d646f9b4ac830e47de6ad3ce1fba27396447cd8be98e2e2e97c8273c1b42e72d3 diff --git a/dev-python/lsprotocol/lsprotocol-2023.0.0_alpha1.ebuild b/dev-python/lsprotocol/lsprotocol-2023.0.0_alpha1.ebuild new file mode 100644 index 0000000..6cc12e5 --- /dev/null +++ b/dev-python/lsprotocol/lsprotocol-2023.0.0_alpha1.ebuild @@ -0,0 +1,15 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..11} ) +inherit distutils-r1 pypi + +DESCRIPTION="Python implementation of the Language Server Protocol" +HOMEPAGE="https://pypi.org/project/lsprotocol/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64"