pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel py-pylint-common: added version 0.2.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6008457ae5d2
branches:  trunk
changeset: 372951:6008457ae5d2
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 21 10:15:48 2017 +0000

description:
py-pylint-common: added version 0.2.5

Pylint plugin for augmenting and improving error detection and analysis in the
standard Python library.

diffstat:

 devel/Makefile                  |   4 +++-
 devel/py-pylint-common/DESCR    |   2 ++
 devel/py-pylint-common/Makefile |  19 +++++++++++++++++++
 devel/py-pylint-common/PLIST    |  13 +++++++++++++
 devel/py-pylint-common/distinfo |   6 ++++++
 5 files changed, 43 insertions(+), 1 deletions(-)

diffs (74 lines):

diff -r 7c627eca56f1 -r 6008457ae5d2 devel/Makefile
--- a/devel/Makefile    Thu Dec 21 10:15:03 2017 +0000
+++ b/devel/Makefile    Thu Dec 21 10:15:48 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2583 2017/12/19 08:50:27 jperkin Exp $
+# $NetBSD: Makefile,v 1.2584 2017/12/21 10:15:48 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2045,6 +2045,8 @@
 SUBDIR+=       py-pydispatcher
 SUBDIR+=       py-pyev
 SUBDIR+=       py-pylint
+SUBDIR+=       py-pylint-common
+SUBDIR+=       py-pylint-plugin-utils
 SUBDIR+=       py-pyobjc
 SUBDIR+=       py-pyobjc-core
 SUBDIR+=       py-pyobjc-framework-Accounts
diff -r 7c627eca56f1 -r 6008457ae5d2 devel/py-pylint-common/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pylint-common/DESCR      Thu Dec 21 10:15:48 2017 +0000
@@ -0,0 +1,2 @@
+Pylint plugin for augmenting and improving error detection and analysis in the
+standard Python library.
diff -r 7c627eca56f1 -r 6008457ae5d2 devel/py-pylint-common/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pylint-common/Makefile   Thu Dec 21 10:15:48 2017 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/12/21 10:15:48 adam Exp $
+
+DISTNAME=      pylint-common-0.2.5
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint-common/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/landscapeio/pylint-common
+COMMENT=       Pylint plugin to improve error analysis of the standard Python library
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      ${PYPKGPREFIX}-pylint>=1.0:../../devel/py-pylint
+DEPENDS+=      ${PYPKGPREFIX}-pylint-plugin-utils>=0.2.5:../../devel/py-pylint-plugin-utils
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7c627eca56f1 -r 6008457ae5d2 devel/py-pylint-common/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pylint-common/PLIST      Thu Dec 21 10:15:48 2017 +0000
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/21 10:15:48 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pylint_common/__init__.py
+${PYSITELIB}/pylint_common/__init__.pyc
+${PYSITELIB}/pylint_common/__init__.pyo
+${PYSITELIB}/pylint_common/augmentations.py
+${PYSITELIB}/pylint_common/augmentations.pyc
+${PYSITELIB}/pylint_common/augmentations.pyo
diff -r 7c627eca56f1 -r 6008457ae5d2 devel/py-pylint-common/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pylint-common/distinfo   Thu Dec 21 10:15:48 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/21 10:15:48 adam Exp $
+
+SHA1 (pylint-common-0.2.5.tar.gz) = cdc3158b427772db3c15f1d1da37dfc31eb47caf
+RMD160 (pylint-common-0.2.5.tar.gz) = d825ca3439aa4222e1718c7c848e902be5ac8edb
+SHA512 (pylint-common-0.2.5.tar.gz) = 834aa469256f5b919cc4d097e85faa265e99e39fff5b4496fb926715bbe2b1dce86edcebbb56fcab2cc24015cebc7a02eacf1741feb29937b0b6c15395f67b04
+Size (pylint-common-0.2.5.tar.gz) = 9198 bytes



Home | Main Index | Thread Index | Old Index