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:
parent
9b7323194d
commit
dddf6294b8
@ -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
|
||||
|
23
devel/py-flake8-comprehensions/Makefile
Normal file
23
devel/py-flake8-comprehensions/Makefile
Normal 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>
|
3
devel/py-flake8-comprehensions/distinfo
Normal file
3
devel/py-flake8-comprehensions/distinfo
Normal 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
|
2
devel/py-flake8-comprehensions/pkg-descr
Normal file
2
devel/py-flake8-comprehensions/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
flake8-comprehensions is a flake8 plugin that helps you write better
|
||||
list/set/dict comprehensions.
|
Loading…
Reference in New Issue
Block a user