pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-tldextract Import net/py-tldextract 2.0.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be4fcaec013b
branches:  trunk
changeset: 355118:be4fcaec013b
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Nov 21 11:49:55 2016 +0000

description:
Import net/py-tldextract 2.0.2.

tldextract accurately separates the gTLD or ccTLD (generic or
country code top-level domain) from the registered domain and
subdomains of a URL.

diffstat:

 net/py-tldextract/DESCR    |   3 +++
 net/py-tldextract/Makefile |  21 +++++++++++++++++++++
 net/py-tldextract/PLIST    |  24 ++++++++++++++++++++++++
 net/py-tldextract/distinfo |   6 ++++++
 4 files changed, 54 insertions(+), 0 deletions(-)

diffs (70 lines):

diff -r 3f34ff7d9251 -r be4fcaec013b net/py-tldextract/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-tldextract/DESCR   Mon Nov 21 11:49:55 2016 +0000
@@ -0,0 +1,3 @@
+tldextract accurately separates the gTLD or ccTLD (generic or
+country code top-level domain) from the registered domain and
+subdomains of a URL.
diff -r 3f34ff7d9251 -r be4fcaec013b net/py-tldextract/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-tldextract/Makefile        Mon Nov 21 11:49:55 2016 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2016/11/21 11:49:55 fhajny Exp $
+
+DISTNAME=      tldextract-2.0.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    net
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=john-kurkowski/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/john-kurkowski/tldextract/
+COMMENT=       Accurately separate the TLD from the registered domain and subdomains
+LICENSE=       modified-bsd
+
+GITHUB_PROJECT=        tldextract
+GITHUB_TAG=    ${PKGVERSION}
+
+DEPENDS+=      ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
+DEPENDS+=      ${PYPKGPREFIX}-requests-file>=1.4:../../devel/py-requests-file
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.1.0:../../devel/py-requests
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3f34ff7d9251 -r be4fcaec013b net/py-tldextract/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-tldextract/PLIST   Mon Nov 21 11:49:55 2016 +0000
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2016/11/21 11:49:55 fhajny Exp $
+bin/tldextract
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/tldextract/.tld_set_snapshot
+${PYSITELIB}/tldextract/__init__.py
+${PYSITELIB}/tldextract/__init__.pyc
+${PYSITELIB}/tldextract/__init__.pyo
+${PYSITELIB}/tldextract/__main__.py
+${PYSITELIB}/tldextract/__main__.pyc
+${PYSITELIB}/tldextract/__main__.pyo
+${PYSITELIB}/tldextract/cli.py
+${PYSITELIB}/tldextract/cli.pyc
+${PYSITELIB}/tldextract/cli.pyo
+${PYSITELIB}/tldextract/remote.py
+${PYSITELIB}/tldextract/remote.pyc
+${PYSITELIB}/tldextract/remote.pyo
+${PYSITELIB}/tldextract/tldextract.py
+${PYSITELIB}/tldextract/tldextract.pyc
+${PYSITELIB}/tldextract/tldextract.pyo
diff -r 3f34ff7d9251 -r be4fcaec013b net/py-tldextract/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-tldextract/distinfo        Mon Nov 21 11:49:55 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/11/21 11:49:55 fhajny Exp $
+
+SHA1 (tldextract-2.0.2.tar.gz) = 383e0fb6df8ecae1a5574b211a1217e9e4f0749d
+RMD160 (tldextract-2.0.2.tar.gz) = c6ecb1e14cab4e7280c90eba759e794e6bb48e45
+SHA512 (tldextract-2.0.2.tar.gz) = 66a2ad81417be83b0cd44796cb546ad646691b2480fb8c5b3bc8e1857295edaf7fb6bace90bc10dcca7cc1961ff64f8df4cd1622f33afb973aa72c3d6f8e993c
+Size (tldextract-2.0.2.tar.gz) = 60259 bytes



Home | Main Index | Thread Index | Old Index