pkgsrc-Changes archive

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

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 21 10:24:12 UTC 2017

Modified Files:
        pkgsrc/net: Makefile
Added Files:
        pkgsrc/net/py-pylint-celery: DESCR Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.1193 -r1.1194 pkgsrc/net/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-pylint-celery/DESCR \
    pkgsrc/net/py-pylint-celery/Makefile pkgsrc/net/py-pylint-celery/PLIST \
    pkgsrc/net/py-pylint-celery/distinfo

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

Modified files:

Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1193 pkgsrc/net/Makefile:1.1194
--- pkgsrc/net/Makefile:1.1193  Sat Dec  9 19:56:38 2017
+++ pkgsrc/net/Makefile Thu Dec 21 10:24:12 2017
@@ -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-portend
 SUBDIR+=       py-ptt
 SUBDIR+=       py-py3dns
 SUBDIR+=       py-pydns
+SUBDIR+=       py-pylint-celery
 SUBDIR+=       py-responses
 SUBDIR+=       py-s3cmd
 SUBDIR+=       py-s3transfer

Added files:

Index: pkgsrc/net/py-pylint-celery/DESCR
diff -u /dev/null pkgsrc/net/py-pylint-celery/DESCR:1.1
--- /dev/null   Thu Dec 21 10:24:12 2017
+++ pkgsrc/net/py-pylint-celery/DESCR   Thu Dec 21 10:24:12 2017
@@ -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.
Index: pkgsrc/net/py-pylint-celery/Makefile
diff -u /dev/null pkgsrc/net/py-pylint-celery/Makefile:1.1
--- /dev/null   Thu Dec 21 10:24:12 2017
+++ pkgsrc/net/py-pylint-celery/Makefile        Thu Dec 21 10:24:12 2017
@@ -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"
Index: pkgsrc/net/py-pylint-celery/PLIST
diff -u /dev/null pkgsrc/net/py-pylint-celery/PLIST:1.1
--- /dev/null   Thu Dec 21 10:24:12 2017
+++ pkgsrc/net/py-pylint-celery/PLIST   Thu Dec 21 10:24:12 2017
@@ -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
Index: pkgsrc/net/py-pylint-celery/distinfo
diff -u /dev/null pkgsrc/net/py-pylint-celery/distinfo:1.1
--- /dev/null   Thu Dec 21 10:24:12 2017
+++ pkgsrc/net/py-pylint-celery/distinfo        Thu Dec 21 10:24:12 2017
@@ -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