[py-spacy-legacy] New package (#38276)

This commit is contained in:
Jen Herting 2023-06-11 12:45:23 -04:00 committed by GitHub
parent 5b775d82ac
commit 8561ec6249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,18 @@
# Copyright 2013-2023 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 PySpacyLegacy(PythonPackage):
"""Legacy registered functions for spaCy backwards compatibility"""
homepage = "https://spacy.io/"
pypi = "spacy-legacy/spacy-legacy-3.0.12.tar.gz"
version("3.0.12", sha256="b37d6e0c9b6e1d7ca1cf5bc7152ab64a4c4671f59c85adaf7a3fcb870357a774")
depends_on("python@3.6:", type=("build", "run"))
depends_on("py-setuptools", type="build")