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:
parent
6c102b8c64
commit
c94f459f98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468215
@ -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
|
||||
|
17
devel/py-async_generator/Makefile
Normal file
17
devel/py-async_generator/Makefile
Normal 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>
|
3
devel/py-async_generator/distinfo
Normal file
3
devel/py-async_generator/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1524581661
|
||||
SHA256 (async_generator-1.5.zip) = 392b776f4a158cc3b7ba5127d88d73eee10fa420e36d7099431c6b04fc0032cf
|
||||
SIZE (async_generator-1.5.zip) = 25021
|
3
devel/py-async_generator/pkg-descr
Normal file
3
devel/py-async_generator/pkg-descr
Normal 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
|
Loading…
x
Reference in New Issue
Block a user