Port details |
- py-darts.util.lru Simple dictionary with LRU behaviour in Python
- 0.5 devel
=1 Version of this port present on the latest quarterly branch. - Maintainer: dbaio@FreeBSD.org
 - Port Added: 2016-07-13 05:26:37
- Last Update: 2022-04-01 15:09:49
- Commit Hash: 7b4d1f0
- People watching this port, also watch:: policyd2, rc, py38-cjkwrap, php80-pear-File_MARC, monit
- Also Listed In: python
- License: MIT
- Description:
- A LRUDict is basically a simple dictionary, which has a defined
maximum capacity, that may be supplied at construction time, or
modified at run-time via the capacity property:
>>> cache = LRUDict(1)
>>> cache.capacity
1
WWW: https://pypi.org/project/darts.util.lru/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}darts.util.lru>0:devel/py-darts.util.lru@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-darts.util.lru/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-darts.util.lru
- pkg install py38-darts.util.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 py38-darts.util.lru listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-darts.util.lru
- Package flavors (<flavor>: <package>)
- py38: py38-darts.util.lru
- distinfo:
- TIMESTAMP = 1468026580
SHA256 (darts.util.lru-0.5.tar.gz) = 58c50fea1e2f7a6419964781c78a77452012ab71a32d81796e2038e99a38488a
SIZE (darts.util.lru-0.5.tar.gz) = 11765
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- No options to configure
- Options name:
- devel_py-darts.util.lru
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
01 Apr 2022 15:09:49 0.5 |
Dmitry Marakasov (amdmi3)  |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
07 Apr 2021 08:09:01 0.5 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.5 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.5 |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
25 Apr 2018 16:42:38
0.5 |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
08 May 2017 17:21:49
0.5 |
dbaio  |
Update my email address
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10648 |
13 Jul 2016 05:26:30
0.5 |
pi  |
New port: devel/py-darts.util.lru
A LRUDict is basically a simple dictionary, which has a defined
maximum capacity, that may be supplied at construction time, or
modified at run-time via the capacity property:
>>> cache = LRUDict(1)
>>> cache.capacity
1
WWW: https://pypi.python.org/pypi/darts.util.lru
PR: 211047
Submitted by: Danilo G. Baio <dbaio@bsd.com.br> |