spack/var/spack/repos/builtin/packages/py-routes/package.py
Marco De La Pierre e253184886
Re adding 4th chunk of nf-tools deps (#34974)
* Revert "Revert "4th chunk of nf-core deps from update/nextflow-tools (#34564)" (#34960)"

This reverts commit 891a63cae6.

* fix to py-python-multipart, as per PR review
2023-01-16 23:12:00 -08:00

22 lines
653 B
Python

# Copyright 2013-2022 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.package import *
class PyRoutes(PythonPackage):
"""Routing Recognition and Generation Tools"""
homepage = "https://routes.readthedocs.io/"
pypi = "routes/Routes-2.5.1.tar.gz"
version("2.5.1", sha256="b6346459a15f0cbab01a45a90c3d25caf980d4733d628b4cc1952b865125d053")
depends_on("py-setuptools", type="build")
depends_on("py-six", type=("build", "run"))
depends_on("py-repoze-lru@0.3:", type=("build", "run"))