blob: effa0979e02c771f6c112a7cb288f738f89d1376 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= autoflake
DISTVERSION= 2.3.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= meka@tilda.center
COMMENT= Removes unused imports and unused variables from Python code
WWW= https://github.com/PyCQA/autoflake
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyflakes>=3.0.0:devel/py-pyflakes@${PY_FLAVOR}
USES= python shebangfix
USE_PYTHON= autoplist pep517 pytest
SHEBANG_FILES= autoflake.py test_autoflake.py
NO_ARCH= yes
.include <bsd.port.mk>
|