- Add py-flake8-quotes, py3-flake8-quotes

Flake8 lint for quotes.

WWW: https://pypi.python.org/pypi/flake8-quotes
This commit is contained in:
Dmitry Marakasov 2017-02-05 13:55:45 +00:00
parent aca1af47b8
commit 0ffd929262
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433406
5 changed files with 40 additions and 0 deletions

View File

@ -4242,6 +4242,7 @@
SUBDIR += py-five.globalrequest
SUBDIR += py-five.localsitemanager
SUBDIR += py-flake8
SUBDIR += py-flake8-quotes
SUBDIR += py-flask-babel
SUBDIR += py-flexmock
SUBDIR += py-foolscap
@ -4867,6 +4868,7 @@
SUBDIR += py3-click
SUBDIR += py3-dbus
SUBDIR += py3-flake8
SUBDIR += py3-flake8-quotes
SUBDIR += py3-gobject3
SUBDIR += py3-hgtools
SUBDIR += py3-jsonschema

View File

@ -0,0 +1,22 @@
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= flake8-quotes
PORTVERSION= 0.9.0
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Flake8 lint for quotes
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8
USES?= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1486300843
SHA256 (flake8-quotes-0.9.0.tar.gz) = e853d7d009d6b66fb3a4091bca606e2f458e4bf0f608804e10a6f4ac2ba8ba06
SIZE (flake8-quotes-0.9.0.tar.gz) = 6113

View File

@ -0,0 +1,3 @@
Flake8 lint for quotes.
WWW: https://pypi.python.org/pypi/flake8-quotes

View File

@ -0,0 +1,10 @@
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-flake8-quotes
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py3-flake8
USES= python:3
.include "${MASTERDIR}/Makefile"