py-ftfy: new recipe (#21333)
* py-ftfy: new recipe * py-ftfy: depend on python>3.5
This commit is contained in:
parent
71309f75b2
commit
8b6c468cdf
20
var/spack/repos/builtin/packages/py-ftfy/package.py
Normal file
20
var/spack/repos/builtin/packages/py-ftfy/package.py
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# 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 PyFtfy(PythonPackage):
|
||||||
|
"""Fixes Unicode that's broken in various ways."""
|
||||||
|
|
||||||
|
homepage = "https://ftfy.readthedocs.io"
|
||||||
|
pypi = "ftfy/ftfy-5.8.tar.gz"
|
||||||
|
|
||||||
|
version('5.8', sha256='51c7767f8c4b47d291fcef30b9625fb5341c06a31e6a3b627039c706c42f3720')
|
||||||
|
|
||||||
|
depends_on('python@3.5:', type=('build', 'run'))
|
||||||
|
depends_on('py-setuptools', type='build')
|
||||||
|
depends_on('py-wcwidth', type=('build', 'run'))
|
Loading…
Reference in New Issue
Block a user