svn commit: r420562 - in head/devel: . py-selectors34

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Aug 21 13:50:18 UTC 2016


Author: rm
Date: Sun Aug 21 13:50:16 2016
New Revision: 420562
URL: https://svnweb.freebsd.org/changeset/ports/420562

Log:
  selectors34 is a backport of the selectors module from Python 3.4. The selectors
  module written by Charles-François Natali. This port is based on Victor
  Stinner’s trollius/selectors.py port.
  
  WWW: https://pypi.python.org/pypi/selectors34

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Aug 21 13:37:31 2016	(r420561)
+++ head/devel/Makefile	Sun Aug 21 13:50:16 2016	(r420562)
@@ -4439,6 +4439,7 @@
     SUBDIR += py-scripttest
     SUBDIR += py-sdl2
     SUBDIR += py-selection
+    SUBDIR += py-selectors34
     SUBDIR += py-semantic_version
     SUBDIR += py-serpent
     SUBDIR += py-setproctitle

Added: head/devel/py-selectors34/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-selectors34/Makefile	Sun Aug 21 13:50:16 2016	(r420562)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	selectors34
+PORTVERSION=	1.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	rm at FreeBSD.org
+COMMENT=	Backport of the selectors module from Python 3.4
+
+LICENSE=	PSFL
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
+
+NO_ARCH=	yes
+USES=		python:2.7-3.3
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-selectors34/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-selectors34/distinfo	Sun Aug 21 13:50:16 2016	(r420562)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1471786779
+SHA256 (selectors34-1.1.tar.gz) = 84b3743b9046461aebbcd13c15e79ab91e79acfb6e030b54a0ec6360ae0bbc52
+SIZE (selectors34-1.1.tar.gz) = 10525

Added: head/devel/py-selectors34/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-selectors34/pkg-descr	Sun Aug 21 13:50:16 2016	(r420562)
@@ -0,0 +1,5 @@
+selectors34 is a backport of the selectors module from Python 3.4. The selectors
+module written by Charles-François Natali. This port is based on Victor
+Stinner’s trollius/selectors.py port.
+
+WWW: https://pypi.python.org/pypi/selectors34


More information about the svn-ports-all mailing list