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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-aiorwlock Read write lock for asyncio
1.4.0_1 devel 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 1.4.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-07-09 10:36:34
Last Update: 2024-04-08 06:45:42
Commit Hash: d1890bb
Also Listed In: python
License: APACHE20
WWW:
https://github.com/aio-libs/aiorwlock
Description:
aiorwlock provides read write lock for asyncio . A RWLock maintains a pair of associated locks, one for read-only operations and one for writing. The read lock may be held simultaneously by multiple reader tasks, so long as there are no writers. The write lock is exclusive. Whether or not a read-write lock will improve performance over the use of a mutual exclusion lock depends on the frequency that the data is read compared to being modified. For example, a collection that is initially populated with data and thereafter infrequently modified, while being frequently searched is an ideal candidate for the use of a read-write lock. However, if updates become frequent then the data spends most of its time being exclusively locked and there is little, if any increase in concurrency.
Homepage    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}aiorwlock>0:devel/py-aiorwlock@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-aiorwlock/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-aiorwlock
  • pkg install py39-aiorwlock
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-aiorwlock listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-aiorwlock
Package flavors (<flavor>: <package>)
  • py39: py39-aiorwlock
distinfo:
TIMESTAMP = 1708449118 SHA256 (aiorwlock-1.4.0.tar.gz) = 4cea5bec4e9d03533a26919299394822a1422aa519bca9dd09178ec490f8d1cc SIZE (aiorwlock-1.4.0.tar.gz) = 13185

Packages (timestamps in pop-ups are UTC):
py311-aiorwlock
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.4.0_11.4.0_1-1.4.0_11.4.0_1---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-1.4.0_1--1.4.0_1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest1.4.0_11.4.0_1n/a-n/a---
 

py39-aiorwlock
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.4.0_11.4.0_1-1.4.0_11.4.0_1---
FreeBSD:13:quarterly1.4.0_11.4.0_1-1.4.0_11.4.0_11.3.01.3.01.3.0
FreeBSD:14:latest1.4.0_11.4.0_1-1.4.0_11.4.0_1---
FreeBSD:14:quarterly1.4.0_11.4.0_1-1.4.0_11.4.0_11.3.01.3.01.3.0
FreeBSD:15:latest--n/a1.4.0_1n/a1.3.01.3.01.4.0
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=0 : devel/py-setuptools@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
This port is required by:
for Run
  1. www/py-httpx-cache

Configuration Options:
No options to configure
Options name:
devel_py-aiorwlock
USES:
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/aiorwlock/
  2. https://pypi.org/packages/source/a/aiorwlock/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4.0_1
08 Apr 2024 06:45:42
commit hash: d1890bbadef3a55a1250d82c0f2a8c88922424c1commit hash: d1890bbadef3a55a1250d82c0f2a8c88922424c1commit hash: d1890bbadef3a55a1250d82c0f2a8c88922424c1commit hash: d1890bbadef3a55a1250d82c0f2a8c88922424c1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-aiorwlock: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
1.4.0
21 Feb 2024 15:07:11
commit hash: 076915b967869579f8ef7c0a3678e12b0d0734e0commit hash: 076915b967869579f8ef7c0a3678e12b0d0734e0commit hash: 076915b967869579f8ef7c0a3678e12b0d0734e0commit hash: 076915b967869579f8ef7c0a3678e12b0d0734e0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-aiorwlock: Update to 1.4.0

Changes:	https://github.com/aio-libs/aiorwlock/releases
1.3.0
09 Jul 2023 10:10:21
commit hash: c6a13c6a8342ee029b240ece46013d5792d78d9acommit hash: c6a13c6a8342ee029b240ece46013d5792d78d9acommit hash: c6a13c6a8342ee029b240ece46013d5792d78d9acommit hash: c6a13c6a8342ee029b240ece46013d5792d78d9a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-aiorwlock: Add py-aiorwlock 1.3.0

aiorwlock provides read write lock for asyncio . A RWLock maintains a pair of
associated locks, one for read-only operations and one for writing. The read
lock may be held simultaneously by multiple reader tasks, so long as there are
no writers. The write lock is exclusive.

Whether or not a read-write lock will improve performance over the use of a
mutual exclusion lock depends on the frequency that the data is read compared to
being modified. For example, a collection that is initially populated with data
and thereafter infrequently modified, while being frequently searched is an
ideal candidate for the use of a read-write lock. However, if updates become
frequent then the data spends most of its time being exclusively locked and
there is little, if any increase in concurrency.

Number of commits found: 3