Revert r455433, this breaks ports depending on pylint's package name
This commit is contained in:
parent
74afb17cd0
commit
5d4853650f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455487
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ PORTNAME= pylint
|
||||||
PORTVERSION= 1.7.4
|
PORTVERSION= 1.7.4
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
|
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Analyzes python source code looking for bugs and signs of poor quality
|
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:devel/py-astroid@${FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR}
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
USE_PYTHON= concurrent distutils optsuffix
|
USE_PYTHON= concurrent distutils
|
||||||
USES= python shebangfix
|
USES= python shebangfix
|
||||||
|
|
||||||
SHEBANG_FILES= pylint/test/data/ascript
|
SHEBANG_FILES= pylint/test/data/ascript
|
||||||
|
|
Loading…
Reference in a new issue