devel/py-robotframework-seleniumlibrary: Update to 5.1.3

- Update pkg-descr
- Take maintainership

Changes:	https://github.com/robotframework/SeleniumLibrary/releases
This commit is contained in:
Po-Chuan Hsieh 2022-07-30 13:58:02 +08:00
parent 8748a3f5f0
commit f8c62d482b
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 16 additions and 12 deletions

View file

@ -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

View file

@ -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

View file

@ -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