Add py-aioitertools 0.7.0

aioitertools provides implementation of itertools, builtins, and more for
AsyncIO and mixed-type iterables.

WWW: https://github.com/omnilib/aioitertools
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-11-06 11:11:33 +00:00
parent 6151b7b66d
commit d28d69eadb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554181
4 changed files with 31 additions and 0 deletions

View file

@ -4044,6 +4044,7 @@
SUBDIR += py-aenum
SUBDIR += py-aiofiles
SUBDIR += py-aioice
SUBDIR += py-aioitertools
SUBDIR += py-aiologger
SUBDIR += py-aiorpcX
SUBDIR += py-aiortc

View file

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= aioitertools
PORTVERSION= 0.7.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Itertools and builtins for AsyncIO and mixed iterables
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7:devel/py-typing-extensions@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1604480690
SHA256 (aioitertools-0.7.0.tar.gz) = 341cb05a0903177ef1b73d4cc12c92aee18e81c364e0138f4efc7ec3c47b8177
SIZE (aioitertools-0.7.0.tar.gz) = 27444

View file

@ -0,0 +1,4 @@
aioitertools provides implementation of itertools, builtins, and more for
AsyncIO and mixed-type iterables.
WWW: https://github.com/omnilib/aioitertools