Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 17:00:15 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480037 - in head/devel: . py-selectors2
Message-ID:  <201809181700.w8IH0FBA033764@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Tue Sep 18 17:00:14 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

Added:
  head/devel/py-selectors2/
  head/devel/py-selectors2/Makefile   (contents, props changed)
  head/devel/py-selectors2/distinfo   (contents, props changed)
  head/devel/py-selectors2/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Sep 18 16:59:01 2018	(r480036)
+++ head/devel/Makefile	Tue Sep 18 17:00:14 2018	(r480037)
@@ -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

Added: head/devel/py-selectors2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-selectors2/Makefile	Tue Sep 18 17:00:14 2018	(r480037)
@@ -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 <bsd.port.mk>

Added: head/devel/py-selectors2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-selectors2/distinfo	Tue Sep 18 17:00:14 2018	(r480037)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1535152007
+SHA256 (selectors2-2.0.1.tar.gz) = 81b77c4c6f607248b1d6bbdb5935403fef294b224b842a830bbfabb400c81884
+SIZE (selectors2-2.0.1.tar.gz) = 18600

Added: head/devel/py-selectors2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-selectors2/pkg-descr	Tue Sep 18 17:00:14 2018	(r480037)
@@ -0,0 +1,4 @@
+Backported, durable, and portable selectors designed to replace the
+standard library selectors module.
+
+WWW: https://www.github.com/SethMichaelLarson/selectors2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809181700.w8IH0FBA033764>