summaryrefslogtreecommitdiff
path: root/dev-python/python-lsp-isort
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-01-01 08:35:02 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-01-01 08:35:02 +0000
commita74aefc885f23295a4dc31f9aff115a55d0d1151 (patch)
treef9a478e563b1e3059d12e4408057e54030108a9c /dev-python/python-lsp-isort
parent2ad15b521153b34458b1525df5d7b8411f3f5ac4 (diff)
downloadbaldeagleos-repo-a74aefc885f23295a4dc31f9aff115a55d0d1151.tar.gz
baldeagleos-repo-a74aefc885f23295a4dc31f9aff115a55d0d1151.tar.xz
baldeagleos-repo-a74aefc885f23295a4dc31f9aff115a55d0d1151.zip
Adding metadata
Diffstat (limited to 'dev-python/python-lsp-isort')
-rw-r--r--dev-python/python-lsp-isort/Manifest1
-rw-r--r--dev-python/python-lsp-isort/metadata.xml11
-rw-r--r--dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild33
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/python-lsp-isort/Manifest b/dev-python/python-lsp-isort/Manifest
new file mode 100644
index 000000000000..ae4c07768cd9
--- /dev/null
+++ b/dev-python/python-lsp-isort/Manifest
@@ -0,0 +1 @@
+DIST python-lsp-isort-0.1.gh.tar.gz 5065 BLAKE2B 385807fde3bbbfd73d7fdefb721375490be592203aac41bcb2e0a56ee5588f66a78c7e2f6b14458c2836987abb1607670935d12127caedb2ddd3b9e67b87b547 SHA512 fd2575e27c5a32c7a8dfabc8777ae9ce82a0c1fe9a46fe64341becbe60e8d37d07736950b986df307e608a777825fd51cbb1345b7163944e19086ab69985a472
diff --git a/dev-python/python-lsp-isort/metadata.xml b/dev-python/python-lsp-isort/metadata.xml
new file mode 100644
index 000000000000..6ce507c50648
--- /dev/null
+++ b/dev-python/python-lsp-isort/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>moritz.brunner+gentoo@posteo.de</email>
+ <name>Moritz Brunner</name>
+ </maintainer>
+
+ <origin>gentoo-guru-overlay</origin>
+ <stabilize-allarches/>
+</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild b/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
new file mode 100644
index 000000000000..5ef94371e819
--- /dev/null
+++ b/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="isort plugin for the Python LSP Server"
+HOMEPAGE="
+ https://github.com/chantera/python-lsp-isort
+ https://pypi.org/project/python-lsp-isort/
+"
+SRC_URI="
+ https://github.com/chantera/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+BDEPEND="
+ >=dev-python/isort-5.0[${PYTHON_USEDEP}]
+"
+RDEPEND="
+ dev-python/python-lsp-server[${PYTHON_USEDEP}]
+ ${BDEPEND}
+"
+
+distutils_enable_tests pytest