- Update to 0.23.0
PR: ports/154165 Submitted by: Li-Wen Hsu <lwhsu@FreeBSD.org> Feature safe: yes
This commit is contained in:
parent
e8561b52d3
commit
82a68696e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268375
2 changed files with 5 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= pylint
|
||||
PORTVERSION= 0.21.4
|
||||
PORTVERSION= 0.23.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= LOGILAB
|
||||
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
||||
|
@ -24,11 +24,8 @@ OPTIONS= GUI "Include Tkinter support for pylint-gui" Off
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 250
|
||||
PLIST_SUB+= NOPY25=""
|
||||
.else
|
||||
PLIST_SUB+= NOPY25="@comment "
|
||||
.endif
|
||||
post-extract:
|
||||
${RM} -fr ${WRKSRC}/test
|
||||
|
||||
.if defined(WITH_GUI)
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pylint-0.21.4.tar.gz) = ac24ed7f3d98ed5778f88790af8d8e925f99984c055facf3e375b72913223c09
|
||||
SIZE (pylint-0.21.4.tar.gz) = 200811
|
||||
SHA256 (pylint-0.23.0.tar.gz) = cdb093d15abe2f1cd2f7d949ad3bb29149aeead7740d5722396309c6b60a091c
|
||||
SIZE (pylint-0.23.0.tar.gz) = 200192
|
||||
|
|
Loading…
Reference in a new issue