Port details |
- py-unyt Package for handling numpy arrays with units
- 2.9.5 math
=0 2.9.0Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2021-08-03 06:12:05
- Last Update: 2023-05-28 18:56:16
- Commit Hash: 7c2ab0b
- Also Listed In: python
- License: MIT
- Description:
- A package for handling numpy arrays with units.
Often writing code that deals with data that has units can be confusing.
A function might return an array but at least with plain NumPy arrays, there is
no way to easily tell what the units of the data are without somehow knowing a
priori.
The unyt package (pronounced like "unit") provides a subclass of NumPy's ndarray
class that knows about units.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}unyt>0:math/py-unyt@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-unyt/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-unyt
- pkg install py39-unyt
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-unyt listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-unyt
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1685291605
SHA256 (unyt-2.9.5.tar.gz) = 99892f33b5c6bf97053beac84c8a136747631828f030725e9a01147d48377337
SIZE (unyt-2.9.5.tar.gz) = 1368888
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-numpy>=1.16,1<1.25,1 : math/py-numpy@py39
- py39-sympy>=1.5 : math/py-sympy@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-numpy>=1.16,1<1.25,1 : math/py-numpy@py39
- py39-sympy>=1.5 : math/py-sympy@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- math/py-yt
Configuration Options:
- No options to configure
- Options name:
- math_py-unyt
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.5 28 May 2023 18:56:16
    |
Yuri Victorovich (yuri)  |
math/py-unyt: Update 2.9.0 → 2.9.5
Reported by: portscout |
2.9.0_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.9.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2.9.0 30 Sep 2022 04:30:15
    |
Yuri Victorovich (yuri)  |
math/py-unyt: Update 2.8.0 -> 2.9.0
Reported by: portscout |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.8.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.8.0 03 Aug 2021 06:10:44
    |
Yuri Victorovich (yuri)  |
math/py-unyt: New port: Package for handling numpy arrays with units |
Number of commits found: 7
|