git: ccbbea06fd7e - main - www/py-splinter: Update version 0.17.0=>0.18.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 21:06:57 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ccbbea06fd7e1012f8567043cca42bb0dba5d2af commit ccbbea06fd7e1012f8567043cca42bb0dba5d2af Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-06-16 20:54:00 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-06-16 20:54:00 +0000 www/py-splinter: Update version 0.17.0=>0.18.0 - Add LICENSE_FILE - Drop python 3.6 support - Update WWW --- www/py-splinter/Makefile | 5 +++-- www/py-splinter/distinfo | 6 +++--- www/py-splinter/pkg-descr | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) 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,7 +1,7 @@ # Created by: William Grzybowski <wg@FreeBSD.org> PORTNAME= splinter -PORTVERSION= 0.17.0 +PORTVERSION= 0.18.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,7 @@ 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} \ @@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${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 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 @@ -2,4 +2,4 @@ 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