Port details |
- py-aiostream Generator-based operators for asynchronous iteration
- 0.4.5 www
=0 0.4.5Version of this port present on the latest quarterly branch. - Maintainer: rigoletto@FreeBSD.org
 - Port Added: 2022-12-20 04:27:05
- Last Update: 2023-01-11 15:58:34
- Commit Hash: 77d6847
- Also Listed In: python
- License: GPLv3
- Description:
- Generator-based operators for asynchronous iteration.
It can be seen as an asynchronous version of itertools, although some
aspects are slightly different. Essentially, all the provided operators
return a unified interface called a stream. A stream is an enhanced
asynchronous iterable providing the following features:
- Operator pipe-lining - using pipe symbol '|'
- Repeatability - every iteration creates a different iterator
- Safe iteration context - using 'async with' and the 'stream' method
- Simplified execution - get the last element from a stream using 'await'
- Slicing and indexing - using square brackets '[]'
- Concatenation - using addition symbol '+'
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}aiostream>0:www/py-aiostream@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-aiostream/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-aiostream
- pkg install py39-aiostream
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-aiostream listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-aiostream
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1671508635
SHA256 (aiostream-0.4.5.tar.gz) = 3ecbf87085230fbcd9605c32ca20c4fb41af02c71d076eab246ea22e35947d88
SIZE (aiostream-0.4.5.tar.gz) = 32627
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- deskutils/py-vdirsyncer
Configuration Options:
- No options to configure
- Options name:
- www_py-aiostream
- USES:
- python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.5 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.4.5 20 Dec 2022 04:24:01
    |
Alexandre C. GuimarĂ£es (rigoletto)  |
www/py-aiostream: Add to the pool
- necessary to deskutils/py-vdirsyncer |
Number of commits found: 2
|