Skip to content

Commit

Permalink
net/py-urlextract: Update to 1.5.0
Browse files Browse the repository at this point in the history
- Update USES=python: devel/py-platformdirs requires Python 3.7+

Changes:	https://github.com/lipoja/URLExtract/releases
  • Loading branch information
sunpoet committed Jan 11, 2022
1 parent 234d53d commit a00d6dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions net/py-urlextract/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= urlextract
PORTVERSION= 1.4.0
PORTVERSION= 1.5.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,12 +12,12 @@ COMMENT= Collects and extracts URLs from given text
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}platformdirs>=0:devel/py-platformdirs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}uritools>=0:net/py-uritools@${PY_FLAVOR}

USES= python:3.5+
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions net/py-urlextract/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1634111794
SHA256 (urlextract-1.4.0.tar.gz) = 669f07192584b841b49ba8868fbd6b00e7ddc28367d36a3d8ca8c8e429420748
SIZE (urlextract-1.4.0.tar.gz) = 32201
TIMESTAMP = 1641045984
SHA256 (urlextract-1.5.0.tar.gz) = 40a5c843d1d7253758f56f0d6748c5ea27a4a14565e3a92f25a916ddc4c1e41f
SIZE (urlextract-1.5.0.tar.gz) = 32670

0 comments on commit a00d6dc

Please sign in to comment.