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
This commit is contained in:
parent
23784aba61
commit
d2e0a626ca
2 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue