pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-docstyle



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr  4 13:31:37 UTC 2017

Added Files:
        pkgsrc/devel/py-docstyle: ALTERNATIVES DESCR Makefile PLIST distinfo

Log Message:
Import py-docstyle-1.1.1 as devel/py-docstyle.

pydocstyle is a static analysis tool for checking compliance with
Python docstring conventions.

pydocstyle supports most of PEP 257 out of the box, but it should
not be considered a reference implementation.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-docstyle/ALTERNATIVES \
    pkgsrc/devel/py-docstyle/DESCR pkgsrc/devel/py-docstyle/Makefile \
    pkgsrc/devel/py-docstyle/PLIST pkgsrc/devel/py-docstyle/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-docstyle/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/py-docstyle/ALTERNATIVES:1.1
--- /dev/null   Tue Apr  4 13:31:37 2017
+++ pkgsrc/devel/py-docstyle/ALTERNATIVES       Tue Apr  4 13:31:37 2017
@@ -0,0 +1,2 @@
+bin/pep257 @PREFIX@/bin/pep257-@PYVERSSUFFIX@
+bin/pydocstyle @PREFIX@/bin/pydocstyle-@PYVERSSUFFIX@
Index: pkgsrc/devel/py-docstyle/DESCR
diff -u /dev/null pkgsrc/devel/py-docstyle/DESCR:1.1
--- /dev/null   Tue Apr  4 13:31:37 2017
+++ pkgsrc/devel/py-docstyle/DESCR      Tue Apr  4 13:31:37 2017
@@ -0,0 +1,5 @@
+pydocstyle is a static analysis tool for checking compliance with
+Python docstring conventions.
+
+pydocstyle supports most of PEP 257 out of the box, but it should
+not be considered a reference implementation.
Index: pkgsrc/devel/py-docstyle/Makefile
diff -u /dev/null pkgsrc/devel/py-docstyle/Makefile:1.1
--- /dev/null   Tue Apr  4 13:31:37 2017
+++ pkgsrc/devel/py-docstyle/Makefile   Tue Apr  4 13:31:37 2017
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/04/04 13:31:37 wiz Exp $
+
+DISTNAME=      pydocstyle-1.1.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pydocstyle/}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://github.com/PyCQA/pydocstyle
+COMMENT=       Python docstring style checker
+LICENSE=       mit
+
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} pep257 pep257-${PYVERSSUFFIX} || ${TRUE}
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} pydocstyle pydocstyle-${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-docstyle/PLIST
diff -u /dev/null pkgsrc/devel/py-docstyle/PLIST:1.1
--- /dev/null   Tue Apr  4 13:31:37 2017
+++ pkgsrc/devel/py-docstyle/PLIST      Tue Apr  4 13:31:37 2017
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/04 13:31:37 wiz Exp $
+bin/pep257-${PYVERSSUFFIX}
+bin/pydocstyle-${PYVERSSUFFIX}
+${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}/top_level.txt
+${PYSITELIB}/pydocstyle/__init__.py
+${PYSITELIB}/pydocstyle/__main__.py
+${PYSITELIB}/pydocstyle/__init__.pyo
+${PYSITELIB}/pydocstyle/__init__.pyc
+${PYSITELIB}/pydocstyle/__main__.pyo
+${PYSITELIB}/pydocstyle/__main__.pyc
+${PYSITELIB}/pydocstyle/checker.pyo
+${PYSITELIB}/pydocstyle/checker.pyc
+${PYSITELIB}/pydocstyle/cli.pyo
+${PYSITELIB}/pydocstyle/cli.pyc
+${PYSITELIB}/pydocstyle/config.pyo
+${PYSITELIB}/pydocstyle/config.pyc
+${PYSITELIB}/pydocstyle/parser.pyo
+${PYSITELIB}/pydocstyle/parser.pyc
+${PYSITELIB}/pydocstyle/utils.pyo
+${PYSITELIB}/pydocstyle/utils.pyc
+${PYSITELIB}/pydocstyle/violations.pyo
+${PYSITELIB}/pydocstyle/violations.pyc
+${PYSITELIB}/pydocstyle/checker.py
+${PYSITELIB}/pydocstyle/cli.py
+${PYSITELIB}/pydocstyle/config.py
+${PYSITELIB}/pydocstyle/parser.py
+${PYSITELIB}/pydocstyle/utils.py
+${PYSITELIB}/pydocstyle/violations.py
Index: pkgsrc/devel/py-docstyle/distinfo
diff -u /dev/null pkgsrc/devel/py-docstyle/distinfo:1.1
--- /dev/null   Tue Apr  4 13:31:37 2017
+++ pkgsrc/devel/py-docstyle/distinfo   Tue Apr  4 13:31:37 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/04 13:31:37 wiz Exp $
+
+SHA1 (pydocstyle-1.1.1.zip) = 5a714b8ea97d6ca5969b9437f9bb997bcd3e64b3
+RMD160 (pydocstyle-1.1.1.zip) = f5b748286a4b95b87865d0c2034226b60858e857
+SHA512 (pydocstyle-1.1.1.zip) = f8b9a2f5706c40ad34752812897eaebd4fd0dbb06715582fdc977c1515d59c22bd50dee0f35565b96a19a3efa21ba90fc46fdc5ec179889d49cec93dfc18c588
+Size (pydocstyle-1.1.1.zip) = 26570 bytes



Home | Main Index | Thread Index | Old Index