mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Convert PYTHON_PKGNAMESUFFIX to USE_PYTHON=optsuffix
This commit is contained in:
parent
c3f640d8cc
commit
bb8210fecc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455433
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ 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
|
||||
|
@ -25,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.5.1:devel/py-astroid@${FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= concurrent distutils
|
||||
USE_PYTHON= concurrent distutils optsuffix
|
||||
USES= python shebangfix
|
||||
|
||||
SHEBANG_FILES= pylint/test/data/ascript
|
||||
|
|
Loading…
Add table
Reference in a new issue