From 4d26faac81a808145729c652f124a890c7b156e8 Mon Sep 17 00:00:00 2001 From: "Kelly (KT) Thompson" Date: Tue, 4 Dec 2018 07:58:12 -0700 Subject: Provide a new spackage for py-pint. (#9991) * Provide a new spackage for py-pint. 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. https://pint.readthedocs.io/en/latest/ * Switch hash from md5 to sha256. --- var/spack/repos/builtin/packages/py-pint/package.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 var/spack/repos/builtin/packages/py-pint/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-pint/package.py b/var/spack/repos/builtin/packages/py-pint/package.py new file mode 100644 index 0000000000..db3145880c --- /dev/null +++ b/var/spack/repos/builtin/packages/py-pint/package.py @@ -0,0 +1,20 @@ +# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + +from spack import * + + +class PyPint(PythonPackage): + """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.""" + + homepage = "https://pypi.python.org/pypi/pint" + url = "https://pypi.io/packages/source/p/pint/Pint-0.8.1.tar.gz" + + version('0.8.1', 'afcf31443a478c32bbac4b00337ee9026a13d0e2ac83d30c79151462513bb0d4') + + depends_on('py-setuptools', type='build') -- cgit v1.2.3-60-g2f50