Date: Sat, 30 Jul 2022 06:02:18 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4012d4047a67 - main - devel/py-robotframework: Update to 5.0.1 Message-ID: <202207300602.26U62ISM049429@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4012d4047a67f1e74472a6e78580f07130028d45 commit 4012d4047a67f1e74472a6e78580f07130028d45 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-30 05:58:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-30 05:58:01 +0000 devel/py-robotframework: Update to 5.0.1 - Update pkg-descr - Take maintainership Changes: https://github.com/robotframework/robotframework/releases --- devel/py-robotframework/Makefile | 6 +++--- devel/py-robotframework/distinfo | 6 +++--- devel/py-robotframework/pkg-descr | 22 +++++++++++++++------- 3 files changed, 21 insertions(+), 13 deletions(-) diff --git a/devel/py-robotframework/Makefile b/devel/py-robotframework/Makefile index da29245ec7bf..8ddefbd822d4 100644 --- a/devel/py-robotframework/Makefile +++ b/devel/py-robotframework/Makefile @@ -1,11 +1,11 @@ PORTNAME= robotframework -PORTVERSION= 3.1.2 +PORTVERSION= 5.0.1 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Generic test automation framework +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Generic automation framework for acceptance testing and robotic process automation LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/py-robotframework/distinfo b/devel/py-robotframework/distinfo index 72826b021986..c263973c5b8f 100644 --- a/devel/py-robotframework/distinfo +++ b/devel/py-robotframework/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559213241 -SHA256 (robotframework-3.1.2.zip) = f10dd7c0c8c7962a4f80dd1e026b5db731b9391bc6e1f9ebb96d685eb1230dbc -SIZE (robotframework-3.1.2.zip) = 638394 +TIMESTAMP = 1658506605 +SHA256 (robotframework-5.0.1.zip) = cf5dc59777ed9d8c3e1e91fb4403454890242867735681f22f4f22dbb2a20fc8 +SIZE (robotframework-5.0.1.zip) = 666830 diff --git a/devel/py-robotframework/pkg-descr b/devel/py-robotframework/pkg-descr index fc0e499913e1..b3570d6a9400 100644 --- a/devel/py-robotframework/pkg-descr +++ b/devel/py-robotframework/pkg-descr @@ -1,9 +1,17 @@ -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. +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. WWW: https://robotframework.org/ +WWW: https://github.com/robotframework/robotframework
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207300602.26U62ISM049429>