--- devel/py-Pint/Makefile (nonexistent) +++ devel/py-Pint/Makefile (working copy) @@ -0,0 +1,20 @@ +# Created by: Alexander Nusov +# $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 --- devel/py-Pint/distinfo (nonexistent) +++ devel/py-Pint/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481113688 +SHA256 (Pint-0.7.2.tar.gz) = 38b97d352a6376bb4e957095c8b75c1c2aa8edbf9a7ccf058d69b147862e77ad +SIZE (Pint-0.7.2.tar.gz) = 149210 --- devel/py-Pint/pkg-descr (nonexistent) +++ devel/py-Pint/pkg-descr (working copy) @@ -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