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:
parent
66dc1aa833
commit
454099bcc5
4 changed files with 28 additions and 0 deletions
|
@ -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
|
||||
|
|
20
devel/py-robotframework-stacktrace/Makefile
Normal file
20
devel/py-robotframework-stacktrace/Makefile
Normal 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>
|
3
devel/py-robotframework-stacktrace/distinfo
Normal file
3
devel/py-robotframework-stacktrace/distinfo
Normal 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
|
4
devel/py-robotframework-stacktrace/pkg-descr
Normal file
4
devel/py-robotframework-stacktrace/pkg-descr
Normal 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
|
Loading…
Reference in a new issue