Bug 250810 - [NEW PORT] net/py-whois: Python package for retrieving WHOIS information of domains
Summary: [NEW PORT] net/py-whois: Python package for retrieving WHOIS information of d...
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: Danilo G. Baio
URL: https://pypi.org/project/whois/
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-02 15:27 UTC by Gabriel M. Dutra
Modified: 2020-11-03 00:42 UTC (History)
1 user (show)

See Also:


Attachments
py-pywhois (1.06 KB, text/plain)
2020-11-02 15:27 UTC, Gabriel M. Dutra
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel M. Dutra freebsd_committer freebsd_triage 2020-11-02 15:27:46 UTC
Created attachment 219306 [details]
py-pywhois

Python module/library for retrieving WHOIS information of domains

Tested on:

FreeBSD CURRENT amd64, i386
FreeBSD 12.1    amd64, i386
FreeBSD 11.4    amd64, i386

Portlint: not errors
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-11-03 00:41:34 UTC
A commit references this bug:

Author: dbaio
Date: Tue Nov  3 00:40:59 UTC 2020
New revision: 553936
URL: https://svnweb.freebsd.org/changeset/ports/553936

Log:
  Add net/py-whois

  Python package for retrieving WHOIS information of domains

  Features
   - Python wrapper for Linux "whois" command
   - simple interface to access parsed WHOIS data for a given domain
   - able to extract data for all the popular TLDs (com, org, net, biz, info, pl,
     jp, uk, nz, ...)
   - query a WHOIS server directly instead of going through an intermediate web
     service like many others do
   - works with Python 2.4+ and Python 3.x
   - all dates as datetime objects
   - possibility to cache results

  WWW: https://pypi.org/project/whois/

  PR:		250810
  Submitted by:	Gabriel Dutra <0xdutra@gmail.com>

Changes:
  head/net/Makefile
  head/net/py-whois/
  head/net/py-whois/Makefile
  head/net/py-whois/distinfo
  head/net/py-whois/pkg-descr
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2020-11-03 00:42:43 UTC
Committed, thanks!