pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net py-pylint-celery: added version 0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b4b05dc170b
branches:  trunk
changeset: 372953:1b4b05dc170b
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 21 10:24:12 2017 +0000

description:
py-pylint-celery: added version 0.3

pylint-celery is a Pylint plugin for improving code analysis for when analysing
code using Celery. It is also used by the Prospector tool.

diffstat:

 net/Makefile                  |   3 ++-
 net/py-pylint-celery/DESCR    |   2 ++
 net/py-pylint-celery/Makefile |  20 ++++++++++++++++++++
 net/py-pylint-celery/PLIST    |  10 ++++++++++
 net/py-pylint-celery/distinfo |   6 ++++++
 5 files changed, 40 insertions(+), 1 deletions(-)

diffs (71 lines):

diff -r bd2fcc957e99 -r 1b4b05dc170b net/Makefile
--- a/net/Makefile      Thu Dec 21 10:22:55 2017 +0000
+++ b/net/Makefile      Thu Dec 21 10:24:12 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1193 2017/12/09 19:56:38 tsutsui Exp $
+# $NetBSD: Makefile,v 1.1194 2017/12/21 10:24:12 adam Exp $
 #
 
 COMMENT=       Networking tools
@@ -671,6 +671,7 @@
 SUBDIR+=       py-ptt
 SUBDIR+=       py-py3dns
 SUBDIR+=       py-pydns
+SUBDIR+=       py-pylint-celery
 SUBDIR+=       py-responses
 SUBDIR+=       py-s3cmd
 SUBDIR+=       py-s3transfer
diff -r bd2fcc957e99 -r 1b4b05dc170b net/py-pylint-celery/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-pylint-celery/DESCR        Thu Dec 21 10:24:12 2017 +0000
@@ -0,0 +1,2 @@
+pylint-celery is a Pylint plugin for improving code analysis for when analysing
+code using Celery. It is also used by the Prospector tool.
diff -r bd2fcc957e99 -r 1b4b05dc170b net/py-pylint-celery/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-pylint-celery/Makefile     Thu Dec 21 10:24:12 2017 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2017/12/21 10:24:12 adam Exp $
+
+DISTNAME=      pylint-celery-0.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    net devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint-celery/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/landscapeio/pylint-celery
+COMMENT=       Pylint plugin to aid Pylint in recognising the Celery library
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      ${PYPKGPREFIX}-astroid>=1.0:../../devel/py-astroid
+DEPENDS+=      ${PYPKGPREFIX}-pylint>=1.0:../../devel/py-pylint
+DEPENDS+=      ${PYPKGPREFIX}-pylint-plugin-utils>=0.2.1:../../devel/py-pylint-plugin-utils
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bd2fcc957e99 -r 1b4b05dc170b net/py-pylint-celery/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-pylint-celery/PLIST        Thu Dec 21 10:24:12 2017 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/21 10:24:12 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_celery/__init__.py
+${PYSITELIB}/pylint_celery/__init__.pyc
+${PYSITELIB}/pylint_celery/__init__.pyo
diff -r bd2fcc957e99 -r 1b4b05dc170b net/py-pylint-celery/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-pylint-celery/distinfo     Thu Dec 21 10:24:12 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/21 10:24:12 adam Exp $
+
+SHA1 (pylint-celery-0.3.tar.gz) = 4b1314a8d5bff8943b69c8fb6a01b875f774dcb5
+RMD160 (pylint-celery-0.3.tar.gz) = 9b8b3eede32c74248289bc38064b2a9e15f35015
+SHA512 (pylint-celery-0.3.tar.gz) = f67a7c506357e7415cbe9e18f4631e7e14aa09ddd806df94cfd9090f0fd6a799c462cbd0ddc4b86e82fd1795809df2d1295ded5f863b982088080c78f359413b
+Size (pylint-celery-0.3.tar.gz) = 1899 bytes



Home | Main Index | Thread Index | Old Index