notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2023Q3
py-aiohttp Async http client/server framework (asyncio)
3.8.5 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.8.5Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-08-16 19:02:44
Last Update: 2023-08-16 18:46:42
Commit Hash: e3b6985
Also Listed In: python
License: APACHE20
WWW:
https://docs.aiohttp.org/en/stable/
https://github.com/aio-libs/aiohttp
Description:
Async http client/server framework Key Features: - Supports both client and server side of HTTP protocol. - Supports both client and server Web-Sockets out-of-the-box and avoids Callback Hell. - Provides Web-server with middlewares and plugable routing.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}aiohttp>0:www/py-aiohttp@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-aiohttp/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-aiohttp
  • pkg install py39-aiohttp
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-aiohttp listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-aiohttp
Package flavors (<flavor>: <package>)
  • py39: py39-aiohttp
distinfo:
TIMESTAMP = 1691070172 SHA256 (aiohttp-3.8.5.tar.gz) = b9552ec52cc147dbf1944ac7ac98af7602e51ea2dcd076ed194ca3c0d1c7d0bc SIZE (aiohttp-3.8.5.tar.gz) = 7358303

Packages (timestamps in pop-ups are UTC):
py37-aiohttp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--3.6.2---3.6.2-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
 
py39-aiohttp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--3.8.5--3.9.13.9.13.9.1
FreeBSD:14:latest--3.8.3_1--3.8.4-3.8.4
FreeBSD:14:quarterly-----3.9.13.9.13.9.1
FreeBSD:15:latest--n/a-n/a3.9.13.9.13.9.3
 
py311-aiohttp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.11.133.11.14-3.11.133.11.14---
FreeBSD:13:quarterly3.11.133.11.13-3.11.133.11.13---
FreeBSD:14:latest3.11.133.11.16-3.11.133.11.16---
FreeBSD:14:quarterly3.11.113.11.13-3.11.113.11.13---
FreeBSD:15:latest3.11.133.11.13n/a3.11.13n/a---
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=46.4.0 : devel/py-setuptools@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. cython-3.9 : lang/cython@py39
  4. python3.9 : lang/python39
  5. py39-build>=0 : devel/py-build@py39
  6. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. py39-aiodns>=1.1 : dns/py-aiodns@py39
  2. py39-brotli>=0 : archivers/py-brotli@py39
  3. py39-freezegun>=0 : devel/py-freezegun@py39
  4. py39-gunicorn>=0 : www/py-gunicorn@py39
  5. py39-re-assert>=0 : devel/py-re-assert@py39
  6. py39-pytest>=7,1 : devel/py-pytest@py39
  7. python3.9 : lang/python39
Runtime dependencies:
  1. py39-aiosignal>=1.1.2 : devel/py-aiosignal@py39
  2. py39-async_timeout>=4.0.0<5.0 : devel/py-async_timeout@py39
  3. py39-attrs>=17.3.0 : devel/py-attrs@py39
  4. py39-charset-normalizer>=2.0<4.0 : textproc/py-charset-normalizer@py39
  5. py39-frozenlist>=1.1.1 : devel/py-frozenlist@py39
  6. py39-multidict>=4.5<7.0 : www/py-multidict@py39
  7. py39-yarl>=1.0<2.0 : www/py-yarl@py39
  8. python3.9 : lang/python39
This port is required by:
for Run
  1. security/caldera

Configuration Options:
No options to configure
Options name:
www_py-aiohttp
USES:
cpe python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/a/aiohttp/
  2. https://pypi.org/packages/source/a/aiohttp/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.8.5
16 Aug 2023 18:46:42
commit hash: e3b6985471618492f78bee9ed4cf712d0259457dcommit hash: e3b6985471618492f78bee9ed4cf712d0259457dcommit hash: e3b6985471618492f78bee9ed4cf712d0259457dcommit hash: e3b6985471618492f78bee9ed4cf712d0259457d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-aiohttp: Update to 3.8.5

- Update WWW

Changes:	https://github.com/aio-libs/aiohttp/releases
		https://docs.aiohttp.org/en/stable/changes.html
Security:	CVE-2023-30589
(cherry picked from commit fe46b55efb571fdb981db5ac2246d26d8ac68454)

Number of commits found: 1