git: 454099bcc5fd - main - devel/py-robotframework-stacktrace: Add py-robotframework-stacktrace 0.4.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Jul 2022 06:01:34 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=454099bcc5fd9bb1ca295f6db3fa7b0a164a7489
commit 454099bcc5fd9bb1ca295f6db3fa7b0a164a7489
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-30 05:56:31 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-30 05:56:31 +0000
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
---
devel/Makefile | 1 +
devel/py-robotframework-stacktrace/Makefile | 20 ++++++++++++++++++++
devel/py-robotframework-stacktrace/distinfo | 3 +++
devel/py-robotframework-stacktrace/pkg-descr | 4 ++++
4 files changed, 28 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 3a45e17aa3ae..32d49811b776 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/py-robotframework-stacktrace/Makefile b/devel/py-robotframework-stacktrace/Makefile
new file mode 100644
index 000000000000..5f35b65ea6b6
--- /dev/null
+++ b/devel/py-robotframework-stacktrace/Makefile
@@ -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>
diff --git a/devel/py-robotframework-stacktrace/distinfo b/devel/py-robotframework-stacktrace/distinfo
new file mode 100644
index 000000000000..8f9a8a573c9e
--- /dev/null
+++ b/devel/py-robotframework-stacktrace/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1658506545
+SHA256 (robotframework-stacktrace-0.4.1.tar.gz) = e96cb36e7e9ab55104c1f7d3606249a109e0a4c3bb6a0e294bff07d54ee6f6a5
+SIZE (robotframework-stacktrace-0.4.1.tar.gz) = 12634
diff --git a/devel/py-robotframework-stacktrace/pkg-descr b/devel/py-robotframework-stacktrace/pkg-descr
new file mode 100644
index 000000000000..da41940051a8
--- /dev/null
+++ b/devel/py-robotframework-stacktrace/pkg-descr
@@ -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