Skip to content

Commit

Permalink
devel/py-flake8-comprehensions: Add py-flake8-comprehensions 3.11.1
Browse files Browse the repository at this point in the history
flake8-comprehensions is a flake8 plugin that helps you write better
list/set/dict comprehensions.
  • Loading branch information
sunpoet committed Apr 9, 2023
1 parent 9b73231 commit dddf629
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
23 changes: 23 additions & 0 deletions devel/py-flake8-comprehensions/Makefile
@@ -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 changes: 3 additions & 0 deletions devel/py-flake8-comprehensions/distinfo
@@ -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 changes: 2 additions & 0 deletions devel/py-flake8-comprehensions/pkg-descr
@@ -0,0 +1,2 @@
flake8-comprehensions is a flake8 plugin that helps you write better
list/set/dict comprehensions.

0 comments on commit dddf629

Please sign in to comment.