1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

devel/py-flake8-comprehensions: Add py-flake8-comprehensions 3.11.1

flake8-comprehensions is a flake8 plugin that helps you write better
list/set/dict comprehensions.
This commit is contained in:
Po-Chuan Hsieh 2023-04-09 21:16:48 +08:00
parent 9b7323194d
commit dddf6294b8
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 29 additions and 0 deletions

View File

@ -4596,6 +4596,7 @@
SUBDIR += py-flake8-black
SUBDIR += py-flake8-bugbear
SUBDIR += py-flake8-builtins
SUBDIR += py-flake8-comprehensions
SUBDIR += py-flake8-docstrings
SUBDIR += py-flake8-future-annotations
SUBDIR += py-flake8-import-order

View File

@ -0,0 +1,23 @@
PORTNAME= flake8-comprehensions
PORTVERSION= 3.11.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= flake8_comprehensions-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= flake8 plugin to help you write better list/set/dict comprehensions
WWW= https://github.com/adamchainz/flake8-comprehensions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1680726002
SHA256 (flake8_comprehensions-3.11.1.tar.gz) = 31d6386c125e325d7c84290d71f5354295dbbf5a8d47259708fa349aa0969523
SIZE (flake8_comprehensions-3.11.1.tar.gz) = 14674

View File

@ -0,0 +1,2 @@
flake8-comprehensions is a flake8 plugin that helps you write better
list/set/dict comprehensions.