public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-language-server/
Date: Wed, 15 Jan 2020 11:52:22 +0000 (UTC)	[thread overview]
Message-ID: <1579089119.18e314a2af054fe82e00b13937981903eececc3d.juippis@gentoo> (raw)

commit:     18e314a2af054fe82e00b13937981903eececc3d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 27 15:58:42 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 11:51:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e314a2

dev-python/python-language-server: new package

A implementation of Language Server Protocol.
New dependency of dev-python/spyder-4.0.0.

Bug: https://bugs.gentoo.org/702458
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Closes: https://github.com/gentoo/gentoo/pull/14006
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/python-language-server/Manifest         |  1 +
 dev-python/python-language-server/metadata.xml     | 13 ++++++++
 .../python-language-server-0.31.2.ebuild           | 35 ++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/dev-python/python-language-server/Manifest b/dev-python/python-language-server/Manifest
new file mode 100644
index 00000000000..22a293d4b9b
--- /dev/null
+++ b/dev-python/python-language-server/Manifest
@@ -0,0 +1 @@
+DIST python-language-server-0.31.2.tar.gz 64048 BLAKE2B 6dcb9d2a7eecfc1611f74c38b0418da5369f43d2e787d6402d49f03eddbbefabd3c95f8eb7f0e95f251b3088ccf4e94e060c8f8a7a7f71dbb0bb8c95d686dfbb SHA512 f36150b4621e818ea94d9f276e8752ac5a76ed46c7f387e8ae69991fa9d6145225ddb4a513f10fba696f4683e31085a547613a59b076006fc13310d05e752fe3

diff --git a/dev-python/python-language-server/metadata.xml b/dev-python/python-language-server/metadata.xml
new file mode 100644
index 00000000000..dd0bd9c021f
--- /dev/null
+++ b/dev-python/python-language-server/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+    <maintainer type="person">
+        <email>andrewammerlaan@riseup.net</email>
+        <name>Andrew Ammerlaan</name>
+    </maintainer>
+    <maintainer type="project">
+        <email>proxy-maint@gentoo.org</email>
+        <name>Proxy Maintainers</name>
+    </maintainer>
+</pkgmetadata>

diff --git a/dev-python/python-language-server/python-language-server-0.31.2.ebuild b/dev-python/python-language-server/python-language-server-0.31.2.ebuild
new file mode 100644
index 00000000000..482a81f917b
--- /dev/null
+++ b/dev-python/python-language-server/python-language-server-0.31.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit eutils distutils-r1
+
+DESCRIPTION="An implementation of the Language Server Protocol for Python"
+HOMEPAGE="https://github.com/palantir/python-language-server"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="dev-python/versioneer[${PYTHON_USEDEP}]"
+
+RDEPEND="dev-python/jedi[${PYTHON_USEDEP}]
+		dev-python/pluggy[${PYTHON_USEDEP}]
+		dev-python/python-jsonrpc-server[${PYTHON_USEDEP}]
+		dev-python/ujson[${PYTHON_USEDEP}]"
+
+pkg_postinst() {
+	elog "To get additional features, optional runtime dependencies may be installed:"
+		optfeature "Automatically formats Python code to conform to the PEP 8 style guide" dev-python/autopep8
+		optfeature "A wrapper around PyFlakes, pep8 & mccabe" dev-python/flake8
+		optfeature "flake8 plugin: McCabe complexity checker" dev-python/mccabe
+		optfeature "Python style guide checker (fka pep8)" dev-python/pycodestyle
+		optfeature "Passive checker for Python programs" sci-libs/pyflakes
+		optfeature "Python code static checker" dev-python/pylint
+		optfeature "Python refactoring library" dev-python/rope
+		optfeature "A formatter for Python files" dev-python/yapf
+}


             reply	other threads:[~2020-01-15 11:52 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-15 11:52 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-19  7:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-language-server/ Michał Górny
2021-05-19  0:19 Sam James
2021-01-18 19:06 Michał Górny
2021-01-18 17:43 Sam James
2021-01-18 12:09 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 16:30 Thomas Deutschmann
2020-12-19 19:36 Sam James
2020-12-17  0:18 Matt Turner
2020-12-17  0:18 Matt Turner
2020-11-17 14:21 Joonas Niilola
2020-11-17 14:21 Joonas Niilola
2020-11-15  7:18 Joonas Niilola
2020-11-13 18:35 Thomas Deutschmann
2020-11-05  1:39 Matt Turner
2020-10-16 13:26 Joonas Niilola
2020-10-13 18:06 Sam James
2020-10-07 18:44 Joonas Niilola
2020-09-23  4:54 Matt Turner
2020-08-19 22:50 Matt Turner
2020-07-28 19:19 Matt Turner
2020-07-17  4:14 Matt Turner
2020-05-26 20:43 Matt Turner
2020-05-04 12:34 Michał Górny
2020-03-27 16:25 Joonas Niilola
2020-02-25 14:51 Joonas Niilola
2020-02-25 14:51 Joonas Niilola
2020-02-15 20:43 Matt Turner
2020-01-29  6:14 Joonas Niilola
2020-01-15 11:52 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1579089119.18e314a2af054fe82e00b13937981903eececc3d.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox