mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 4.0.1
This commit is contained in:
parent
1163c7da55
commit
e9f41543f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509656
2 changed files with 7 additions and 15 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pydocstyle
|
||||
PORTVERSION= 3.0.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,17 +13,10 @@ COMMENT= Python docstring style checker
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE-MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snowballstemmer>0:textproc/py-snowballstemmer@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snowballstemmer>0:textproc/py-snowballstemmer@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USES= python:3.4+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3200
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}configparser>0:devel/py-configparser@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540566999
|
||||
SHA256 (pydocstyle-3.0.0.tar.gz) = 5741c85e408f9e0ddf873611085e819b809fca90b619f5fd7f34bd4959da3dd4
|
||||
SIZE (pydocstyle-3.0.0.tar.gz) = 29627
|
||||
TIMESTAMP = 1566507428
|
||||
SHA256 (pydocstyle-4.0.1.tar.gz) = 04c84e034ebb56eb6396c820442b8c4499ac5eb94a3bda88951ac3dc519b6058
|
||||
SIZE (pydocstyle-4.0.1.tar.gz) = 31432
|
||||
|
|
Loading…
Add table
Reference in a new issue