svn commit: r340662 - in head/devel: . py-robotframework-pabot

Ruslan Makhmatkhanov rm at FreeBSD.org
Tue Jan 21 21:28:08 UTC 2014


Author: rm
Date: Tue Jan 21 21:28:06 2014
New Revision: 340662
URL: http://svnweb.freebsd.org/changeset/ports/340662
QAT: https://qat.redports.org/buildarchive/r340662/

Log:
  Test data editor for Robot Framework test data.
  
  WWW: https://github.com/robotframework/RIDE/wiki
  
  PR:		185971
  Submitted by:	Vladimir Chukharev

Added:
  head/devel/py-robotframework-pabot/
  head/devel/py-robotframework-pabot/Makefile   (contents, props changed)
  head/devel/py-robotframework-pabot/distinfo   (contents, props changed)
  head/devel/py-robotframework-pabot/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan 21 21:26:24 2014	(r340661)
+++ head/devel/Makefile	Tue Jan 21 21:28:06 2014	(r340662)
@@ -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

Added: head/devel/py-robotframework-pabot/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-robotframework-pabot/Makefile	Tue Jan 21 21:28:06 2014	(r340662)
@@ -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 at 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>

Added: head/devel/py-robotframework-pabot/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-robotframework-pabot/distinfo	Tue Jan 21 21:28:06 2014	(r340662)
@@ -0,0 +1,2 @@
+SHA256 (robotframework-pabot-0.1.tar.gz) = b12105ec585ed588d978496498ec2e60360b7bf0c8fbd86ae4043f3322ac340c
+SIZE (robotframework-pabot-0.1.tar.gz) = 3718

Added: head/devel/py-robotframework-pabot/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-robotframework-pabot/pkg-descr	Tue Jan 21 21:28:06 2014	(r340662)
@@ -0,0 +1,3 @@
+Test data editor for Robot Framework test data.
+
+WWW: https://github.com/robotframework/RIDE/wiki


More information about the svn-ports-all mailing list