Skip to content

Commit

Permalink
py-pyenchant: new package (spack#46400)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbberger authored Sep 22, 2024
1 parent f2c132a commit a608f83
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions var/spack/repos/builtin/packages/py-pyenchant/package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2013-2024 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 PyPyenchant(PythonPackage):
"""Sphinx Documentation Generator."""

homepage = "https://pyenchant.github.io/pyenchant/"
pypi = "pyenchant/pyenchant-3.2.2.tar.gz"
git = "https://github.com/pyenchant/pyenchant.git"

license("LGPL-2.1")

version("3.2.2", sha256="1cf830c6614362a78aab78d50eaf7c6c93831369c52e1bb64ffae1df0341e637")

depends_on("enchant")
depends_on("python@3.5:")
depends_on("py-setuptools")

0 comments on commit a608f83

Please sign in to comment.