pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-publicsuffix2 py-publicsuffix2: Import py-publi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1684d05def9
branches:  trunk
changeset: 345765:b1684d05def9
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue Dec 17 09:37:33 2019 +0000

description:
py-publicsuffix2: Import py-publicsuffix2-2.20190812 as www/py-publicsuffix2

This module allows you to get the public suffix, as well as the
registrable domain, of a domain name using the Public Suffix List from
http://publicsuffix.org

diffstat:

 www/py-publicsuffix2/DESCR    |   3 +++
 www/py-publicsuffix2/Makefile |  14 ++++++++++++++
 www/py-publicsuffix2/PLIST    |  12 ++++++++++++
 www/py-publicsuffix2/distinfo |   6 ++++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r fd8fdd0a5fb0 -r b1684d05def9 www/py-publicsuffix2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-publicsuffix2/DESCR        Tue Dec 17 09:37:33 2019 +0000
@@ -0,0 +1,3 @@
+This module allows you to get the public suffix, as well as the
+registrable domain, of a domain name using the Public Suffix List from
+http://publicsuffix.org
diff -r fd8fdd0a5fb0 -r b1684d05def9 www/py-publicsuffix2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-publicsuffix2/Makefile     Tue Dec 17 09:37:33 2019 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2019/12/17 09:37:33 leot Exp $
+
+DISTNAME=      publicsuffix2-2.20190812
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/publicsuffix2/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/nexb/python-publicsuffix2
+COMMENT=       Public suffix for a domain name using the Public Suffix List
+LICENSE=       mit AND mpl-2.0
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fd8fdd0a5fb0 -r b1684d05def9 www/py-publicsuffix2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-publicsuffix2/PLIST        Tue Dec 17 09:37:33 2019 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2019/12/17 09:37:33 leot Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/publicsuffix2/__init__.py
+${PYSITELIB}/publicsuffix2/__init__.pyc
+${PYSITELIB}/publicsuffix2/__init__.pyo
+${PYSITELIB}/publicsuffix2/mpl-2.0.LICENSE
+${PYSITELIB}/publicsuffix2/public_suffix_list.ABOUT
+${PYSITELIB}/publicsuffix2/public_suffix_list.dat
diff -r fd8fdd0a5fb0 -r b1684d05def9 www/py-publicsuffix2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-publicsuffix2/distinfo     Tue Dec 17 09:37:33 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/12/17 09:37:33 leot Exp $
+
+SHA1 (publicsuffix2-2.20190812.tar.gz) = d755339d88d35cd1602d8f05a06a27a3081beb49
+RMD160 (publicsuffix2-2.20190812.tar.gz) = b9751a510468316b6945d924a9ac89de17407682
+SHA512 (publicsuffix2-2.20190812.tar.gz) = bfc7859f356e963d887623042276e7ed7ab6dc97d75eaf98d699d35f0cc77c25c4d6a90bfd55fe9e74ef5bbfa94f84330064b9e33f636c0bc35615e3ecbd8ceb
+Size (publicsuffix2-2.20190812.tar.gz) = 98348 bytes



Home | Main Index | Thread Index | Old Index