Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 Dec 2020 23:02:15
1.1_1

|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
20 Jun 2018 17:05:44
1.1_1

|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
30 Nov 2017 15:50:34
1.1_1

|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
23 Oct 2017 21:14:50
1.1_1

|
dbaio  |
devel/py-robotremoteserver: Allow use Python 3.x
Remote server version 1.1 and newer support Python 2.6, 2.7, 3.3, and newer.
Remote server 1.0 series supports Python versions 2.2-2.7.
https://github.com/robotframework/PythonRemoteServer#id12
While here, add LICENSE_FILE.
PR: 223166
Approved by: vladimir.chukharev@gmail.com (maintainer) |
02 Oct 2017 03:14:10
1.1

|
vanilla  |
Update to 1.1.
PR: 222663
Submitted by: maintainer |
02 Dec 2016 09:21:59
1.0.1

|
mat  |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
01 Apr 2016 14:00:57
1.0.1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
04 Nov 2014 16:46:23
1.0.1

|
marino  |
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. |