Bug 215147 - [NEW PORT] devel/py-pint - Physical quantities module
Summary: [NEW PORT] devel/py-pint - Physical quantities module
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks: 215155
  Show dependency treegraph
 
Reported: 2016-12-08 11:29 UTC by Alexander Nusov
Modified: 2016-12-11 08:07 UTC (History)
1 user (show)

See Also:


Attachments
pint lib (2.69 KB, patch)
2016-12-08 11:29 UTC, Alexander Nusov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Nusov 2016-12-08 11:29:07 UTC
Created attachment 177793 [details]
pint lib

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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-12-11 08:06:59 UTC
A commit references this bug:

Author: novel
Date: Sun Dec 11 08:06:14 UTC 2016
New revision: 428336
URL: https://svnweb.freebsd.org/changeset/ports/428336

Log:
  Add py-Pint 0.7.2, physical quantities module.

  PR:		215147
  Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>

Changes:
  head/devel/Makefile
  head/devel/py-Pint/
  head/devel/py-Pint/Makefile
  head/devel/py-Pint/distinfo
  head/devel/py-Pint/pkg-descr
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2016-12-11 08:07:44 UTC
Committed, thanks!