Date: Tue, 7 Aug 2018 19:41:36 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476610 - in head/net: . py-urlextract Message-ID: <201808071941.w77Jfawd020979@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Aug 7 19:41:36 2018 New Revision: 476610 URL: https://svnweb.freebsd.org/changeset/ports/476610 Log: Add py-urlextract 0.8.3 URLExtract is python class for collecting (extracting) URLs from given text based on locating TLD. WWW: https://github.com/lipoja/URLExtract Added: head/net/py-urlextract/ head/net/py-urlextract/Makefile (contents, props changed) head/net/py-urlextract/distinfo (contents, props changed) head/net/py-urlextract/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Aug 7 19:39:53 2018 (r476609) +++ head/net/Makefile Tue Aug 7 19:41:36 2018 (r476610) @@ -1150,6 +1150,7 @@ SUBDIR += py-upnp-inspector SUBDIR += py-uritemplate SUBDIR += py-uritools + SUBDIR += py-urlextract SUBDIR += py-urllib3 SUBDIR += py-wmi-query SUBDIR += py-wolframalpha Added: head/net/py-urlextract/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-urlextract/Makefile Tue Aug 7 19:41:36 2018 (r476610) @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= urlextract +PORTVERSION= 0.8.3 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Collects and extracts URLs from given text + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}uritools>=0:net/py-uritools@${PY_FLAVOR} + +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python:3.3+ + +.include <bsd.port.mk> Added: head/net/py-urlextract/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-urlextract/distinfo Tue Aug 7 19:41:36 2018 (r476610) @@ -0,0 +1,3 @@ +TIMESTAMP = 1533661890 +SHA256 (urlextract-0.8.3.tar.gz) = be0ac200746bf87d3ccb024d74fe497dbc35bf8ce7f942f78fdf6cc2454787cc +SIZE (urlextract-0.8.3.tar.gz) = 8694 Added: head/net/py-urlextract/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-urlextract/pkg-descr Tue Aug 7 19:41:36 2018 (r476610) @@ -0,0 +1,4 @@ +URLExtract is python class for collecting (extracting) URLs from given text +based on locating TLD. + +WWW: https://github.com/lipoja/URLExtract
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808071941.w77Jfawd020979>