devel/py-robotframework-stacktrace: Add py-robotframework-stacktrace 0.4.1

robotframework-stacktrace provides a listener for RF >= 4.0 that prints a Stack
Trace to console to faster find the code section where the failure appears.

WWW: https://github.com/MarketSquare/robotframework-stacktrace
This commit is contained in:
Po-Chuan Hsieh 2022-07-30 13:56:31 +08:00
parent 66dc1aa833
commit 454099bcc5
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 28 additions and 0 deletions

View file

@ -5211,6 +5211,7 @@
SUBDIR += py-robotframework-pabot
SUBDIR += py-robotframework-pythonlibcore
SUBDIR += py-robotframework-seleniumlibrary
SUBDIR += py-robotframework-stacktrace
SUBDIR += py-robotremoteserver
SUBDIR += py-rope
SUBDIR += py-rose

View file

@ -0,0 +1,20 @@
PORTNAME= robotframework-stacktrace
PORTVERSION= 0.4.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Listener that prints a Stack Trace to console to faster find the code section where the failure appears
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=3.2:devel/py-robotframework@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1658506545
SHA256 (robotframework-stacktrace-0.4.1.tar.gz) = e96cb36e7e9ab55104c1f7d3606249a109e0a4c3bb6a0e294bff07d54ee6f6a5
SIZE (robotframework-stacktrace-0.4.1.tar.gz) = 12634

View file

@ -0,0 +1,4 @@
robotframework-stacktrace provides a listener for RF >= 4.0 that prints a Stack
Trace to console to faster find the code section where the failure appears.
WWW: https://github.com/MarketSquare/robotframework-stacktrace