svn commit: r467345 - in head/converters: . py-pint
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 14 23:58:22 UTC 2018
Author: sunpoet
Date: Sat Apr 14 23:58:18 2018
New Revision: 467345
URL: https://svnweb.freebsd.org/changeset/ports/467345
Log:
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
Added:
head/converters/py-pint/
head/converters/py-pint/Makefile (contents, props changed)
head/converters/py-pint/distinfo (contents, props changed)
head/converters/py-pint/pkg-descr (contents, props changed)
Modified:
head/converters/Makefile
Modified: head/converters/Makefile
==============================================================================
--- head/converters/Makefile Sat Apr 14 23:58:13 2018 (r467344)
+++ head/converters/Makefile Sat Apr 14 23:58:18 2018 (r467345)
@@ -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
Added: head/converters/py-pint/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/converters/py-pint/Makefile Sat Apr 14 23:58:18 2018 (r467345)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= pint
+PORTVERSION= 0.8.1
+CATEGORIES= converters python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= Pint-${PORTVERSION}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Define, operate and manipulate physical quantities
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+NO_ARCH= yes
+USE_PYTHON= autoplist concurrent distutils
+USES= python
+
+.include <bsd.port.mk>
Added: head/converters/py-pint/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/converters/py-pint/distinfo Sat Apr 14 23:58:18 2018 (r467345)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1523722809
+SHA256 (Pint-0.8.1.tar.gz) = afcf31443a478c32bbac4b00337ee9026a13d0e2ac83d30c79151462513bb0d4
+SIZE (Pint-0.8.1.tar.gz) = 162197
Added: head/converters/py-pint/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/converters/py-pint/pkg-descr Sat Apr 14 23:58:18 2018 (r467345)
@@ -0,0 +1,11 @@
+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
More information about the svn-ports-all
mailing list