mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 03:26:41 -04:00
26 lines
790 B
Makefile
26 lines
790 B
Makefile
PORTNAME= pylint-flask
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Pylint plugin to analyze Flask applications
|
|
WWW= https://github.com/jschaf/pylint-flask
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.0:devel/py-astroid@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pylint-plugin-utils>=0.2.1:devel/py-pylint-plugin-utils@${PY_FLAVOR} \
|
|
pylint${PYTHON_PKGNAMESUFFIX}>=2.8.3:devel/pylint
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|