diff options
author | William Grzybowski <wg@FreeBSD.org> | 2016-05-21 12:30:37 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2016-05-21 12:30:37 +0000 |
commit | 35b45cfb7a298c1bdb8a713b2303b733a81c1644 (patch) | |
tree | 27df735227338d4e9a6285a5e542ae6ac7fa38ae | |
parent | devel/py-pyte: update to 0.5.2 (diff) |
www/py-splinter: update to 0.7.3
Notes
Notes:
svn path=/head/; revision=415597
-rw-r--r-- | www/py-splinter/Makefile | 7 | ||||
-rw-r--r-- | www/py-splinter/distinfo | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www/py-splinter/Makefile b/www/py-splinter/Makefile index a003e2b6b462..e62bace33671 100644 --- a/www/py-splinter/Makefile +++ b/www/py-splinter/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= splinter -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,11 @@ COMMENT= Browser abstraction for web acceptance testing LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}selenium>=2.39:www/py-selenium \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}selenium>=2.47:www/py-selenium \ ${PYTHON_PKGNAMEPREFIX}zope.testbrowser>=4.0.4:devel/py-zope.testbrowser \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect + ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six USES= python USE_PYTHON= distutils autoplist diff --git a/www/py-splinter/distinfo b/www/py-splinter/distinfo index 7a052cb051a7..6698c708be93 100644 --- a/www/py-splinter/distinfo +++ b/www/py-splinter/distinfo @@ -1,2 +1,3 @@ -SHA256 (splinter-0.6.0.tar.gz) = d747ce74109a84a85d5f13137bc43faa10bb769fd27cf5351340faacae670136 -SIZE (splinter-0.6.0.tar.gz) = 17307 +TIMESTAMP = 1463833302 +SHA256 (splinter-0.7.3.tar.gz) = 3e5d38e5bc1be94a9af64ddc7530a9023c52f21dd2704ef40c45e35f9c00addb +SIZE (splinter-0.7.3.tar.gz) = 20032 |