Port details |
- py-objsize Calculate the total size of the object subtree in bytes (deep size)
- 0.7.0 devel
=2 0.7.0Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-11-20 06:24:11
- Last Update: 2023-07-04 06:35:25
- Commit Hash: feeb2f3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/liran-funaro/objsize
- Description:
- Traversal over Python's objects subtree and calculate the total size of the
subtree in bytes (deep size).
This module traverses all child objects using Python's internal GC
implementation. It attempts to ignore shared objects (i.e., None, types,
modules, classes, functions, lambdas), as they are common among all objects.
It is implemented without recursive calls for high performance.
¦ ¦ ¦ ¦ 
- 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}objsize>0:devel/py-objsize@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-objsize/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-objsize
- pkg install py39-objsize
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-objsize listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-objsize
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1688452029
SHA256 (objsize-0.7.0.tar.gz) = d66bbb2a4341803caba84894b5753f9b065ebe1cbf50fd186ae438dfc1ca4729
SIZE (objsize-0.7.0.tar.gz) = 16062
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>0 : devel/py-setuptools@py39
- py39-wheel>0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- misc/py-apache-beam
- for Run
-
- misc/py-apache-beam
Configuration Options:
- No options to configure
- Options name:
- devel_py-objsize
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
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 |
0.7.0 04 Jul 2023 06:35:25
    |
Yuri Victorovich (yuri)  |
devel/py-objsize: Update 0.6.1 → 0.7.0
Reported by: portscout |
0.6.1 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.6.1 20 Nov 2022 06:22:39
    |
Yuri Victorovich (yuri)  |
devel/py-objsize: New port: Calculate the total size of the object subtree in
bytes (deep size) |
Number of commits found: 3
|