Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2018 19:00:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479553 - head/devel/pylint1
Message-ID:  <201809111900.w8BJ0Rq4006130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Sep 11 19:00:26 2018
New Revision: 479553
URL: https://svnweb.freebsd.org/changeset/ports/479553

Log:
  Change RUN_DEPENDS from py-astroid to py-astroid1
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/pylint1/Makefile

Modified: head/devel/pylint1/Makefile
==============================================================================
--- head/devel/pylint1/Makefile	Tue Sep 11 19:00:21 2018	(r479552)
+++ head/devel/pylint1/Makefile	Tue Sep 11 19:00:26 2018	(r479553)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pylint
 PORTVERSION=	1.9.3
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMESUFFIX=	1${PYTHON_PKGNAMESUFFIX}
@@ -14,7 +15,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=1.6:devel/py-astroid@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid1>=1.6:devel/py-astroid1@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}isort>=4.2.5:devel/py-isort@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mccabe>=0:devel/py-mccabe@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809111900.w8BJ0Rq4006130>