Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2020 20:57:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533175 - in head/devel: . py-pytest-black
Message-ID:  <202004272057.03RKvaUT066152@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Apr 27 20:57:35 2020
New Revision: 533175
URL: https://svnweb.freebsd.org/changeset/ports/533175

Log:
  Add py-pytest-black 0.3.8
  
  pytest-black is a pytest plugin to enable format checking with black.
  
  WWW: https://github.com/shopkeep/pytest-black

Added:
  head/devel/py-pytest-black/
  head/devel/py-pytest-black/Makefile   (contents, props changed)
  head/devel/py-pytest-black/distinfo   (contents, props changed)
  head/devel/py-pytest-black/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Apr 27 20:57:13 2020	(r533174)
+++ head/devel/Makefile	Mon Apr 27 20:57:35 2020	(r533175)
@@ -4912,6 +4912,7 @@
     SUBDIR += py-pytest-aiohttp
     SUBDIR += py-pytest-asyncio
     SUBDIR += py-pytest-azurepipelines
+    SUBDIR += py-pytest-black
     SUBDIR += py-pytest-cache
     SUBDIR += py-pytest-capturelog
     SUBDIR += py-pytest-cov

Added: head/devel/py-pytest-black/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-black/Makefile	Mon Apr 27 20:57:35 2020	(r533175)
@@ -0,0 +1,26 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pytest-black
+PORTVERSION=	0.3.8
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	pytest plugin to enable format checking with black
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}black>=19.3b0:devel/py-black@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>=3.5.0:devel/py-pytest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-pytest-black/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-black/distinfo	Mon Apr 27 20:57:35 2020	(r533175)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1588013474
+SHA256 (pytest-black-0.3.8.tar.gz) = 01a9a7acc69e618ebf3f834932a4d7a81909f6911051d0871b0ed4de3cbe9712
+SIZE (pytest-black-0.3.8.tar.gz) = 6279

Added: head/devel/py-pytest-black/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-black/pkg-descr	Mon Apr 27 20:57:35 2020	(r533175)
@@ -0,0 +1,3 @@
+pytest-black is a pytest plugin to enable format checking with black.
+
+WWW: https://github.com/shopkeep/pytest-black



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004272057.03RKvaUT066152>