svn commit: r464785 - head/devel/pylint

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 17 10:44:30 UTC 2018


Author: sunpoet
Date: Sat Mar 17 10:44:28 2018
New Revision: 464785
URL: https://svnweb.freebsd.org/changeset/ports/464785

Log:
  Update to 1.8.3
  
  - Update WWW
  
  Changes:	https://github.com/PyCQA/pylint/blob/1.8/ChangeLog

Modified:
  head/devel/pylint/Makefile
  head/devel/pylint/distinfo
  head/devel/pylint/pkg-descr

Modified: head/devel/pylint/Makefile
==============================================================================
--- head/devel/pylint/Makefile	Sat Mar 17 10:44:23 2018	(r464784)
+++ head/devel/pylint/Makefile	Sat Mar 17 10:44:28 2018	(r464785)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pylint
-PORTVERSION=	1.8.2
+PORTVERSION=	1.8.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=1.6.0:devel/py-astroid@${FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=1.6:devel/py-astroid@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}isort>=4.2.5:devel/py-isort@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mccabe>=0:devel/py-mccabe@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR}

Modified: head/devel/pylint/distinfo
==============================================================================
--- head/devel/pylint/distinfo	Sat Mar 17 10:44:23 2018	(r464784)
+++ head/devel/pylint/distinfo	Sat Mar 17 10:44:28 2018	(r464785)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516794974
-SHA256 (pylint-1.8.2.tar.gz) = 4fe3b99da7e789545327b75548cee6b511e4faa98afe268130fea1af4b5ec022
-SIZE (pylint-1.8.2.tar.gz) = 510319
+TIMESTAMP = 1521277180
+SHA256 (pylint-1.8.3.tar.gz) = c77311859e0c2d7932095f30d2b1bfdc4b6fe111f534450ba727a52eae330ef2
+SIZE (pylint-1.8.3.tar.gz) = 512104

Modified: head/devel/pylint/pkg-descr
==============================================================================
--- head/devel/pylint/pkg-descr	Sat Mar 17 10:44:23 2018	(r464784)
+++ head/devel/pylint/pkg-descr	Sat Mar 17 10:44:28 2018	(r464785)
@@ -7,5 +7,6 @@ minimally sized program. It's highly configurable and 
 it from within your code. Additionally, it is possible to write plugins to add
 your own checks.
 
+WWW: https://www.pylint.org/
 WWW: https://pypi.python.org/pypi/pylint
 WWW: https://github.com/PyCQA/pylint


More information about the svn-ports-all mailing list