git: 8748a3f5f043 - main - devel/py-robotframework-pabot: Update to 2.5.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Jul 2022 06:02:19 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8748a3f5f0438ea21febf25d60f4fbab96ea064c
commit 8748a3f5f0438ea21febf25d60f4fbab96ea064c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-30 05:58:01 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-30 05:58:01 +0000
devel/py-robotframework-pabot: Update to 2.5.4
- Change MASTER_SITES to CHEESESHOP
- Update pkg-descr
- Take maintainership
Changes: https://github.com/mkorpela/pabot/releases
---
devel/py-robotframework-pabot/Makefile | 16 +++++-----------
devel/py-robotframework-pabot/distinfo | 6 +++---
devel/py-robotframework-pabot/pkg-descr | 6 ++++--
3 files changed, 12 insertions(+), 16 deletions(-)
diff --git a/devel/py-robotframework-pabot/Makefile b/devel/py-robotframework-pabot/Makefile
index d3132e7197e1..5cc1ad70f193 100644
--- a/devel/py-robotframework-pabot/Makefile
+++ b/devel/py-robotframework-pabot/Makefile
@@ -1,27 +1,21 @@
PORTNAME= robotframework-pabot
-PORTVERSION= 0.99
+PORTVERSION= 2.5.4
CATEGORIES= devel www python
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
-COMMENT= Parallel executor for Robot Framework test cases
+COMMENT= Parallel test runner for Robot Framework
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}robotremoteserver>=1.0.1:devel/py-robotremoteserver@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=3.2:devel/py-robotframework@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}robotframework-stacktrace>=0.4.1:devel/py-robotframework-stacktrace@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
-USE_GITHUB= yes
-GH_ACCOUNT= mkorpela
-GH_PROJECT= pabot
NO_ARCH= yes
-do-test:
- @cd ${WRKSRC} && ${SETENV} LC_ALL=en_US.UTF-8 ${PYTHON_CMD} -m nose -v tests
-
.include <bsd.port.mk>
diff --git a/devel/py-robotframework-pabot/distinfo b/devel/py-robotframework-pabot/distinfo
index 39b38fa0c166..93a2568f94fb 100644
--- a/devel/py-robotframework-pabot/distinfo
+++ b/devel/py-robotframework-pabot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579969324
-SHA256 (mkorpela-pabot-0.99_GH0.tar.gz) = 05fdc04202d11bb025f83c5d8a2ab48b8c1868f31376487f01c1a04e84c03d86
-SIZE (mkorpela-pabot-0.99_GH0.tar.gz) = 104096
+TIMESTAMP = 1658506607
+SHA256 (robotframework-pabot-2.5.4.tar.gz) = c68c2cfb32e0375446dd67f5ce58917fbcd402c5ac3fd4148721de0ed6ac1949
+SIZE (robotframework-pabot-2.5.4.tar.gz) = 43753
diff --git a/devel/py-robotframework-pabot/pkg-descr b/devel/py-robotframework-pabot/pkg-descr
index a5c01cbaccf4..2d0aadb9041b 100644
--- a/devel/py-robotframework-pabot/pkg-descr
+++ b/devel/py-robotframework-pabot/pkg-descr
@@ -1,3 +1,5 @@
-Parallel executor for Robot Framework test cases
+Pabot is a parallel executor for Robot Framework tests. It splits one execution
+into multiple and save test execution time.
-WWW: https://pabot.org
+WWW: https://pabot.org/
+WWW: https://github.com/mkorpela/pabot