pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pylint-plugin-utils



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 21 10:15:03 UTC 2017

Added Files:
        pkgsrc/devel/py-pylint-plugin-utils: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-pylint-plugin-utils/DESCR \
    pkgsrc/devel/py-pylint-plugin-utils/Makefile \
    pkgsrc/devel/py-pylint-plugin-utils/PLIST \
    pkgsrc/devel/py-pylint-plugin-utils/distinfo

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

Added files:

Index: pkgsrc/devel/py-pylint-plugin-utils/DESCR
diff -u /dev/null pkgsrc/devel/py-pylint-plugin-utils/DESCR:1.1
--- /dev/null   Thu Dec 21 10:15:03 2017
+++ pkgsrc/devel/py-pylint-plugin-utils/DESCR   Thu Dec 21 10:15:03 2017
@@ -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.
Index: pkgsrc/devel/py-pylint-plugin-utils/Makefile
diff -u /dev/null pkgsrc/devel/py-pylint-plugin-utils/Makefile:1.1
--- /dev/null   Thu Dec 21 10:15:03 2017
+++ pkgsrc/devel/py-pylint-plugin-utils/Makefile        Thu Dec 21 10:15:03 2017
@@ -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"
Index: pkgsrc/devel/py-pylint-plugin-utils/PLIST
diff -u /dev/null pkgsrc/devel/py-pylint-plugin-utils/PLIST:1.1
--- /dev/null   Thu Dec 21 10:15:03 2017
+++ pkgsrc/devel/py-pylint-plugin-utils/PLIST   Thu Dec 21 10:15:03 2017
@@ -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
Index: pkgsrc/devel/py-pylint-plugin-utils/distinfo
diff -u /dev/null pkgsrc/devel/py-pylint-plugin-utils/distinfo:1.1
--- /dev/null   Thu Dec 21 10:15:03 2017
+++ pkgsrc/devel/py-pylint-plugin-utils/distinfo        Thu Dec 21 10:15:03 2017
@@ -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