diff options
Diffstat (limited to 'dev-python/python-lsp-server')
| -rw-r--r-- | dev-python/python-lsp-server/metadata.xml | 3 | ||||
| -rw-r--r-- | dev-python/python-lsp-server/python-lsp-server-1.0.1-r1.ebuild (renamed from dev-python/python-lsp-server/python-lsp-server-1.0.1.ebuild) | 16 | ||||
| -rw-r--r-- | dev-python/python-lsp-server/python-lsp-server-1.1.0-r1.ebuild (renamed from dev-python/python-lsp-server/python-lsp-server-1.1.0.ebuild) | 16 |
3 files changed, 33 insertions, 2 deletions
diff --git a/dev-python/python-lsp-server/metadata.xml b/dev-python/python-lsp-server/metadata.xml index 49af381f0867..ce69ce5a70cf 100644 --- a/dev-python/python-lsp-server/metadata.xml +++ b/dev-python/python-lsp-server/metadata.xml @@ -12,6 +12,9 @@ <upstream> <remote-id type="pypi">python-lsp-server</remote-id> </upstream> + <use> + <flag name="all-plugins">Pull in all optional plugins</flag> + </use> <origin>gentoo-staging</origin> <stabilize-allarches/> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/python-lsp-server/python-lsp-server-1.0.1.ebuild b/dev-python/python-lsp-server/python-lsp-server-1.0.1-r1.ebuild index 3307769d2050..1b8261bce1ec 100644 --- a/dev-python/python-lsp-server/python-lsp-server-1.0.1.ebuild +++ b/dev-python/python-lsp-server/python-lsp-server-1.0.1-r1.ebuild @@ -16,6 +16,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm64 x86" +IUSE="all-plugins" + BDEPEND=" test? ( dev-python/autopep8[${PYTHON_USEDEP}] @@ -41,7 +43,19 @@ RDEPEND=" <dev-python/jedi-0.19.0[${PYTHON_USEDEP}] >=dev-python/python-lsp-jsonrpc-1.0.0[${PYTHON_USEDEP}] dev-python/pluggy[${PYTHON_USEDEP}] - >=dev-python/ujson-3[${PYTHON_USEDEP}] + all-plugins? ( + dev-python/autopep8[${PYTHON_USEDEP}] + >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}] + >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}] + <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}] + >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}] + >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}] + >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}] + <dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}] + >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}] + >=dev-python/rope-0.10.5[${PYTHON_USEDEP}] + dev-python/yapf[${PYTHON_USEDEP}] + ) " PATCHES=( diff --git a/dev-python/python-lsp-server/python-lsp-server-1.1.0.ebuild b/dev-python/python-lsp-server/python-lsp-server-1.1.0-r1.ebuild index 3e4b9039a172..07de4a52f97f 100644 --- a/dev-python/python-lsp-server/python-lsp-server-1.1.0.ebuild +++ b/dev-python/python-lsp-server/python-lsp-server-1.1.0-r1.ebuild @@ -16,6 +16,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="all-plugins" + BDEPEND=" test? ( dev-python/autopep8[${PYTHON_USEDEP}] @@ -41,7 +43,19 @@ RDEPEND=" <dev-python/jedi-0.19.0[${PYTHON_USEDEP}] >=dev-python/python-lsp-jsonrpc-1.0.0[${PYTHON_USEDEP}] dev-python/pluggy[${PYTHON_USEDEP}] - >=dev-python/ujson-3[${PYTHON_USEDEP}] + all-plugins? ( + dev-python/autopep8[${PYTHON_USEDEP}] + >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}] + >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}] + <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}] + >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}] + >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}] + >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}] + <dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}] + >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}] + >=dev-python/rope-0.10.5[${PYTHON_USEDEP}] + dev-python/yapf[${PYTHON_USEDEP}] + ) " distutils_enable_tests pytest |
