Bug 243846 - [NEW PORT] dns/py-publicsuffix2: get the public suffix of a domain name using publicsuffix.org
Summary: [NEW PORT] dns/py-publicsuffix2: get the public suffix of a domain name using...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks: 243847
  Show dependency treegraph
 
Reported: 2020-02-03 13:30 UTC by ml
Modified: 2020-02-04 18:00 UTC (History)
0 users

See Also:


Attachments
SHAR archive (3.18 KB, text/plain)
2020-02-03 13:30 UTC, ml
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description ml 2020-02-03 13:30:50 UTC
Created attachment 211319 [details]
SHAR archive

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

A public suffix is one under which Internet users can directly register names.
Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us.
Accurately knowing the public suffix of a domain is useful when handling web
browser cookies, highlighting the most important part of a domain name in a
user interface or sorting URLs by web site

WWW: https://pypi.org/project/publicsuffix2/
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-02-04 17:58:56 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Feb  4 17:58:35 UTC 2020
New revision: 525222
URL: https://svnweb.freebsd.org/changeset/ports/525222

Log:
  Add py-publicsuffix2 2.20191221

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

  A public suffix is one under which Internet users can directly register names.
  Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us. Accurately
  knowing the public suffix of a domain is useful when handling web browser
  cookies, highlighting the most important part of a domain name in a user
  interface or sorting URLs by web site

  WWW: https://github.com/nexb/python-publicsuffix2

  - While I'm here, patch setup.py to avoid unnecessary py-requests dependency and network connection during build

  PR:		243846
  Submitted by:	<ml@netfence.it>

Changes:
  head/dns/Makefile
  head/dns/py-publicsuffix2/
  head/dns/py-publicsuffix2/Makefile
  head/dns/py-publicsuffix2/distinfo
  head/dns/py-publicsuffix2/files/
  head/dns/py-publicsuffix2/files/patch-setup.py
  head/dns/py-publicsuffix2/pkg-descr
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2020-02-04 18:00:19 UTC
Committed. Thanks!