Port details |
- py-async-lru Simple lru_cache for asyncio
- 2.0.2 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2022-10-09 15:39:38
- Last Update: 2023-03-21 19:20:30
- Commit Hash: 5cf598d
- Also Listed In: python
- License: MIT
- Description:
- async_lru is 100% port of Python built-in function functools.lru_cache for
asyncio.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}async-lru>0:devel/py-async-lru@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-async-lru/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-async-lru
- pkg install py39-async-lru
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-async-lru listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-async-lru
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1677771187
SHA256 (async-lru-2.0.2.tar.gz) = 3b87ec4f2460c52cc7916a0138cc606b584c75d1ef7d661853c95d1d3acb869a
SIZE (async-lru-2.0.2.tar.gz) = 9292
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-typing-extensions>=4.0.0 : devel/py-typing-extensions@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-async-lru
- USES:
- python:3.8+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2017-11-30
Affects: */py* Author: mat@FreeBSD.org Reason:
Ports using Python via USES=python are now flavored. All the py3-* ports
have been removed and folded into their py-* master ports.
People using Poudriere 3.2+ and binary packages do not have to do anything.
For other people, to build the Python 3.6 version of, for example,
databases/py-gdbm, you need to run:
# make FLAVOR=py36 install
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.2 21 Mar 2023 19:20:30
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-async-lru: Update to 2.0.2
Changes: https://github.com/aio-libs/async-lru/commits/master |
1.0.3 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.0.3 09 Oct 2022 15:37:43
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-async-lru: Add py-async-lru 1.0.3
async_lru is 100% port of Python built-in function functools.lru_cache for
asyncio. |
Number of commits found: 3
|