mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
23
devel/py-aioitertools/Makefile
Normal file
23
devel/py-aioitertools/Makefile
Normal 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>
|
3
devel/py-aioitertools/distinfo
Normal file
3
devel/py-aioitertools/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1604480690
|
||||
SHA256 (aioitertools-0.7.0.tar.gz) = 341cb05a0903177ef1b73d4cc12c92aee18e81c364e0138f4efc7ec3c47b8177
|
||||
SIZE (aioitertools-0.7.0.tar.gz) = 27444
|
4
devel/py-aioitertools/pkg-descr
Normal file
4
devel/py-aioitertools/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue