mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/selenium: Updated for version 2.40.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c241a2c2df
commit
5caf5c01bf
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=selenium
|
||||
VERSION=${VERSION:-2.39.0}
|
||||
VERSION=${VERSION:-2.40.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="selenium"
|
||||
VERSION="2.39"
|
||||
VERSION="2.40.0"
|
||||
HOMEPAGE="http://www.seleniumhq.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.39.0.tar.gz"
|
||||
MD5SUM="3f7aaad3eb52a218854bf0196c9daeda"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.40.0.tar.gz"
|
||||
MD5SUM="25a990c1b253ef452eec878cd63c894e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue