Port details |
- py-pint Physical quantities module
- 0.20.1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2020-07-11 18:08:56
- Last Update: 2023-01-11 15:58:34
- Commit Hash: 77d6847
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- Pint is a Python package to define, operate and manipulate physical quantities:
the product of a numerical value and a unit of measurement. It allows arithmetic
operations between them and conversions from and to different units.
It is distributed with a comprehensive list of physical units, prefixes and
constants. Due to its modular design, you can extend (or even rewrite!) the
complete list without changing the source code. It supports a lot of numpy
mathematical operations without monkey patching or wrapping numpy.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pint>0:devel/py-pint@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pint/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pint
- pkg install py39-pint
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-pint listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pint
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1669057805
SHA256 (Pint-0.20.1.tar.gz) = 387cf04078dc7dfe4a708033baad54ab61d82ab06c4ee3d4922b1e45d5626067
SIZE (Pint-0.20.1.tar.gz) = 316180
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_scm>=0 : devel/py-setuptools_scm@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- databases/datasette
- math/py-mathics
- for Run
-
- astro/py-metpy
- databases/datasette
- devel/py-pint-pandas
- math/py-mathics
- science/py-pyked
- science/py-qcelemental
Configuration Options:
- ===> The following configuration options are available for py39-pint-0.20.1:
NUMPY=off: Automatic conversion of units
UNCERTAINTIES=off: Handle quantities with uncertainties
===> Use 'make config' to modify these settings
- Options name:
- devel_py-pint
- USES:
- python:3.8+ shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.20.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.20.1 30 Dec 2022 09:04:46
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pint: Update to 0.20.1
Changes: https://github.com/hgrecco/pint/blob/master/CHANGES |
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) |
0.19.2 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 ) |
0.19.2 27 Aug 2022 10:24:27
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pint: Add NUMPY and UNCERTAINTIES options |
0.19.2 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.19.2 26 Apr 2022 15:01:25
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pint: Update to 0.19.2
Changes: https://github.com/hgrecco/pint/blob/master/CHANGES |
0.19.1 17 Apr 2022 23:58:18
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pint: Update to 0.19.1
- Update USES=python of dependent ports
Changes: https://github.com/hgrecco/pint/blob/master/CHANGES |
0.18 01 Nov 2021 13:41:43
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pint: Update to 0.18
- Update USES=python of dependent ports
Changes: https://github.com/hgrecco/pint/blob/master/CHANGES |
0.17 25 May 2021 13:55:43
    |
Dmitry Marakasov (amdmi3)  |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
0.17 11 May 2021 21:47:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pint: Update to 0.17
Changes: https://github.com/hgrecco/pint/blob/master/CHANGES |
0.16.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.16.1 15 Nov 2020 18:02:42
  |
sunpoet  |
Update to 0.16.1
Changes: https://github.com/hgrecco/pint/blob/master/CHANGES |
0.16 14 Sep 2020 17:46:48
  |
sunpoet  |
Update to 0.16
Changes: https://github.com/hgrecco/pint/blob/master/CHANGES |
0.15 23 Aug 2020 19:36:21
  |
sunpoet  |
Update to 0.15
- Update WWW
Changes: https://github.com/hgrecco/pint/blob/master/CHANGES |
0.14 11 Jul 2020 18:08:50
  |
sunpoet  |
Move devel/py-Pint to devel/py-pint
- Bump PORTREVISION of dependent ports for dependency change |