Port details |
- py-aiostream Generator-based operators for asynchronous iteration
- 0.6.4 www
=2 0.6.4Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2022-12-20 04:27:05
- Last Update: 2024-10-31 20:40:46
- Commit Hash: 5d596fd
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: GPLv3
- WWW:
- https://aiostream.readthedocs.io/en/stable/
- https://github.com/vxgmichel/aiostream
- Description:
- aiostream provides a collection of stream operators that can be combined to
create asynchronous pipelines of operations.
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 +
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 py311-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 py311-aiostream listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-aiostream
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1730387108
SHA256 (aiostream-0.6.4.tar.gz) = f99bc6b1b9cea3e70885dc235a233523597555fe4a585ed21d65264b3f1ff3d2
SIZE (aiostream-0.6.4.tar.gz) = 67983
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:
-
- py311-setuptools>=61 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-typing-extensions>=0 : devel/py-typing-extensions@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- deskutils/py-vdirsyncer
Configuration Options:
- No options to configure
- Options name:
- www_py-aiostream
- USES:
- python:3.9+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.4 31 Oct 2024 20:40:46
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-aiostream: Update to 0.6.4
Changes: https://github.com/vxgmichel/aiostream/releases |
0.6.3 14 Oct 2024 05:25:49
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-aiostream: Update to 0.6.3
Changes: https://github.com/vxgmichel/aiostream/releases |
0.6.2 24 Jul 2024 11:45:01
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-aiostream: Update to 0.6.2
Changes: https://github.com/vxgmichel/aiostream/releases |
0.6.1 19 May 2024 17:15:57
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-aiostream: Update to 0.6.1
Changes: https://github.com/vxgmichel/aiostream/releases |
0.5.2_1 13 May 2024 14:11:32
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-aiostream: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
0.5.2 01 Nov 2023 02:08:31
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-aiostream: Update to 0.5.2
Changes: https://github.com/vxgmichel/aiostream/releases |
0.5.1 30 Sep 2023 00:44:39
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-aiostream: Update to 0.5.1
Changes: https://github.com/vxgmichel/aiostream/releases |
0.5.0 29 Sep 2023 16:14:29
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-aiostream: Update to 0.5.0
- Update WWW
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
- Update pkg-descr
- Take maintainership
Changes: https://github.com/vxgmichel/aiostream/releasesA |
0.4.5 10 Sep 2023 23:13:40
    |
Alexandre C. GuimarĂ£es (rigoletto)  |
Returning all my ports to the pool.
- Unfortunately I have no time to maintain them anymore. |
0.4.5 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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 |