fb16dfecae
Commit b7f05445c0
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)
8 lines
525 B
Text
8 lines
525 B
Text
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.
|