pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-flake8-docstrings py-flake8-docstrings: updat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a30db27e74d5
branches: trunk
changeset: 342598:a30db27e74d5
user: adam <adam%pkgsrc.org@localhost>
date: Tue Oct 22 06:51:54 2019 +0000
description:
py-flake8-docstrings: updated to 1.5.0
1.5.0
- Add --ignore-decorators option which allows functions with a specific
decorator to ignore error codes.
1.4.0
- Add --docstring-convention option which allows selection of conventions
besides the default pep257. Available options are based on those
available from pydocstyle and are currently pep257, google, and
numpy. flake8-docstrings also adds a special all docstring
convention which will enable all rules from pydocstyle. Note that
pydocstyle defines some conflicting rules so you'll want to use
ignore / extend-ignore when selecting docstring-convention = all
- Bump minimum flake8 version to 3
- Fix proper handling of stdin via --stdin-display-name
diffstat:
devel/py-flake8-docstrings/Makefile | 9 +++++----
devel/py-flake8-docstrings/distinfo | 10 +++++-----
2 files changed, 10 insertions(+), 9 deletions(-)
diffs (39 lines):
diff -r c1e98f17cc77 -r a30db27e74d5 devel/py-flake8-docstrings/Makefile
--- a/devel/py-flake8-docstrings/Makefile Tue Oct 22 06:48:26 2019 +0000
+++ b/devel/py-flake8-docstrings/Makefile Tue Oct 22 06:51:54 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/07/09 02:06:50 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/22 06:51:54 adam Exp $
-DISTNAME= flake8-docstrings-1.3.0
+DISTNAME= flake8-docstrings-1.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/flake8-docstrings/}
@@ -11,8 +11,9 @@
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
+DEPENDS+= ${PYPKGPREFIX}-flake8>=3.0.0:../../devel/py-flake8
+
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r c1e98f17cc77 -r a30db27e74d5 devel/py-flake8-docstrings/distinfo
--- a/devel/py-flake8-docstrings/distinfo Tue Oct 22 06:48:26 2019 +0000
+++ b/devel/py-flake8-docstrings/distinfo Tue Oct 22 06:51:54 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/07/09 02:06:50 minskim Exp $
+$NetBSD: distinfo,v 1.2 2019/10/22 06:51:54 adam 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
+SHA1 (flake8-docstrings-1.5.0.tar.gz) = b393ba86615182225745dffb2acfd1b08268681d
+RMD160 (flake8-docstrings-1.5.0.tar.gz) = bb6627e8a4166889e86e1641003ffa385c3c69d5
+SHA512 (flake8-docstrings-1.5.0.tar.gz) = aaf5fc94f15492822b31333231cdaba98c61b77a38d810c7dcb21964bdb9426829c6b66cf6edd68fff356f9933854b35e610f6655abd75c860f3e1487af761a3
+Size (flake8-docstrings-1.5.0.tar.gz) = 5674 bytes
Home |
Main Index |
Thread Index |
Old Index