mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
devel/py-async_timeout: Timeout context manager for asyncio programs
WWW: https://github.com/aio-libs/async-timeout
This commit is contained in:
parent
a7b712c36a
commit
931e50a18c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443714
4 changed files with 26 additions and 0 deletions
|
@ -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
|
||||
|
|
19
devel/py-async_timeout/Makefile
Normal file
19
devel/py-async_timeout/Makefile
Normal file
|
@ -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>
|
3
devel/py-async_timeout/distinfo
Normal file
3
devel/py-async_timeout/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1497632242
|
||||
SHA256 (async-timeout-1.2.1.tar.gz) = 380e9bfd4c009a14931ffe487499b0906b00b3378bb743542cfd9fbb6d8e4657
|
||||
SIZE (async-timeout-1.2.1.tar.gz) = 7797
|
3
devel/py-async_timeout/pkg-descr
Normal file
3
devel/py-async_timeout/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Timeout context manager for asyncio programs.
|
||||
|
||||
WWW: https://github.com/aio-libs/async-timeout
|
Loading…
Add table
Reference in a new issue