From 67667c96db5deaed676cc676860c6fc485c2588a Mon Sep 17 00:00:00 2001 From: Bryan Herman <63422190+bryanherman@users.noreply.github.com> Date: Fri, 5 Feb 2021 11:38:17 -0500 Subject: py-python-benedict: new package (#21501) * added py-python-benedict recipe * Update var/spack/repos/builtin/packages/py-python-benedict/package.py Co-authored-by: Adam J. Stewart Co-authored-by: Adam J. Stewart --- .../builtin/packages/py-python-benedict/package.py | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 var/spack/repos/builtin/packages/py-python-benedict/package.py diff --git a/var/spack/repos/builtin/packages/py-python-benedict/package.py b/var/spack/repos/builtin/packages/py-python-benedict/package.py new file mode 100644 index 0000000000..ae7bd82821 --- /dev/null +++ b/var/spack/repos/builtin/packages/py-python-benedict/package.py @@ -0,0 +1,31 @@ +# Copyright 2013-2021 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 PyPythonBenedict(PythonPackage): + """A dict subclass with keylist/keypath support, I/O shortcuts + and many utilities.""" + + homepage = "https://github.com/fabiocaccamo/python-benedict" + pypi = "python-benedict/python-benedict-0.22.2.tar.gz" + + version('0.23.2', sha256='b7bdffd92ba1c9b9e044bda08ed545a48a45bd7a5207f93b4b2a8eb2660d1b4c') + + depends_on('python@2.7:2.8,3.4:', type=('build', 'run')) + depends_on('py-setuptools', type='build') + depends_on('py-ftfy@4.4.3', when='python@:3.3.999', type=('build', 'run')) + depends_on('py-ftfy', when='python@3.4:', type=('build', 'run')) + depends_on('py-mailchecker', type=('build', 'run')) + depends_on('py-phonenumbers', type=('build', 'run')) + depends_on('py-python-dateutil', type=('build', 'run')) + depends_on('py-python-fsutil', type=('build', 'run')) + depends_on('py-python-slugify', type=('build', 'run')) + depends_on('py-pyyaml', type=('build', 'run')) + depends_on('py-requests', type=('build', 'run')) + depends_on('py-six', type=('build', 'run')) + depends_on('py-toml', type=('build', 'run')) + depends_on('py-xmltodict', type=('build', 'run')) -- cgit v1.2.3-60-g2f50