git: f8c62d482b52 - main - devel/py-robotframework-seleniumlibrary: Update to 5.1.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Jul 2022 06:02:20 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f8c62d482b527965443097fa7f8f5abc0f034ce5
commit f8c62d482b527965443097fa7f8f5abc0f034ce5
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-30 05:58:02 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-30 05:58:02 +0000
devel/py-robotframework-seleniumlibrary: Update to 5.1.3
- Update pkg-descr
- Take maintainership
Changes: https://github.com/robotframework/SeleniumLibrary/releases
---
devel/py-robotframework-seleniumlibrary/Makefile | 11 ++++++-----
devel/py-robotframework-seleniumlibrary/distinfo | 6 +++---
devel/py-robotframework-seleniumlibrary/pkg-descr | 11 +++++++----
3 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/devel/py-robotframework-seleniumlibrary/Makefile b/devel/py-robotframework-seleniumlibrary/Makefile
index a0e914a2c672..111e92f16dd2 100644
--- a/devel/py-robotframework-seleniumlibrary/Makefile
+++ b/devel/py-robotframework-seleniumlibrary/Makefile
@@ -1,20 +1,21 @@
PORTNAME= robotframework-seleniumlibrary
-PORTVERSION= 3.3.1
+PORTVERSION= 5.1.3
CATEGORIES= devel www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Web testing library for Robot Framework
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}selenium>=3.4.0:www/py-selenium@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=3.1.2:devel/py-robotframework@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}robotframework-pythonlibcore>=2.1.0:devel/py-robotframework-pythonlibcore@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}selenium>=3.141.0:www/py-selenium@${PY_FLAVOR}
USES= python:3.6+
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
diff --git a/devel/py-robotframework-seleniumlibrary/distinfo b/devel/py-robotframework-seleniumlibrary/distinfo
index 67a5ccd65623..fd0228fad3d6 100644
--- a/devel/py-robotframework-seleniumlibrary/distinfo
+++ b/devel/py-robotframework-seleniumlibrary/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560361901
-SHA256 (robotframework-seleniumlibrary-3.3.1.tar.gz) = 6f3a0eba3f0a4f9b10d3271420f4430cc9e8230cc25e3deaa469d533d872a10f
-SIZE (robotframework-seleniumlibrary-3.3.1.tar.gz) = 127388
+TIMESTAMP = 1658506609
+SHA256 (robotframework-seleniumlibrary-5.1.3.tar.gz) = f51a0068c6c0d8107ee1120874a3afbf2bbe751fd0782cb86a27a616d9ca30b6
+SIZE (robotframework-seleniumlibrary-5.1.3.tar.gz) = 156935
diff --git a/devel/py-robotframework-seleniumlibrary/pkg-descr b/devel/py-robotframework-seleniumlibrary/pkg-descr
index deb5608f60a1..3c035afe8420 100644
--- a/devel/py-robotframework-seleniumlibrary/pkg-descr
+++ b/devel/py-robotframework-seleniumlibrary/pkg-descr
@@ -1,7 +1,10 @@
-SeleniumLibrary is a web testing library for Robot Framework that utilizes
-the Selenium tool internally.
+SeleniumLibrary is a web testing library for Robot Framework that utilizes the
+Selenium tool internally. The project is hosted on GitHub and downloads can be
+found from PyPI.
-SeleniumLibrary is based on the old SeleniumLibrary that was forked
-to Selenium2Library and then later renamed back to SeleniumLibrary.
+SeleniumLibrary is based on the old SeleniumLibrary that was forked to
+Selenium2Library and then later renamed back to SeleniumLibrary. See the
+Versions and History sections below for more information about different
+versions and the overall project history.
WWW: https://github.com/robotframework/SeleniumLibrary