Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2017 16:45:43 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443714 - in head/devel: . py-async_timeout
Message-ID:  <201706161645.v5GGjhpA057417@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Fri Jun 16 16:45:43 2017
New Revision: 443714
URL: https://svnweb.freebsd.org/changeset/ports/443714

Log:
  devel/py-async_timeout: Timeout context manager for asyncio programs
  
  WWW: https://github.com/aio-libs/async-timeout

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Jun 16 16:36:51 2017	(r443713)
+++ head/devel/Makefile	Fri Jun 16 16:45:43 2017	(r443714)
@@ -4151,6 +4151,7 @@
     SUBDIR += py-aspyct
     SUBDIR += py-astor
     SUBDIR += py-astroid
+    SUBDIR += py-async_timeout
     SUBDIR += py-asyncio
     SUBDIR += py-atomiclong
     SUBDIR += py-atomicwrites

Added: head/devel/py-async_timeout/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-async_timeout/Makefile	Fri Jun 16 16:45:43 2017	(r443714)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	async_timeout
+PORTVERSION=	1.2.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	async-timeout-${DISTVERSIONFULL}
+
+MAINTAINER=	wg@FreeBSD.org
+COMMENT=	Timeout context manager for asyncio programs
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python:3.4+
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-async_timeout/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-async_timeout/distinfo	Fri Jun 16 16:45:43 2017	(r443714)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1497632242
+SHA256 (async-timeout-1.2.1.tar.gz) = 380e9bfd4c009a14931ffe487499b0906b00b3378bb743542cfd9fbb6d8e4657
+SIZE (async-timeout-1.2.1.tar.gz) = 7797

Added: head/devel/py-async_timeout/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-async_timeout/pkg-descr	Fri Jun 16 16:45:43 2017	(r443714)
@@ -0,0 +1,3 @@
+Timeout context manager for asyncio programs.
+
+WWW: https://github.com/aio-libs/async-timeout



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