pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-flake8-docstrings



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon Jul  9 02:06:50 UTC 2018

Added Files:
        pkgsrc/devel/py-flake8-docstrings: DESCR Makefile PLIST distinfo

Log Message:
devel/py-flake8-docstrings: Import version 1.3.0

A simple module that adds an extension for the pydocstyle tool to
flake8.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-flake8-docstrings/DESCR \
    pkgsrc/devel/py-flake8-docstrings/Makefile \
    pkgsrc/devel/py-flake8-docstrings/PLIST \
    pkgsrc/devel/py-flake8-docstrings/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-flake8-docstrings/DESCR
diff -u /dev/null pkgsrc/devel/py-flake8-docstrings/DESCR:1.1
--- /dev/null   Mon Jul  9 02:06:50 2018
+++ pkgsrc/devel/py-flake8-docstrings/DESCR     Mon Jul  9 02:06:50 2018
@@ -0,0 +1,2 @@
+A simple module that adds an extension for the pydocstyle tool to
+flake8.
Index: pkgsrc/devel/py-flake8-docstrings/Makefile
diff -u /dev/null pkgsrc/devel/py-flake8-docstrings/Makefile:1.1
--- /dev/null   Mon Jul  9 02:06:50 2018
+++ pkgsrc/devel/py-flake8-docstrings/Makefile  Mon Jul  9 02:06:50 2018
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/07/09 02:06:50 minskim Exp $
+
+DISTNAME=      flake8-docstrings-1.3.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=f/flake8-docstrings/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://gitlab.com/pycqa/flake8-docstrings
+COMMENT=       Extension for flake8 using pydocstyle to check docstrings
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-docstyle>=2.1.0:../../devel/py-docstyle
+DEPENDS+=      ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
+DEPENDS+=      ${PYPKGPREFIX}-flake8-polyfill-[0-9]*:../../devel/py-flake8-polyfill
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-flake8-docstrings/PLIST
diff -u /dev/null pkgsrc/devel/py-flake8-docstrings/PLIST:1.1
--- /dev/null   Mon Jul  9 02:06:50 2018
+++ pkgsrc/devel/py-flake8-docstrings/PLIST     Mon Jul  9 02:06:50 2018
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2018/07/09 02:06:50 minskim 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}/flake8_docstrings.py
+${PYSITELIB}/flake8_docstrings.pyc
+${PYSITELIB}/flake8_docstrings.pyo
Index: pkgsrc/devel/py-flake8-docstrings/distinfo
diff -u /dev/null pkgsrc/devel/py-flake8-docstrings/distinfo:1.1
--- /dev/null   Mon Jul  9 02:06:50 2018
+++ pkgsrc/devel/py-flake8-docstrings/distinfo  Mon Jul  9 02:06:50 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/07/09 02:06:50 minskim Exp $
+
+SHA1 (flake8-docstrings-1.3.0.tar.gz) = 8f9c675b6525674c1eabbf933aced48d3044f0e7
+RMD160 (flake8-docstrings-1.3.0.tar.gz) = 5a66cf919ab679a51642f86ee57adcf0be4a5682
+SHA512 (flake8-docstrings-1.3.0.tar.gz) = b2807bd0b68071f5ea8f1de545826692d8c97c14f5f27132a2c5348a4f0599773345305208d80e6302d6ae7c714e1575c30012d50e0996ec86549df7c3278a1c
+Size (flake8-docstrings-1.3.0.tar.gz) = 4850 bytes



Home | Main Index | Thread Index | Old Index