Bug 194085 - [NEW PORT] devel/py-robotremoteserver : Python Remote Server for Robot Framework
Summary: [NEW PORT] devel/py-robotremoteserver : Python Remote Server for Robot Framework
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks: 194087
  Show dependency treegraph
 
Reported: 2014-10-02 06:58 UTC by vladimir.chukharev
Modified: 2014-11-04 16:48 UTC (History)
1 user (show)

See Also:


Attachments
Shar file (2.06 KB, text/plain)
2014-10-02 06:58 UTC, vladimir.chukharev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description vladimir.chukharev 2014-10-02 06:58:49 UTC
Created attachment 147900 [details]
Shar file

A new dependence for devel/py-robotframework-pabot. It allows to run tests not only on local host.

QA:
 $ portlint -AC
looks fine.
 $ make -D DEVELOPER=yes check-plist stage-qa clean
[no complains]
 $ sudo port test
[ports-mgmt/porttools, no complains; PREFIX and PKG_DBDIR are set to /tmp/...]

My tests pass or fail correctly with pabot updated to 0.11 and this port installed. Update of devel/py-robotframework-pabot in a separate PR.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-10-31 18:03:23 UTC
looks ok, moving to patch-ready pool.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-11-04 16:46:40 UTC
A commit references this bug:

Author: marino
Date: Tue Nov  4 16:46:24 UTC 2014
New revision: 372153
URL: https://svnweb.freebsd.org/changeset/ports/372153

Log:
  Add new port devel/py-robotremoteserver

  PR:		194085
  Submitted by:	Vladimir Chukharev

  Robot Framework remote servers allow hosting test libraries on different
  processes or machines than Robot Framework itself is running on. This
  version is implemented in Python and supports also Jython (JVM) and
  IronPython (.NET). See remote library interface documentation for more
  information about the remote interface in general as well as for a list
  of remote server implementations in other programming languages.

Changes:
  head/devel/Makefile
  head/devel/py-robotremoteserver/
  head/devel/py-robotremoteserver/Makefile
  head/devel/py-robotremoteserver/distinfo
  head/devel/py-robotremoteserver/pkg-descr
Comment 3 John Marino freebsd_committer freebsd_triage 2014-11-04 16:48:13 UTC
Nice job.  The only thing I did was align the pkg-plist to 75 chars, everything tested fine.