pkgsrc-WIP-changes archive

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

+py-spyder-vim in wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 25 10:45:04 2022 +0000
Changeset:	d9c5444eec2cf33c1c61aac11e68054730ea6832

Modified Files:
	Makefile
Added Files:
	py-spyder-vim/DESCR
	py-spyder-vim/Makefile
	py-spyder-vim/PLIST
	py-spyder-vim/distinfo

Log Message:
+py-spyder-vim in wip

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

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

diffstat:
 Makefile               |  1 +
 py-spyder-vim/DESCR    |  3 +++
 py-spyder-vim/Makefile | 22 ++++++++++++++++++++++
 py-spyder-vim/PLIST    | 28 ++++++++++++++++++++++++++++
 py-spyder-vim/distinfo |  5 +++++
 5 files changed, 59 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index b057854e16..ba87704ceb 100644
--- a/Makefile
+++ b/Makefile
@@ -4728,6 +4728,7 @@ SUBDIR+=	py-spm1d
 SUBDIR+=	py-spotpy
 SUBDIR+=	py-sppy
 SUBDIR+=	py-spyder-kernels
+SUBDIR+=	py-spyder-vim
 SUBDIR+=	py-spyse
 SUBDIR+=	py-sqlalchemy-json
 SUBDIR+=	py-sqlalchemy-searchable
diff --git a/py-spyder-vim/DESCR b/py-spyder-vim/DESCR
new file mode 100644
index 0000000000..de77cfa401
--- /dev/null
+++ b/py-spyder-vim/DESCR
@@ -0,0 +1,3 @@
+Spyder Plugin for executing Vim commands inside the code editor.
+Although it does not currently support many VIM commands, it
+will be developed gradually
diff --git a/py-spyder-vim/Makefile b/py-spyder-vim/Makefile
new file mode 100644
index 0000000000..95dc60fa4f
--- /dev/null
+++ b/py-spyder-vim/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	spyder-vim-0.1.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/spyder-vim/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/spyder-ide/spyder-vim
+COMMENT=	Plugin to enable vim keybindings to the spyder editor
+LICENSE=	mit
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+DEPENDS+=	${PYPKGPREFIX}-QtPy-[0-9]*:../../wip/py-qtpy
+DEPENDS+=	${PYPKGPREFIX}-qtawesome>=1.2.1:../../wip/py-qtawesome
+DEPENDS+=	spyder>=5.4.0:../../wip/spyder
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-spyder-vim/PLIST b/py-spyder-vim/PLIST
new file mode 100644
index 0000000000..79c08c9c3a
--- /dev/null
+++ b/py-spyder-vim/PLIST
@@ -0,0 +1,28 @@
+@comment $NetBSD$
+${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
+${PYSITELIB}/spyder_vim/__init__.py
+${PYSITELIB}/spyder_vim/__init__.pyc
+${PYSITELIB}/spyder_vim/__init__.pyo
+${PYSITELIB}/spyder_vim/spyder/__init__.py
+${PYSITELIB}/spyder_vim/spyder/__init__.pyc
+${PYSITELIB}/spyder_vim/spyder/__init__.pyo
+${PYSITELIB}/spyder_vim/spyder/api.py
+${PYSITELIB}/spyder_vim/spyder/api.pyc
+${PYSITELIB}/spyder_vim/spyder/api.pyo
+${PYSITELIB}/spyder_vim/spyder/confpage.py
+${PYSITELIB}/spyder_vim/spyder/confpage.pyc
+${PYSITELIB}/spyder_vim/spyder/confpage.pyo
+${PYSITELIB}/spyder_vim/spyder/container.py
+${PYSITELIB}/spyder_vim/spyder/container.pyc
+${PYSITELIB}/spyder_vim/spyder/container.pyo
+${PYSITELIB}/spyder_vim/spyder/plugin.py
+${PYSITELIB}/spyder_vim/spyder/plugin.pyc
+${PYSITELIB}/spyder_vim/spyder/plugin.pyo
+${PYSITELIB}/spyder_vim/spyder/widgets.py
+${PYSITELIB}/spyder_vim/spyder/widgets.pyc
+${PYSITELIB}/spyder_vim/spyder/widgets.pyo
diff --git a/py-spyder-vim/distinfo b/py-spyder-vim/distinfo
new file mode 100644
index 0000000000..fccb4a9c30
--- /dev/null
+++ b/py-spyder-vim/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (spyder-vim-0.1.0.tar.gz) = 58922e6d7a6ce1a53b087f6aa3e150ffecda28cd958df9585e4a89da920d0c6c
+SHA512 (spyder-vim-0.1.0.tar.gz) = e7ef8729a88654532874e9cc7640a3163489c34015d794698881369b75c78afd24e6ee4927ca26cadc26993dcab5f7a1c573e874e603f2dda92d5973e926bcb2
+Size (spyder-vim-0.1.0.tar.gz) = 17095 bytes


Home | Main Index | Thread Index | Old Index