Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python-language-server-0.31.4
@ 2019-12-29 12:58 voidlinux-github
  2019-12-29 13:30 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: voidlinux-github @ 2019-12-29 12:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

There is a new pull request by k4leg against master on the void-packages repository

https://github.com/k4leg/void-packages python-language-server
https://github.com/void-linux/void-packages/pull/17862

New package: python-language-server-0.31.4


A patch file from https://github.com/void-linux/void-packages/pull/17862.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-language-server-17862.patch --]
[-- Type: text/x-diff, Size: 1813 bytes --]

From 3d3a4cac2e25f5aec414c3a955153ba37f081e9c Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Sun, 29 Dec 2019 15:56:14 +0300
Subject: [PATCH] New package: python-language-server-0.31.4

---
 srcpkgs/python-language-server/template | 30 +++++++++++++++++++++++++
 srcpkgs/python3-language-server         |  1 +
 2 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/python-language-server/template
 create mode 120000 srcpkgs/python3-language-server

diff --git a/srcpkgs/python-language-server/template b/srcpkgs/python-language-server/template
new file mode 100644
index 00000000000..5c9592202aa
--- /dev/null
+++ b/srcpkgs/python-language-server/template
@@ -0,0 +1,30 @@
+# Template file for 'python-language-server'
+pkgname=python-language-server
+version=0.31.4
+revision=1
+archs=noarch
+build_style=python-module
+pycompile_module="pyls"
+makedepends="python-setuptools python-future python-jedi python-pluggy
+ python3-setuptools python3-future python3-jedi python3-pluggy"
+short_desc="Python 2 implementation of the Language Server Protocol"
+maintainer="k4leg <d0xi@inbox.ru>"
+license="MIT"
+homepage="https://github.com/palantir/python-language-server"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=3555ebe496858f896eb32c713ce244d5897da2be52a9c17d199ec4026371ad43
+
+post_install() {
+	vlicense LICENSE
+}
+
+python3-language-server_package() {
+	archs=noarch
+	pycompile_module="pyls"
+	short_desc="${short_desc/2/3}"
+	pkg_install() {
+		vmove usr/bin/pyls3
+		vmove "usr/lib/python3*"
+		vlicense LICENSE
+	}
+}
diff --git a/srcpkgs/python3-language-server b/srcpkgs/python3-language-server
new file mode 120000
index 00000000000..37e473a6397
--- /dev/null
+++ b/srcpkgs/python3-language-server
@@ -0,0 +1 @@
+python-language-server
\ No newline at end of file

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2019-12-30 20:03 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-29 12:58 [PR PATCH] New package: python-language-server-0.31.4 voidlinux-github
2019-12-29 13:30 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-29 14:38 ` voidlinux-github
2019-12-29 15:53 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-29 15:59 ` voidlinux-github
2019-12-29 16:04 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-29 16:07 ` voidlinux-github
2019-12-29 16:23 ` New package: python3-language-server-0.31.4 voidlinux-github
2019-12-29 16:27 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-29 16:40 ` voidlinux-github
2019-12-29 16:44 ` voidlinux-github
2019-12-29 16:59 ` voidlinux-github
2019-12-29 17:33 ` voidlinux-github
2019-12-30 13:42 ` voidlinux-github
2019-12-30 16:11 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-30 16:13 ` voidlinux-github
2019-12-30 16:27 ` voidlinux-github
2019-12-30 17:17 ` voidlinux-github
2019-12-30 18:02 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-30 20:03 ` voidlinux-github
2019-12-30 20:03 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).