mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
devel/py-robotframework-pabot: update to 0.72
PR: 238877 Submitted by: vladimir.chukharev@gmail.com (maintainer)
This commit is contained in:
parent
dac7c12285
commit
875ebbadc8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505517
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= robotframework-pabot
|
||||
PORTVERSION= 0.65
|
||||
PORTVERSION= 0.72
|
||||
CATEGORIES= devel www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1559818643
|
||||
SHA256 (robotframework-pabot-0.65.tar.gz) = 5a831ca744eadc6468828685dc7d13ab8ace062d55eb61b94178b2815ba6dc39
|
||||
SIZE (robotframework-pabot-0.65.tar.gz) = 22294
|
||||
TIMESTAMP = 1561800187
|
||||
SHA256 (robotframework-pabot-0.72.tar.gz) = 7db9f899fc40e20b4eaf02c46e1527084c821319555866dacfce94be08c228ea
|
||||
SIZE (robotframework-pabot-0.72.tar.gz) = 22535
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- setup.py.orig 2019-06-06 10:50:07 UTC
|
||||
+++ setup.py
|
||||
@@ -28,7 +28,6 @@ setup(name='robotframework-pabot',
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Framework :: Robot Framework'
|
||||
],
|
||||
- scripts=[os.path.join('scripts', 'pabot'),
|
||||
- os.path.join('scripts', 'pabot.bat')],
|
||||
+ scripts=[os.path.join('scripts', 'pabot')],
|
||||
license='Apache License, Version 2.0',
|
||||
install_requires=['robotframework', 'robotremoteserver>=1.1'])
|
@ -1,3 +1,3 @@
|
||||
Parallel executor for Robot Framework test cases
|
||||
|
||||
WWW: https://github.com/mkorpela/pabot
|
||||
WWW: https://pabot.org
|
||||
|
Loading…
Reference in New Issue
Block a user