svn commit: r495249 - in head/devel: . py-flake8-bugbear
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 10 10:57:42 UTC 2019
Author: sunpoet
Date: Sun Mar 10 10:57:36 2019
New Revision: 495249
URL: https://svnweb.freebsd.org/changeset/ports/495249
Log:
Add py-flake8-bugbear 18.8.0
flake8-bugbear is a plugin for Flake8 finding likely bugs and design problems in
your program. It contains warnings that don't belong in pyflakes and
pycodestyle.
WWW: https://github.com/PyCQA/flake8-bugbear
Added:
head/devel/py-flake8-bugbear/
head/devel/py-flake8-bugbear/Makefile (contents, props changed)
head/devel/py-flake8-bugbear/distinfo (contents, props changed)
head/devel/py-flake8-bugbear/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Mar 10 10:57:30 2019 (r495248)
+++ head/devel/Makefile Sun Mar 10 10:57:36 2019 (r495249)
@@ -4595,6 +4595,7 @@
SUBDIR += py-five.localsitemanager
SUBDIR += py-fixtures
SUBDIR += py-flake8
+ SUBDIR += py-flake8-bugbear
SUBDIR += py-flake8-builtins
SUBDIR += py-flake8-docstrings
SUBDIR += py-flake8-import-order
Added: head/devel/py-flake8-bugbear/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-flake8-bugbear/Makefile Sun Mar 10 10:57:36 2019 (r495249)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= flake8-bugbear
+PORTVERSION= 18.8.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Plugin for flake8 finding likely bugs and design problems
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}flake8>=3.0.0:devel/py-flake8@${PY_FLAVOR}
+
+USES= python:3.5+
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/py-flake8-bugbear/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-flake8-bugbear/distinfo Sun Mar 10 10:57:36 2019 (r495249)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552203470
+SHA256 (flake8-bugbear-18.8.0.tar.gz) = 0ccf56975f4db1d69dc1cf3598c99d768ebf95d0cad27d76087954aa399b515a
+SIZE (flake8-bugbear-18.8.0.tar.gz) = 21951
Added: head/devel/py-flake8-bugbear/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-flake8-bugbear/pkg-descr Sun Mar 10 10:57:36 2019 (r495249)
@@ -0,0 +1,5 @@
+flake8-bugbear is a plugin for Flake8 finding likely bugs and design problems in
+your program. It contains warnings that don't belong in pyflakes and
+pycodestyle.
+
+WWW: https://github.com/PyCQA/flake8-bugbear
More information about the svn-ports-head
mailing list