mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/python-lsp-isort: new package, add 0.1
Signed-off-by: Moritz Brunner <moritz.brunner+gentoo@posteo.de>
This commit is contained in:
1
dev-python/python-lsp-isort/Manifest
Normal file
1
dev-python/python-lsp-isort/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST python-lsp-isort-0.1.gh.tar.gz 5065 BLAKE2B 385807fde3bbbfd73d7fdefb721375490be592203aac41bcb2e0a56ee5588f66a78c7e2f6b14458c2836987abb1607670935d12127caedb2ddd3b9e67b87b547 SHA512 fd2575e27c5a32c7a8dfabc8777ae9ce82a0c1fe9a46fe64341becbe60e8d37d07736950b986df307e608a777825fd51cbb1345b7163944e19086ab69985a472
|
||||
13
dev-python/python-lsp-isort/metadata.xml
Normal file
13
dev-python/python-lsp-isort/metadata.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Moritz Brunner</name>
|
||||
<email>moritz.brunner+gentoo@posteo.de</email>
|
||||
</maintainer>
|
||||
<stabilize-allarches />
|
||||
<upstream>
|
||||
<remote-id type="pypi">python-lsp-isort</remote-id>
|
||||
<remote-id type="github">chantera/python-lsp-isort</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
35
dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
Normal file
35
dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# 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_{10..12} pypy3 )
|
||||
MY_PV="0.1"
|
||||
|
||||
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${MY_PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
"
|
||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user