Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2018 18:10:51 +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: r464514 - in head/devel: . py-pytest-sugar
Message-ID:  <201803141810.w2EIApaW087543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Mar 14 18:10:50 2018
New Revision: 464514
URL: https://svnweb.freebsd.org/changeset/ports/464514

Log:
  Add py-pytest-sugar 0.9.1
  
  pytest-sugar is a plugin for py.test that shows failures and errors instantly
  and shows a progress bar.
  
  WWW: https://pypi.python.org/pypi/pytest-sugar
  WWW: https://github.com/Frozenball/pytest-sugar

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Mar 14 17:35:44 2018	(r464513)
+++ head/devel/Makefile	Wed Mar 14 18:10:50 2018	(r464514)
@@ -4791,6 +4791,7 @@
     SUBDIR += py-pytest-localserver
     SUBDIR += py-pytest-mock
     SUBDIR += py-pytest-runner
+    SUBDIR += py-pytest-sugar
     SUBDIR += py-pytest-timeout
     SUBDIR += py-pytest-tornado
     SUBDIR += py-pytest-xdist

Added: head/devel/py-pytest-sugar/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-sugar/Makefile	Wed Mar 14 18:10:50 2018	(r464514)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pytest-sugar
+PORTVERSION=	0.9.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Changes the look and feel of pytest
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=2.9:devel/py-pytest@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor@${FLAVOR}
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
+USES=		python
+
+.include <bsd.port.mk>

Added: head/devel/py-pytest-sugar/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-sugar/distinfo	Wed Mar 14 18:10:50 2018	(r464514)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1521048111
+SHA256 (pytest-sugar-0.9.1.tar.gz) = ab8cc42faf121344a4e9b13f39a51257f26f410e416c52ea11078cdd00d98a2c
+SIZE (pytest-sugar-0.9.1.tar.gz) = 11886

Added: head/devel/py-pytest-sugar/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-sugar/pkg-descr	Wed Mar 14 18:10:50 2018	(r464514)
@@ -0,0 +1,5 @@
+pytest-sugar is a plugin for py.test that shows failures and errors instantly
+and shows a progress bar.
+
+WWW: https://pypi.python.org/pypi/pytest-sugar
+WWW: https://github.com/Frozenball/pytest-sugar



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