Index: head/devel/Makefile =================================================================== --- head/devel/Makefile +++ head/devel/Makefile @@ -5045,6 +5045,7 @@ SUBDIR += py-scripttest SUBDIR += py-sdl2 SUBDIR += py-selection + SUBDIR += py-selectors2 SUBDIR += py-selectors34 SUBDIR += py-semantic_version SUBDIR += py-serpent Index: head/devel/py-selectors2/Makefile =================================================================== --- head/devel/py-selectors2/Makefile +++ head/devel/py-selectors2/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= selectors2 +DISTVERSION= 2.0.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= john@saltant.com +COMMENT= Backported, durable, and portable I/O selectors for Python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:-3.3 +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Index: head/devel/py-selectors2/distinfo =================================================================== --- head/devel/py-selectors2/distinfo +++ head/devel/py-selectors2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1535152007 +SHA256 (selectors2-2.0.1.tar.gz) = 81b77c4c6f607248b1d6bbdb5935403fef294b224b842a830bbfabb400c81884 +SIZE (selectors2-2.0.1.tar.gz) = 18600 Index: head/devel/py-selectors2/pkg-descr =================================================================== --- head/devel/py-selectors2/pkg-descr +++ head/devel/py-selectors2/pkg-descr @@ -0,0 +1,4 @@ +Backported, durable, and portable selectors designed to replace the +standard library selectors module. + +WWW: https://www.github.com/SethMichaelLarson/selectors2