summaryrefslogtreecommitdiff
path: root/converters/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-14 23:58:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-14 23:58:18 +0000
commit2a283c136b8f9f621809f59086177e64df3d8163 (patch)
tree759165ea7c66c1bc280d8a9eef03ebeb89b4c881 /converters/Makefile
parent964ea15958009bc85e915fd0487dff56629251e4 (diff)
downloadfreebsd-ports-2a283c136b8f9f621809f59086177e64df3d8163.zip
Add py-pint 0.8.1
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. WWW: https://pypi.python.org/pypi/Pint WWW: https://github.com/hgrecco/pint
Diffstat (limited to 'converters/Makefile')
-rw-r--r--converters/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 18f2cbffc1d0..6eb250b3fc6b 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -158,6 +158,7 @@
SUBDIR += py-better-bencode
SUBDIR += py-bsdconv
SUBDIR += py-iconv
+ SUBDIR += py-pint
SUBDIR += py-rencode
SUBDIR += py-unidecode
SUBDIR += py-webencodings