Skip to content

Commit

Permalink
www/py-splinter: Update version 0.17.0=>0.18.0
Browse files Browse the repository at this point in the history
- Add LICENSE_FILE
- Drop python 3.6 support
- Update WWW
  • Loading branch information
5u623l20 committed Jun 16, 2022
1 parent a6e541b commit ccbbea0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions 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}
Expand All @@ -10,14 +10,15 @@ 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
Expand Down
6 changes: 3 additions & 3 deletions 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
2 changes: 1 addition & 1 deletion www/py-splinter/pkg-descr
Expand Up @@ -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

0 comments on commit ccbbea0

Please sign in to comment.