git: d2e0a626ca12 - main - devel/py-pydocstyle: update to 6.1.1

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 20 12:33:40 UTC 2021


The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d2e0a626ca120df9421f6bbe72208853b402893d

commit d2e0a626ca120df9421f6bbe72208853b402893d
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-05-20 12:11:01 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-05-20 12:17:54 +0000

    devel/py-pydocstyle: update to 6.1.1
    
    New toml dependency is optional, but I don't want to increase port
    complexity by adding an OPTION
---
 devel/py-pydocstyle/Makefile | 5 +++--
 devel/py-pydocstyle/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/devel/py-pydocstyle/Makefile b/devel/py-pydocstyle/Makefile
index ad995236e87f..91fa351cb775 100644
--- a/devel/py-pydocstyle/Makefile
+++ b/devel/py-pydocstyle/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pydocstyle
-PORTVERSION=	6.0.0
+PORTVERSION=	6.1.1
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +10,8 @@ COMMENT=	Python docstring style checker
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE-MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}snowballstemmer>0:textproc/py-snowballstemmer@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}snowballstemmer>0:textproc/py-snowballstemmer@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/devel/py-pydocstyle/distinfo b/devel/py-pydocstyle/distinfo
index 70af313a29d9..5e989cd535f4 100644
--- a/devel/py-pydocstyle/distinfo
+++ b/devel/py-pydocstyle/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616157456
-SHA256 (pydocstyle-6.0.0.tar.gz) = 164befb520d851dbcf0e029681b91f4f599c62c5cd8933fd54b1bfbd50e89e1f
-SIZE (pydocstyle-6.0.0.tar.gz) = 34304
+TIMESTAMP = 1621510592
+SHA256 (pydocstyle-6.1.1.tar.gz) = 1d41b7c459ba0ee6c345f2eb9ae827cab14a7533a88c5c6f7e94923f72df92dc
+SIZE (pydocstyle-6.1.1.tar.gz) = 35663


More information about the dev-commits-ports-all mailing list