Bug 230873

Summary: [NEW PORT] devel/py-selectors2: Backported, durable, and portable I/O selectors for python
Product: Ports & Packages Reporter: John W. O'Brien <john>
Component: Individual Port(s)Assignee: Mateusz Piotrowski <0mp>
Status: Closed FIXED    
Severity: Affects Only Me CC: 0mp, python, sergey
Priority: --- Keywords: feature, patch
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 230874    
Attachments:
Description Flags
devel/py-selectors2: New port john: maintainer-approval+

Description John W. O'Brien 2018-08-24 23:48:55 UTC
Created attachment 196509 [details]
devel/py-selectors2: New port

Backported, durable, and portable selectors designed to replace the standard library selectors module.

This module was originally written for the urllib3 project and later released as an independent project.

QA
==

portlint: OK
poudriere: OK -- testport on 11.2-RELEASE w/py27 (default)
Comment 1 Mateusz Piotrowski freebsd_committer freebsd_triage 2018-09-16 16:23:03 UTC
I'll look into it.
Comment 2 Mateusz Piotrowski freebsd_committer freebsd_triage 2018-09-16 16:34:46 UTC
Differential revision: https://reviews.freebsd.org/D17182
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-09-18 17:00:32 UTC
A commit references this bug:

Author: 0mp
Date: Tue Sep 18 17:00:16 UTC 2018
New revision: 480037
URL: https://svnweb.freebsd.org/changeset/ports/480037

Log:
  New port: devel/py-selectors2

  Backported, durable, and portable selectors for Python designed to replace
  the standard library selectors module.

  This module was originally written for the urllib3 project and later
  released as an independent project.

  PR:             230873
  Submitted by:   John W. O'Brien <john@saltant.com>
  Reviewed by:    mat (mentor)
  Approved by:    mat (mentor)
  Differential Revision:  https://reviews.freebsd.org/D17182

Changes:
  head/devel/Makefile
  head/devel/py-selectors2/
  head/devel/py-selectors2/Makefile
  head/devel/py-selectors2/distinfo
  head/devel/py-selectors2/pkg-descr
Comment 4 Mateusz Piotrowski freebsd_committer freebsd_triage 2018-09-18 17:03:54 UTC
Thanks! 

Now to the net-mgmt/py-ncclient PR.