pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: adam
Date: Thu Nov 14 18:02:46 UTC 2019
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/py-test-pylint: DESCR Makefile PLIST distinfo
Log Message:
py-test-pylint: added version 0.14.1
Run pylint with pytest and have configurable rule types (i.e. Convention, Warn,
and Error) fail the build. You can also specify a pylintrc file.
To generate a diff of this commit:
cvs rdiff -u -r1.2951 -r1.2952 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-pylint/DESCR \
pkgsrc/devel/py-test-pylint/Makefile pkgsrc/devel/py-test-pylint/PLIST \
pkgsrc/devel/py-test-pylint/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2951 pkgsrc/devel/Makefile:1.2952
--- pkgsrc/devel/Makefile:1.2951 Wed Nov 13 12:21:28 2019
+++ pkgsrc/devel/Makefile Thu Nov 14 18:02:46 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2951 2019/11/13 12:21:28 ng0 Exp $
+# $NetBSD: Makefile,v 1.2952 2019/11/14 18:02:46 adam Exp $
#
COMMENT= Development utilities
@@ -2423,6 +2423,7 @@ SUBDIR+= py-test-forked
SUBDIR+= py-test-isort
SUBDIR+= py-test-localserver
SUBDIR+= py-test-mock
+SUBDIR+= py-test-pylint
SUBDIR+= py-test-pythonpath
SUBDIR+= py-test-randomly
SUBDIR+= py-test-relaxed
Added files:
Index: pkgsrc/devel/py-test-pylint/DESCR
diff -u /dev/null pkgsrc/devel/py-test-pylint/DESCR:1.1
--- /dev/null Thu Nov 14 18:02:46 2019
+++ pkgsrc/devel/py-test-pylint/DESCR Thu Nov 14 18:02:46 2019
@@ -0,0 +1,2 @@
+Run pylint with pytest and have configurable rule types (i.e. Convention, Warn,
+and Error) fail the build. You can also specify a pylintrc file.
Index: pkgsrc/devel/py-test-pylint/Makefile
diff -u /dev/null pkgsrc/devel/py-test-pylint/Makefile:1.1
--- /dev/null Thu Nov 14 18:02:46 2019
+++ pkgsrc/devel/py-test-pylint/Makefile Thu Nov 14 18:02:46 2019
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2019/11/14 18:02:46 adam Exp $
+
+DISTNAME= pytest-pylint-0.14.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-pylint/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/carsongee/pytest-pylint
+COMMENT= Pytest plugin to check source code with Pylint
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-pylint>=1.4.5:../../devel/py-pylint
+DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-test>=2.7:../../devel/py-test
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+
+USE_LANGUAGES= # none
+
+# test are not included
+do-test:
+ ${DO_NADA}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-pylint/PLIST
diff -u /dev/null pkgsrc/devel/py-test-pylint/PLIST:1.1
--- /dev/null Thu Nov 14 18:02:46 2019
+++ pkgsrc/devel/py-test-pylint/PLIST Thu Nov 14 18:02:46 2019
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2019/11/14 18:02:46 adam Exp $
+${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}/pytest_pylint.py
+${PYSITELIB}/pytest_pylint.pyc
+${PYSITELIB}/pytest_pylint.pyo
Index: pkgsrc/devel/py-test-pylint/distinfo
diff -u /dev/null pkgsrc/devel/py-test-pylint/distinfo:1.1
--- /dev/null Thu Nov 14 18:02:46 2019
+++ pkgsrc/devel/py-test-pylint/distinfo Thu Nov 14 18:02:46 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/11/14 18:02:46 adam Exp $
+
+SHA1 (pytest-pylint-0.14.1.tar.gz) = ac3656492d8f9f74027e9486f0f481c1aabab443
+RMD160 (pytest-pylint-0.14.1.tar.gz) = 1011e46c9d80d2da1fa36c0173ed680e7edc6b40
+SHA512 (pytest-pylint-0.14.1.tar.gz) = 50a7413b9c33f748e3c50bac106ca1c7058a7001c1813fa76c89bad4e5787536adb1c362b6214a335a889339240b0af27e29f2b207edf37e214504155f27f9a7
+Size (pytest-pylint-0.14.1.tar.gz) = 6541 bytes
Home |
Main Index |
Thread Index |
Old Index