Date: Sun, 3 Dec 2017 20:51:25 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455487 - head/devel/pylint Message-ID: <201712032051.vB3KpPSO066892@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Dec 3 20:51:25 2017 New Revision: 455487 URL: https://svnweb.freebsd.org/changeset/ports/455487 Log: Revert r455433, this breaks ports depending on pylint's package name Modified: head/devel/pylint/Makefile Modified: head/devel/pylint/Makefile ============================================================================== --- head/devel/pylint/Makefile Sun Dec 3 20:47:08 2017 (r455486) +++ head/devel/pylint/Makefile Sun Dec 3 20:51:25 2017 (r455487) @@ -5,6 +5,7 @@ PORTNAME= pylint PORTVERSION= 1.7.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP +PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Analyzes python source code looking for bugs and signs of poor quality @@ -24,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.5.1:dev ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} NO_ARCH= yes -USE_PYTHON= concurrent distutils optsuffix +USE_PYTHON= concurrent distutils USES= python shebangfix SHEBANG_FILES= pylint/test/data/ascript
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712032051.vB3KpPSO066892>