Skip to content

Commit

Permalink
py-striprtf: New package (spack#46304)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertos authored Sep 22, 2024
1 parent 29aefd8 commit 3a353c2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions var/spack/repos/builtin/packages/py-striprtf/package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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 PyStriprtf(PythonPackage):
"""A simple library to convert rtf to text"""

homepage = "https://github.com/joshy/striprtf"
pypi = "striprtf/striprtf-0.0.26.tar.gz"

license("BSD-3-Clause", checked_by="qwertos")

version("0.0.26", sha256="fdb2bba7ac440072d1c41eab50d8d74ae88f60a8b6575c6e2c7805dc462093aa")

depends_on("py-setuptools", type="build")

0 comments on commit 3a353c2

Please sign in to comment.