freebsd-ports/converters/py-pint/Makefile
Sunpoet Po-Chuan Hsieh 2a283c136b 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
2018-04-14 23:58:18 +00:00

21 lines
463 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pint
PORTVERSION= 0.8.1
CATEGORIES= converters python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pint-${PORTVERSION}
MAINTAINER= sunpoet@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>