pkgsrc-WIP-changes archive

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

+py-pylint-venv in wip



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

Modified Files:
	Makefile
Added Files:
	py-pylint-venv/DESCR
	py-pylint-venv/Makefile
	py-pylint-venv/PLIST
	py-pylint-venv/distinfo

Log Message:
+py-pylint-venv in wip

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

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

diffstat:
 Makefile                |  1 +
 py-pylint-venv/DESCR    |  4 ++++
 py-pylint-venv/Makefile | 16 ++++++++++++++++
 py-pylint-venv/PLIST    |  8 ++++++++
 py-pylint-venv/distinfo |  5 +++++
 5 files changed, 34 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c5c7ae3e1a..d52f4f4f40 100644
--- a/Makefile
+++ b/Makefile
@@ -4460,6 +4460,7 @@ SUBDIR+=	py-pygr
 SUBDIR+=	py-pykit-sci
 SUBDIR+=	py-pykit-shared
 SUBDIR+=	py-pylith
+SUBDIR+=	py-pylint-venv
 SUBDIR+=	py-pylons
 SUBDIR+=	py-pymatgen
 SUBDIR+=	py-pymbolic
diff --git a/py-pylint-venv/DESCR b/py-pylint-venv/DESCR
new file mode 100644
index 0000000000..6636d50c2c
--- /dev/null
+++ b/py-pylint-venv/DESCR
@@ -0,0 +1,4 @@
+Pylint does not respect the currently activated virtualenv if
+it is not installed in every virtual environment individually.
+This module provides a Pylint init-hook to use the same Pylint
+installation with different virtual environments.
diff --git a/py-pylint-venv/Makefile b/py-pylint-venv/Makefile
new file mode 100644
index 0000000000..233b31087d
--- /dev/null
+++ b/py-pylint-venv/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	pylint-venv-2.3.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pylint-venv/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/jgosmann/pylint-venv/
+COMMENT=	Pylint to use the same Pylint installation with different virtual environments
+LICENSE=	mit
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pylint-venv/PLIST b/py-pylint-venv/PLIST
new file mode 100644
index 0000000000..fb6db9bf9c
--- /dev/null
+++ b/py-pylint-venv/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pylint_venv.py
+${PYSITELIB}/pylint_venv.pyc
+${PYSITELIB}/pylint_venv.pyo
diff --git a/py-pylint-venv/distinfo b/py-pylint-venv/distinfo
new file mode 100644
index 0000000000..d080315c35
--- /dev/null
+++ b/py-pylint-venv/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (pylint-venv-2.3.0.tar.gz) = 95588607ed26b036bd1548ceedd0f38256309d83a36949bb1f8841460b27a3c5
+SHA512 (pylint-venv-2.3.0.tar.gz) = 5bc83f64a3fb8c292c79d96894183dc9c3ebf1849a98c8bbaac686b1f6d8390e00fa6521df1a07297a78b9c68a05b489bc78bc323e6eac14f1411ee1949751a5
+Size (pylint-venv-2.3.0.tar.gz) = 5033 bytes


Home | Main Index | Thread Index | Old Index