mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
devel/py-autoflake: Update to 2.1.1
Migrate to pep517. PR: 271342
This commit is contained in:
parent
5a56b61352
commit
c146f5c2cb
@ -1,5 +1,5 @@
|
||||
PORTNAME= autoflake
|
||||
PORTVERSION= 1.3.1
|
||||
PORTVERSION= 2.1.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -11,17 +11,14 @@ 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>=1.1.0:devel/py-pyflakes@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= pytest python:3.6+ shebangfix
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
||||
TEST_ENV= PYTHONPATH=${WRKSRC}/src
|
||||
SHEBANG_FILES= autoflake.py test_autoflake.py
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1584024731
|
||||
SHA256 (autoflake-1.3.1.tar.gz) = 680cb9dade101ed647488238ccb8b8bfb4369b53d58ba2c8cdf7d5d54e01f95b
|
||||
SIZE (autoflake-1.3.1.tar.gz) = 17443
|
||||
TIMESTAMP = 1683710144
|
||||
SHA256 (autoflake-2.1.1.tar.gz) = 75524b48d42d6537041d91f17573b8a98cb645642f9f05c7fcc68de10b1cade3
|
||||
SIZE (autoflake-2.1.1.tar.gz) = 26564
|
||||
|
Loading…
Reference in New Issue
Block a user