pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-docstyle Import py-docstyle-1.1.1 as devel/py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4088d27701ad
branches:  trunk
changeset: 360624:4088d27701ad
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 04 13:31:37 2017 +0000

description:
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.

diffstat:

 devel/py-docstyle/ALTERNATIVES |   2 ++
 devel/py-docstyle/DESCR        |   5 +++++
 devel/py-docstyle/Makefile     |  19 +++++++++++++++++++
 devel/py-docstyle/PLIST        |  32 ++++++++++++++++++++++++++++++++
 devel/py-docstyle/distinfo     |   6 ++++++
 5 files changed, 64 insertions(+), 0 deletions(-)

diffs (84 lines):

diff -r d769fc350240 -r 4088d27701ad devel/py-docstyle/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-docstyle/ALTERNATIVES    Tue Apr 04 13:31:37 2017 +0000
@@ -0,0 +1,2 @@
+bin/pep257 @PREFIX@/bin/pep257-@PYVERSSUFFIX@
+bin/pydocstyle @PREFIX@/bin/pydocstyle-@PYVERSSUFFIX@
diff -r d769fc350240 -r 4088d27701ad devel/py-docstyle/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-docstyle/DESCR   Tue Apr 04 13:31:37 2017 +0000
@@ -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.
diff -r d769fc350240 -r 4088d27701ad devel/py-docstyle/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-docstyle/Makefile        Tue Apr 04 13:31:37 2017 +0000
@@ -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"
diff -r d769fc350240 -r 4088d27701ad devel/py-docstyle/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-docstyle/PLIST   Tue Apr 04 13:31:37 2017 +0000
@@ -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
diff -r d769fc350240 -r 4088d27701ad devel/py-docstyle/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-docstyle/distinfo        Tue Apr 04 13:31:37 2017 +0000
@@ -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