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
This commit is contained in:
parent
4012d4047a
commit
8748a3f5f0
3 changed files with 12 additions and 16 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue