pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-docstyle3 devel/py-docstyle3: import py-docst...
details: https://anonhg.NetBSD.org/pkgsrc/rev/16ea5c4badf7
branches: trunk
changeset: 380911:16ea5c4badf7
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jun 18 21:58:03 2022 +0000
description:
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.
diffstat:
devel/py-docstyle3/ALTERNATIVES | 1 +
devel/py-docstyle3/DESCR | 7 +++++++
devel/py-docstyle3/Makefile | 29 +++++++++++++++++++++++++++++
devel/py-docstyle3/PLIST | 38 ++++++++++++++++++++++++++++++++++++++
devel/py-docstyle3/distinfo | 5 +++++
5 files changed, 80 insertions(+), 0 deletions(-)
diffs (100 lines):
diff -r 88e240b2781c -r 16ea5c4badf7 devel/py-docstyle3/ALTERNATIVES
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-docstyle3/ALTERNATIVES Sat Jun 18 21:58:03 2022 +0000
@@ -0,0 +1,1 @@
+bin/pydocstyle @PREFIX@/bin/pydocstyle-@PYVERSSUFFIX@
diff -r 88e240b2781c -r 16ea5c4badf7 devel/py-docstyle3/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-docstyle3/DESCR Sat Jun 18 21:58:03 2022 +0000
@@ -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.
diff -r 88e240b2781c -r 16ea5c4badf7 devel/py-docstyle3/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-docstyle3/Makefile Sat Jun 18 21:58:03 2022 +0000
@@ -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"
diff -r 88e240b2781c -r 16ea5c4badf7 devel/py-docstyle3/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-docstyle3/PLIST Sat Jun 18 21:58:03 2022 +0000
@@ -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
diff -r 88e240b2781c -r 16ea5c4badf7 devel/py-docstyle3/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-docstyle3/distinfo Sat Jun 18 21:58:03 2022 +0000
@@ -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