diff --git a/www/py-splinter/Makefile b/www/py-splinter/Makefile index 542308dd3ef3..7b16c741f3ea 100644 --- a/www/py-splinter/Makefile +++ b/www/py-splinter/Makefile @@ -1,25 +1,26 @@ # Created by: William Grzybowski PORTNAME= splinter -PORTVERSION= 0.17.0 +PORTVERSION= 0.18.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Browser abstraction for web acceptance testing LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=4.2.4:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}selenium>=3.141.0:www/py-selenium@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.testbrowser>=5.5.1:devel/py-zope.testbrowser@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/www/py-splinter/distinfo b/www/py-splinter/distinfo index 5808768c1d9e..f53051807038 100644 --- a/www/py-splinter/distinfo +++ b/www/py-splinter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654797720 -SHA256 (splinter-0.17.0.tar.gz) = 0fef9b632a0e220fe9cad7df1e2d5119932b6d2baf7843b80334248d6fda62d9 -SIZE (splinter-0.17.0.tar.gz) = 28862 +TIMESTAMP = 1655412742 +SHA256 (splinter-0.18.0.tar.gz) = 517f4af46a8cf512d3a940823808f18a54bbee0579b0910c2b01a1860715a20a +SIZE (splinter-0.18.0.tar.gz) = 28868 diff --git a/www/py-splinter/pkg-descr b/www/py-splinter/pkg-descr index 0c1648a18186..02f11c01fe6d 100644 --- a/www/py-splinter/pkg-descr +++ b/www/py-splinter/pkg-descr @@ -1,5 +1,5 @@ Splinter is an open source tool for testing web applications using Python. It lets you automate browser actions, such as visiting URLs and interacting with their items. -WWW: http://splinter.cobrateam.info/ +WWW: https://github.com/cobrateam/splinter