pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-docstyle3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jun 18 21:58:03 UTC 2022

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

Log Message:
devel/py-docstyle3: import py-docstyle-3.0.0nb2

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.

This package contains the last version supporting python 2.7.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-docstyle3/ALTERNATIVES \
    pkgsrc/devel/py-docstyle3/DESCR pkgsrc/devel/py-docstyle3/Makefile \
    pkgsrc/devel/py-docstyle3/PLIST pkgsrc/devel/py-docstyle3/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-docstyle3/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/py-docstyle3/ALTERNATIVES:1.1
--- /dev/null   Sat Jun 18 21:58:03 2022
+++ pkgsrc/devel/py-docstyle3/ALTERNATIVES      Sat Jun 18 21:58:03 2022
@@ -0,0 +1 @@
+bin/pydocstyle @PREFIX@/bin/pydocstyle-@PYVERSSUFFIX@
Index: pkgsrc/devel/py-docstyle3/DESCR
diff -u /dev/null pkgsrc/devel/py-docstyle3/DESCR:1.1
--- /dev/null   Sat Jun 18 21:58:03 2022
+++ pkgsrc/devel/py-docstyle3/DESCR     Sat Jun 18 21:58:03 2022
@@ -0,0 +1,7 @@
+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.
+
+This package contains the last version supporting python 2.7.
Index: pkgsrc/devel/py-docstyle3/Makefile
diff -u /dev/null pkgsrc/devel/py-docstyle3/Makefile:1.1
--- /dev/null   Sat Jun 18 21:58:03 2022
+++ pkgsrc/devel/py-docstyle3/Makefile  Sat Jun 18 21:58:03 2022
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2022/06/18 21:58:03 wiz Exp $
+
+DISTNAME=      pydocstyle-3.0.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION=   2
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pydocstyle/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/PyCQA/pydocstyle
+COMMENT=       Python docstring style checker
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-configparser-[0-9]*:../../devel/py-configparser
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-snowballstemmer-[0-9]*:../../textproc/py-snowballstemmer
+
+PYTHON_VERSIONS_ACCEPTED=      27
+
+USE_PKG_RESOURCES=     yes
+
+post-extract:
+       ${CHMOD} go-w ${WRKSRC}/src/pydocstyle/data/*.txt
+
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} pydocstyle pydocstyle-${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-docstyle3/PLIST
diff -u /dev/null pkgsrc/devel/py-docstyle3/PLIST:1.1
--- /dev/null   Sat Jun 18 21:58:03 2022
+++ pkgsrc/devel/py-docstyle3/PLIST     Sat Jun 18 21:58:03 2022
@@ -0,0 +1,38 @@
+@comment $NetBSD: PLIST,v 1.1 2022/06/18 21:58:03 wiz Exp $
+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}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pydocstyle/__init__.py
+${PYSITELIB}/pydocstyle/__init__.pyc
+${PYSITELIB}/pydocstyle/__init__.pyo
+${PYSITELIB}/pydocstyle/__main__.py
+${PYSITELIB}/pydocstyle/__main__.pyc
+${PYSITELIB}/pydocstyle/__main__.pyo
+${PYSITELIB}/pydocstyle/checker.py
+${PYSITELIB}/pydocstyle/checker.pyc
+${PYSITELIB}/pydocstyle/checker.pyo
+${PYSITELIB}/pydocstyle/cli.py
+${PYSITELIB}/pydocstyle/cli.pyc
+${PYSITELIB}/pydocstyle/cli.pyo
+${PYSITELIB}/pydocstyle/config.py
+${PYSITELIB}/pydocstyle/config.pyc
+${PYSITELIB}/pydocstyle/config.pyo
+${PYSITELIB}/pydocstyle/data/imperatives.txt
+${PYSITELIB}/pydocstyle/data/imperatives_blacklist.txt
+${PYSITELIB}/pydocstyle/parser.py
+${PYSITELIB}/pydocstyle/parser.pyc
+${PYSITELIB}/pydocstyle/parser.pyo
+${PYSITELIB}/pydocstyle/utils.py
+${PYSITELIB}/pydocstyle/utils.pyc
+${PYSITELIB}/pydocstyle/utils.pyo
+${PYSITELIB}/pydocstyle/violations.py
+${PYSITELIB}/pydocstyle/violations.pyc
+${PYSITELIB}/pydocstyle/violations.pyo
+${PYSITELIB}/pydocstyle/wordlists.py
+${PYSITELIB}/pydocstyle/wordlists.pyc
+${PYSITELIB}/pydocstyle/wordlists.pyo
Index: pkgsrc/devel/py-docstyle3/distinfo
diff -u /dev/null pkgsrc/devel/py-docstyle3/distinfo:1.1
--- /dev/null   Sat Jun 18 21:58:03 2022
+++ pkgsrc/devel/py-docstyle3/distinfo  Sat Jun 18 21:58:03 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/06/18 21:58:03 wiz Exp $
+
+BLAKE2s (pydocstyle-3.0.0.tar.gz) = 921630e1156b981a0b4200e88d1371ceec295bd342fb879481aec6112088c1fa
+SHA512 (pydocstyle-3.0.0.tar.gz) = ec2313e26dd988d35c99563344befc7b538f1d5945d1b1ce767f77851ff291b713aef423bc3d57a29f59d3198f14a6c5c7d217e5989534a1b877564634edd548
+Size (pydocstyle-3.0.0.tar.gz) = 29627 bytes



Home | Main Index | Thread Index | Old Index