mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/py-urlextract: Update to 1.5.0
- Update USES=python: devel/py-platformdirs requires Python 3.7+ Changes: https://github.com/lipoja/URLExtract/releases
This commit is contained in:
parent
234d53d979
commit
a00d6dc5a9
2 changed files with 7 additions and 7 deletions
|
@ -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}
|
||||
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue