diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-01-21 21:28:06 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-01-21 21:28:06 +0000 |
commit | 3cec37f47aa13f68f1b48ffcb3f1679650d8c84c (patch) | |
tree | 5e28eab9c089a5010713de9505b92331fdacc173 | |
parent | caf23cf692893647a872f00937eabe06fb29e443 (diff) |
Notes
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-robotframework-pabot/Makefile | 21 | ||||
-rw-r--r-- | devel/py-robotframework-pabot/distinfo | 2 | ||||
-rw-r--r-- | devel/py-robotframework-pabot/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5cc093b42bf3..5db6b3a65ebc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3766,6 +3766,7 @@ SUBDIR += py-resourcepackage SUBDIR += py-rlcompleter2 SUBDIR += py-robotframework + SUBDIR += py-robotframework-pabot SUBDIR += py-robotframework-ride SUBDIR += py-robotframework-selenium2library SUBDIR += py-rope diff --git a/devel/py-robotframework-pabot/Makefile b/devel/py-robotframework-pabot/Makefile new file mode 100644 index 000000000000..30b91a3cc3ac --- /dev/null +++ b/devel/py-robotframework-pabot/Makefile @@ -0,0 +1,21 @@ +# Created by: Vladimir Chukharev +# $FreeBSD$ + +PORTNAME= robotframework-pabot +PORTVERSION= 0.1 +CATEGORIES= devel www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= Vladimir.Chukharev@gmail.com +COMMENT= Parallel executor for Robot Framework test cases + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:${PORTSDIR}/devel/py-robotframework + +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/py-robotframework-pabot/distinfo b/devel/py-robotframework-pabot/distinfo new file mode 100644 index 000000000000..f8264efe6a7d --- /dev/null +++ b/devel/py-robotframework-pabot/distinfo @@ -0,0 +1,2 @@ +SHA256 (robotframework-pabot-0.1.tar.gz) = b12105ec585ed588d978496498ec2e60360b7bf0c8fbd86ae4043f3322ac340c +SIZE (robotframework-pabot-0.1.tar.gz) = 3718 diff --git a/devel/py-robotframework-pabot/pkg-descr b/devel/py-robotframework-pabot/pkg-descr new file mode 100644 index 000000000000..af2bfc1c3c77 --- /dev/null +++ b/devel/py-robotframework-pabot/pkg-descr @@ -0,0 +1,3 @@ +Test data editor for Robot Framework test data. + +WWW: https://github.com/robotframework/RIDE/wiki |