Port details |
- py-robotframework Generic automation framework for acceptance testing and robotic process automation
- 6.0.2_1 devel =2 6.0.2_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2013-02-08 09:37:33
- Last Update: 2024-07-18 16:46:13
- Commit Hash: 570acbb
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python www
- License: APACHE20
- WWW:
- https://robotframework.org/
- https://github.com/robotframework/robotframework
- Description:
- Robot Framework is a generic open source automation framework. It can be used
for test automation and robotic process automation (RPA).
Robot Framework is supported by Robot Framework Foundation. Many
industry-leading companies use the tool in their software development.
Robot Framework is open and extensible. Robot Framework can be integrated with
virtually any other tool to create powerful and flexible automation solutions.
Robot Framework is free to use without licensing costs.
Robot Framework has an easy syntax, utilizing human-readable keywords. Its
capabilities can be extended by libraries implemented with Python, Java or many
other programming languages. Robot Framework has a rich ecosystem around it,
consisting of libraries and tools that are developed as separate projects.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}robotframework>0:devel/py-robotframework@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-robotframework/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-robotframework
- pkg install py311-robotframework
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-robotframework listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-robotframework
- Package flavors (<flavor>: <package>)
- py311: py311-robotframework
- distinfo:
- TIMESTAMP = 1684104464
SHA256 (robotframework-6.0.2.zip) = 6a9c06deb220099990f190c6e4e772675f625e4d5d84640fca6f0ad46ff538d0
SIZE (robotframework-6.0.2.zip) = 689068
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- devel/py-robotframework-databaselibrary
- for Run
-
- devel/py-robotframework-assertion-engine
- devel/py-robotframework-databaselibrary
- devel/py-robotframework-pabot
- devel/py-robotframework-requests
- devel/py-robotframework-seleniumlibrary
- devel/py-robotframework-stacktrace
- devel/py-robotremoteserver
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-robotframework
- USES:
- python zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0.2_1 18 Jul 2024 16:46:13 |
Po-Chuan Hsieh (sunpoet) |
devel/py-robotframework: Update WWW and clean up pkg-descr |
6.0.2_1 13 May 2024 14:00:06 |
Po-Chuan Hsieh (sunpoet) |
devel/py-robotframework: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
6.0.2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
6.0.2 27 May 2023 04:08:59 |
Po-Chuan Hsieh (sunpoet) |
devel/py-robotframework: Update to 6.0.2
Changes: https://github.com/robotframework/robotframework/releases |
5.0.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.0.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.0.1 30 Jul 2022 05:58:01 |
Po-Chuan Hsieh (sunpoet) |
devel/py-robotframework: Update to 5.0.1
- Update pkg-descr
- Take maintainership
Changes: https://github.com/robotframework/robotframework/releases |
3.1.2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.1.2 25 Jan 2022 19:22:44 |
Kai Knoblich (kai) |
*/*: Maintainer reset
Drop maintainership of all ports as his own request. We thank Vladimir
for all his efforts and hope to welcome him back in the future.
PR: 261391
Approved by: Vladimir Chukharev (maintainer)
MFH: 2022Q1 |
3.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.1.2 04 Sep 2019 09:32:45 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
3.1.2 06 Jun 2019 06:15:00 |
kai |
devel/py-robotframework: Update to 3.1.2
While I'm here:
* Add location to license file
* Also add USE_PYTHON=concurrent because the package installs two scripts
Changelog:
https://github.com/robotframework/robotframework/releases/tag/v3.1.2
PR: 238245
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
3.1.1 04 Mar 2019 16:32:05 |
swills |
devel/py-robotframework: Update to 3.1.1
PR: 235814
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
3.0.4 12 May 2018 08:08:23 |
joneum |
Update to 3.0.4
PR: 228140
Submitted by: maintainer |
3.0.2 21 Apr 2017 06:21:46 |
miwi |
- Update to 3.0.2
PR: 218477
Submitted by: maintainer |
3.0 03 Jan 2016 02:52:45 |
junovitch |
devel/py-robotframework: update 2.9.2 -> 3.0
Robot Framework 3.0 is a new major release with Python 3 support and a new
powerful listener interface that allows modifying executed tests as well as
execution results. Also start-up scripts have been enhanced and it is now
possible to run tests with new robot command and like python -m robot.
Changes: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-3.0.rst
PR: 205795
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
2.9.2 14 Oct 2015 13:54:34 |
mat |
Update to 2.9.2.
PR: 203696
Submitted by: maintainer
Changes: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-2.9.2.rst
Sponsored by: Absolight |
2.9.1 25 Sep 2015 19:01:16 |
rm |
devel/py-robotframework: update to 2.9.1
Robot Framework 2.9.1 is a bug fix release that fixes few high
priority bugs in Robot Framework 2.9.
PR: 202746
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
2.9 05 Aug 2015 18:44:08 |
robak |
devel/py-robotframework: update 2.8.7 -> 2.9
PR: 202018
Submitted by: Vladimir Chukharev <vladimir.chukharev@gmail.com> (maintainer) |
2.8.7 18 Jan 2015 01:30:38 |
wen |
- Update to 2.8.7
PR: 196832
Submitted by: vladimir.chukharev@gmail.com(maintainer) |
2.8.6 14 Oct 2014 17:56:50 |
pawel |
Update to version 2.8.6
PR: 194262
Submitted by: maintainer |
2.8.5 20 Sep 2014 16:06:06 |
wg |
devel/py-robotframework: USES python
PR: 193783
Submitted by: maintainer |
2.8.5 20 Jun 2014 01:07:36 |
danilo |
- Update from 2.8.4 to 2.8.5
PR: ports/191172
Submitted by: vladimir.chukharev@gmail.com |
2.8.4 09 Feb 2014 10:41:01 |
rm |
- update to 2.8.4
PR: 186549
Submitted by: Vladimir Chukharev <Vladimir.Chukharev@gmail.com> (maintainer) |
2.8.3 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
2.8.3 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
2.8.3 06 Dec 2013 12:32:18 |
wg |
devel/py-robotframework: update to 2.8.3
PR: ports/184523
Submitted by: maintainer |
2.8.2 28 Nov 2013 17:50:36 |
wg |
devel/py-robotframework: update to 2.8.2
- Update to 2.8.2 [1]
- Allow staging
- Pass maintainership to submitter
PR: ports/184341 [1]
Submitted by: Vladimir Chukharev <Vladimir.Chukharev gmail.com> |
2.8.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.8.1 15 Jul 2013 14:47:08 |
miwi |
- Update to 2.8.1
PR: 180512
Submitted by: Ports Fury |
2.7.7 18 Jun 2013 13:52:06 |
zi |
- Reset maintainer due to fatal email bounce
Reported by: portscout |
2.7.7 28 Feb 2013 15:37:55 |
culot |
- Update to 2.7.7
PR: ports/176502
Submitted by: Vladimir Chukharev <Vladimir.Chukharev@gmail.com> (maintainer) |
2.7.5_1 14 Feb 2013 14:30:49 |
rm |
- remove bogus dependency on py-setuptools (distutils is actually used)
- bump PORTREVISION because of dependency change
- use GOOGLE_CODE shortcut in master sites
- fix maintainer's email (Recipient address rejected: User unknown)
- remove redundancy from COMMENT
- limit python version to 2.x only (print/except)
Approved by: Vladimir Chukharev <vladimir.chukharev@gmail.com> (maintainer, by
mail) |
2.7.5 08 Feb 2013 09:37:21 |
miwi |
Robot Framework is a generic test automation framework for acceptance testing
and acceptance test-driven development (ATDD). It has easy-to-use tabular test
data syntax and utilizes the keyword-driven testing approach. Its testing
capabilities can be extended by test libraries implemented either with Python
or Java, and users can create new keywords from existing ones using the same
syntax that is used for creating test cases.
WWW: http://robotframework.org
PR: ports/175786
Submitted by: Vladimir Chukharev |