py-rapidjson: new package at 0.9.1 (#14280)

* py-rapidjson: new package at 0.9.1

* py-rapidjson: rename to py-python-rapidjson, use PyPI mirror

* py-python-rapidjson: add missing deps

* python-rapidjson: use short PyPI url

* py-python-rapidjson: remove extra dependencies
This commit is contained in:
Justin S 2020-01-07 16:40:22 -06:00 committed by Adam J. Stewart
parent a24498f7ba
commit 3e8b4a9b24

View File

@ -0,0 +1,18 @@
# Copyright 2013-2019 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 PyPythonRapidjson(PythonPackage):
"""Python wrapper around rapidjson."""
homepage = "https://github.com/python-rapidjson/python-rapidjson"
url = "https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-0.9.1.tar.gz"
version('0.9.1', sha256='ad80bd7e4bb15d9705227630037a433e2e2a7982b54b51de2ebabdd1611394a1')
depends_on('python@3.4:', type=('build', 'run'))
depends_on('py-setuptools', type='build')