pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

+ipy-lsp-black in wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 4 18:16:05 2022 +0000
Changeset:	934c3f4b66d1472f897b7de2f51fbdab5983a872

Modified Files:
	Makefile
Added Files:
	py-lsp-black/DESCR
	py-lsp-black/Makefile
	py-lsp-black/PLIST
	py-lsp-black/distinfo

Log Message:
+ipy-lsp-black in wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=934c3f4b66d1472f897b7de2f51fbdab5983a872

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 +
 py-lsp-black/DESCR    |  1 +
 py-lsp-black/Makefile | 16 ++++++++++++++++
 py-lsp-black/PLIST    | 13 +++++++++++++
 py-lsp-black/distinfo |  5 +++++
 5 files changed, 36 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c91219e50f..bdb5c7db3b 100644
--- a/Makefile
+++ b/Makefile
@@ -4116,6 +4116,7 @@ SUBDIR+=	py-loky
 SUBDIR+=	py-louie
 SUBDIR+=	py-louvain
 SUBDIR+=	py-lrparsing
+SUBDIR+=	py-lsp-black
 SUBDIR+=	py-lsp-jsonrpc
 SUBDIR+=	py-lsqfit
 SUBDIR+=	py-luminous
diff --git a/py-lsp-black/DESCR b/py-lsp-black/DESCR
new file mode 100644
index 0000000000..84df1896c9
--- /dev/null
+++ b/py-lsp-black/DESCR
@@ -0,0 +1 @@
+Black plugin for the Python LSP Server
diff --git a/py-lsp-black/Makefile b/py-lsp-black/Makefile
new file mode 100644
index 0000000000..32b37e203b
--- /dev/null
+++ b/py-lsp-black/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	python-lsp-black-1.2.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/python-//}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/python-lsp-black/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/python-lsp/python-lsp-black
+COMMENT=	Black plugin for the Python LSP Server
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-lsp-black/PLIST b/py-lsp-black/PLIST
new file mode 100644
index 0000000000..0b5fa0d165
--- /dev/null
+++ b/py-lsp-black/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+${PYSITELIB}/pylsp_black/__init__.py
+${PYSITELIB}/pylsp_black/__init__.pyc
+${PYSITELIB}/pylsp_black/__init__.pyo
+${PYSITELIB}/pylsp_black/plugin.py
+${PYSITELIB}/pylsp_black/plugin.pyc
+${PYSITELIB}/pylsp_black/plugin.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-lsp-black/distinfo b/py-lsp-black/distinfo
new file mode 100644
index 0000000000..9382141d05
--- /dev/null
+++ b/py-lsp-black/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (python-lsp-black-1.2.1.tar.gz) = c4a10eb6ae8554f15ac260b622e804576a54f7b9980da2194fb7e3498a050d1c
+SHA512 (python-lsp-black-1.2.1.tar.gz) = fe1e9b9f7fa149a49d12ec02e2845359e0189414ce5ff791149aadf7abe06cee0c305a70ab86e4e33969393a889e8a211cbbb443d147178755c8f4e5a93b8bac
+Size (python-lsp-black-1.2.1.tar.gz) = 5392 bytes


Home | Main Index | Thread Index | Old Index