View | Details | Raw Unified | Return to bug 238877
Collapse All | Expand All

(-)devel/py-robotframework-pabot/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	robotframework-pabot
4
PORTNAME=	robotframework-pabot
5
PORTVERSION=	0.65
5
PORTVERSION=	0.72
6
CATEGORIES=	devel www python
6
CATEGORIES=	devel www python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)devel/py-robotframework-pabot/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1559818643
1
TIMESTAMP = 1561800187
2
SHA256 (robotframework-pabot-0.65.tar.gz) = 5a831ca744eadc6468828685dc7d13ab8ace062d55eb61b94178b2815ba6dc39
2
SHA256 (robotframework-pabot-0.72.tar.gz) = 7db9f899fc40e20b4eaf02c46e1527084c821319555866dacfce94be08c228ea
3
SIZE (robotframework-pabot-0.65.tar.gz) = 22294
3
SIZE (robotframework-pabot-0.72.tar.gz) = 22535
(-)devel/py-robotframework-pabot/files/patch-setup.py (-11 lines)
Lines 1-11 Link Here
1
--- setup.py.orig	2019-06-06 10:50:07 UTC
2
+++ setup.py
3
@@ -28,7 +28,6 @@ setup(name='robotframework-pabot',
4
             'Development Status :: 5 - Production/Stable',
5
             'Framework :: Robot Framework'
6
       ],
7
-      scripts=[os.path.join('scripts', 'pabot'),
8
-               os.path.join('scripts', 'pabot.bat')],
9
+      scripts=[os.path.join('scripts', 'pabot')],
10
       license='Apache License, Version 2.0',
11
       install_requires=['robotframework', 'robotremoteserver>=1.1'])
(-)devel/py-robotframework-pabot/pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
Parallel executor for Robot Framework test cases
1
Parallel executor for Robot Framework test cases
2
2
3
WWW: https://github.com/mkorpela/pabot
3
WWW: https://pabot.org

Return to bug 238877