1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

devel/py-async_generator: tiny library to add async generators to Python 3.5

WWW: https://pypi.org/project/async_generator
This commit is contained in:
William Grzybowski 2018-04-24 14:25:06 +00:00
parent 6c102b8c64
commit c94f459f98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468215
4 changed files with 24 additions and 0 deletions

View File

@ -4293,6 +4293,7 @@
SUBDIR += py-astor
SUBDIR += py-astroid
SUBDIR += py-asttokens
SUBDIR += py-async_generator
SUBDIR += py-async_timeout
SUBDIR += py-asyncio
SUBDIR += py-atomiclong

View File

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= async_generator
PORTVERSION= 1.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Tiny library to add async generators to Python 3.5
LICENSE= MIT
USES= python:3.5+ zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1524581661
SHA256 (async_generator-1.5.zip) = 392b776f4a158cc3b7ba5127d88d73eee10fa420e36d7099431c6b04fc0032cf
SIZE (async_generator-1.5.zip) = 25021

View File

@ -0,0 +1,3 @@
This is a tiny library to add async generators†to Python 3.5.
WWW: https://pypi.org/project/async_generator