Date: Sun, 11 Dec 2016 08:06:14 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428336 - in head/devel: . py-Pint Message-ID: <201612110806.uBB86EHQ017999@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Sun Dec 11 08:06:13 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> Added: head/devel/py-Pint/ head/devel/py-Pint/Makefile (contents, props changed) head/devel/py-Pint/distinfo (contents, props changed) head/devel/py-Pint/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Dec 11 07:16:11 2016 (r428335) +++ head/devel/Makefile Sun Dec 11 08:06:13 2016 (r428336) @@ -3984,6 +3984,7 @@ SUBDIR += py-MultiMapping SUBDIR += py-PEAK-Rules SUBDIR += py-Persistence + SUBDIR += py-Pint SUBDIR += py-Products.ATContentTypes SUBDIR += py-Products.ATReferenceBrowserWidget SUBDIR += py-Products.Archetypes Added: head/devel/py-Pint/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-Pint/Makefile Sun Dec 11 08:06:13 2016 (r428336) @@ -0,0 +1,20 @@ +# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= Pint +PORTVERSION= 0.7.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Physical quantities module + +LICENSE= BSD + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/devel/py-Pint/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-Pint/distinfo Sun Dec 11 08:06:13 2016 (r428336) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481113688 +SHA256 (Pint-0.7.2.tar.gz) = 38b97d352a6376bb4e957095c8b75c1c2aa8edbf9a7ccf058d69b147862e77ad +SIZE (Pint-0.7.2.tar.gz) = 149210 Added: head/devel/py-Pint/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-Pint/pkg-descr Sun Dec 11 08:06:13 2016 (r428336) @@ -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: http://pypi.python.org/pypi/Pint
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612110806.uBB86EHQ017999>