svn commit: r433409 - in head/devel: . py-flake8-polyfill py3-flake8-polyfill
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Feb 5 14:13:03 UTC 2017
Author: amdmi3
Date: Sun Feb 5 14:13:01 2017
New Revision: 433409
URL: https://svnweb.freebsd.org/changeset/ports/433409
Log:
- Add py-flake8-polyfill, py3-flake8-polyfill
flake8-polyfill is a package that provides some compatibility helpers
for Flake8 plugins that intend to support Flake8 2.x and 3.x
simultaneously.
WWW: https://pypi.python.org/pypi/flake8-polyfill
Added:
head/devel/py-flake8-polyfill/
head/devel/py-flake8-polyfill/Makefile (contents, props changed)
head/devel/py-flake8-polyfill/distinfo (contents, props changed)
head/devel/py-flake8-polyfill/pkg-descr (contents, props changed)
head/devel/py3-flake8-polyfill/
head/devel/py3-flake8-polyfill/Makefile (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Feb 5 14:04:31 2017 (r433408)
+++ head/devel/Makefile Sun Feb 5 14:13:01 2017 (r433409)
@@ -4244,6 +4244,7 @@
SUBDIR += py-flake8
SUBDIR += py-flake8-builtins
SUBDIR += py-flake8-import-order
+ SUBDIR += py-flake8-polyfill
SUBDIR += py-flake8-quotes
SUBDIR += py-flask-babel
SUBDIR += py-flexmock
@@ -4872,6 +4873,7 @@
SUBDIR += py3-flake8
SUBDIR += py3-flake8-builtins
SUBDIR += py3-flake8-import-order
+ SUBDIR += py3-flake8-polyfill
SUBDIR += py3-flake8-quotes
SUBDIR += py3-gobject3
SUBDIR += py3-hgtools
Added: head/devel/py-flake8-polyfill/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-flake8-polyfill/Makefile Sun Feb 5 14:13:01 2017 (r433409)
@@ -0,0 +1,22 @@
+# Created by: Dmitry Marakasov <amdmi3 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= flake8-polyfill
+PORTVERSION= 1.0.1
+CATEGORIES= devel
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= amdmi3 at FreeBSD.org
+COMMENT= Polyfill package for Flake8 plugins
+
+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>
Added: head/devel/py-flake8-polyfill/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-flake8-polyfill/distinfo Sun Feb 5 14:13:01 2017 (r433409)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1486303750
+SHA256 (flake8-polyfill-1.0.1.tar.gz) = c77056b1e2cfce7b39d7634370062baf02438962a7d176ea717627b83b17f609
+SIZE (flake8-polyfill-1.0.1.tar.gz) = 8094
Added: head/devel/py-flake8-polyfill/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-flake8-polyfill/pkg-descr Sun Feb 5 14:13:01 2017 (r433409)
@@ -0,0 +1,5 @@
+flake8-polyfill is a package that provides some compatibility helpers
+for Flake8 plugins that intend to support Flake8 2.x and 3.x
+simultaneously.
+
+WWW: https://pypi.python.org/pypi/flake8-polyfill
Added: head/devel/py3-flake8-polyfill/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py3-flake8-polyfill/Makefile Sun Feb 5 14:13:01 2017 (r433409)
@@ -0,0 +1,10 @@
+# Created by: Dmitry Marakasov <amdmi3 at FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-flake8-polyfill
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py3-flake8
+
+USES= python:3
+
+.include "${MASTERDIR}/Makefile"
More information about the svn-ports-head
mailing list