devel/py-robotframework-selenium2library: Rename to match upstream
The Python package was forked from the old SeleniumLibrary as Selenium2Library to use Selenium 2 and WebDriver technologies. Later then it was renamed back to its original name, SeleniumLibrary. Thus rename the existing port to py-robotframework-seleniumlibrary and update the pkg-descr to reflect the new constellation. PR: 224814 Submitted by: vladimir.chukharev@gmail.com (maintainer) Reviewed by: miwi (earlier version)
This commit is contained in:
parent
8413b7062c
commit
c1c9fdd8a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505102
8 changed files with 19 additions and 17 deletions
1
MOVED
1
MOVED
|
@ -12808,3 +12808,4 @@ devel/py-pydocumentdb|devel/py-azure-cosmos|2019-06-20|Renamed upstream
|
|||
www/rubygem-lograge-rails50|www/rubygem-lograge-rails5|2019-06-21|Obsolete by gitlab-ce upgrade, use www/rubygem-lograge-rails5 instead
|
||||
devel/rubygem-batch-loader12|devel/rubygem-batch-loader|2019-06-21|Obsolete by gitlab-ce upgrade, use devel/rubygem-batch-loader instead
|
||||
security/easy-rsa2|security/easy-rsa|2019-06-23|Has expired: Use easy-rsa 3 instead.
|
||||
devel/py-robotframework-selenium2library|devel/py-robotframework-seleniumlibrary|2019-06-25|Renamed to match upstream
|
||||
|
|
|
@ -4921,7 +4921,7 @@
|
|||
SUBDIR += py-robotframework-databaselibrary
|
||||
SUBDIR += py-robotframework-pabot
|
||||
SUBDIR += py-robotframework-ride
|
||||
SUBDIR += py-robotframework-selenium2library
|
||||
SUBDIR += py-robotframework-seleniumlibrary
|
||||
SUBDIR += py-robotremoteserver
|
||||
SUBDIR += py-rope
|
||||
SUBDIR += py-rose
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= robotframework-ride
|
||||
PORTVERSION= 1.5.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,7 +14,7 @@ COMMENT= Test data editor for Robot Framework
|
|||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}robotframework-selenium2library>=1.1.0:devel/py-robotframework-selenium2library@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}robotframework-seleniumlibrary>=1.1.0:devel/py-robotframework-seleniumlibrary@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1474723416
|
||||
SHA256 (robotframework-selenium2library-1.8.0.tar.gz) = 2cb983b3237a6f63842c2c800f35c77a76db88623751054644c50f7a3698c0f9
|
||||
SIZE (robotframework-selenium2library-1.8.0.tar.gz) = 118945
|
|
@ -1,7 +0,0 @@
|
|||
Selenium2Library is a web testing library for Robot Framework that leverages
|
||||
the Selenium 2 (WebDriver) libraries from the Selenium project.
|
||||
|
||||
It is modeled after (and forked from) the SeleniumLibrary library, but
|
||||
re-implemented to use Selenium 2 and WebDriver technologies.
|
||||
|
||||
WWW: https://github.com/rtomac/robotframework-selenium2library/
|
|
@ -1,9 +1,8 @@
|
|||
# Created by: Vladimir Chukharev
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= robotframework-selenium2library
|
||||
PORTVERSION= 1.8.0
|
||||
PORTREVISION= 1
|
||||
PORTNAME= robotframework-seleniumlibrary
|
||||
PORTVERSION= 3.3.1
|
||||
CATEGORIES= devel www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -15,10 +14,11 @@ LICENSE= APACHE20
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}selenium>=3.4.0:www/py-selenium@${PY_FLAVOR}
|
||||
|
||||
USES= python:2.7
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-robotframework-seleniumlibrary/distinfo
Normal file
3
devel/py-robotframework-seleniumlibrary/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1560361901
|
||||
SHA256 (robotframework-seleniumlibrary-3.3.1.tar.gz) = 6f3a0eba3f0a4f9b10d3271420f4430cc9e8230cc25e3deaa469d533d872a10f
|
||||
SIZE (robotframework-seleniumlibrary-3.3.1.tar.gz) = 127388
|
7
devel/py-robotframework-seleniumlibrary/pkg-descr
Normal file
7
devel/py-robotframework-seleniumlibrary/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
SeleniumLibrary is a web testing library for Robot Framework that utilizes
|
||||
the Selenium tool internally.
|
||||
|
||||
SeleniumLibrary is based on the old SeleniumLibrary that was forked
|
||||
to Selenium2Library and then later renamed back to SeleniumLibrary.
|
||||
|
||||
WWW: https://github.com/robotframework/SeleniumLibrary
|
Loading…
Reference in a new issue