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,18 +1,18 @@ 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 USES= python:3.6+ zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include 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