pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pylint-plugin-utils py-pylint-plugin-utils: a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c627eca56f1
branches:  trunk
changeset: 372950:7c627eca56f1
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 21 10:15:03 2017 +0000

description:
py-pylint-plugin-utils: added version 0.2.6

Utilities and helpers for writing Pylint plugins. This is not a direct Pylint
plugin, but rather a set of tools and functions used by other plugins such as
pylint-django and pylint-celery.

diffstat:

 devel/py-pylint-plugin-utils/DESCR    |   3 +++
 devel/py-pylint-plugin-utils/Makefile |  19 +++++++++++++++++++
 devel/py-pylint-plugin-utils/PLIST    |   9 +++++++++
 devel/py-pylint-plugin-utils/distinfo |   6 ++++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r e9d2ec9e5c92 -r 7c627eca56f1 devel/py-pylint-plugin-utils/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pylint-plugin-utils/DESCR        Thu Dec 21 10:15:03 2017 +0000
@@ -0,0 +1,3 @@
+Utilities and helpers for writing Pylint plugins. This is not a direct Pylint
+plugin, but rather a set of tools and functions used by other plugins such as
+pylint-django and pylint-celery.
diff -r e9d2ec9e5c92 -r 7c627eca56f1 devel/py-pylint-plugin-utils/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pylint-plugin-utils/Makefile     Thu Dec 21 10:15:03 2017 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/12/21 10:15:03 adam Exp $
+
+DISTNAME=      pylint-plugin-utils-0.2.6
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint-plugin-utils/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/landscapeio/pylint-plugin-utils
+COMMENT=       Utilities and helpers for writing Pylint plugins
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      ${PYPKGPREFIX}-astroid-[0-9]*:../../devel/py-astroid
+DEPENDS+=      ${PYPKGPREFIX}-pylint-[0-9]*:../../devel/py-pylint
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e9d2ec9e5c92 -r 7c627eca56f1 devel/py-pylint-plugin-utils/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pylint-plugin-utils/PLIST        Thu Dec 21 10:15:03 2017 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/21 10:15:03 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pylint_plugin_utils/__init__.py
+${PYSITELIB}/pylint_plugin_utils/__init__.pyc
+${PYSITELIB}/pylint_plugin_utils/__init__.pyo
diff -r e9d2ec9e5c92 -r 7c627eca56f1 devel/py-pylint-plugin-utils/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pylint-plugin-utils/distinfo     Thu Dec 21 10:15:03 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/21 10:15:03 adam Exp $
+
+SHA1 (pylint-plugin-utils-0.2.6.tar.gz) = 5d2ec887b4939f4ae8a2846f66c555bbe343758e
+RMD160 (pylint-plugin-utils-0.2.6.tar.gz) = 5f65d49a2e9462cf317cdd699f8d29b40de25efc
+SHA512 (pylint-plugin-utils-0.2.6.tar.gz) = 99eb6554389ceaf4a2b5e3d3f3835b0cb3afd7d86a653eb1051381ef2bb999e0f0b17e5933df0604fc93049bd5d10f30b5823721dd4a35a2ade349bd6470009d
+Size (pylint-plugin-utils-0.2.6.tar.gz) = 9793 bytes



Home | Main Index | Thread Index | Old Index