2023-05-03 08:46:21 +00:00
|
|
|
#
|
|
|
|
# spec file for package libratom
|
|
|
|
#
|
|
|
|
# Copyright (c) 2023 SUSE LLC
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: libratom
|
|
|
|
Version: 0.7.1
|
|
|
|
Release: 0
|
|
|
|
Summary: PST/mbox-format mailbox parsing in Python
|
|
|
|
License: MIT
|
|
|
|
Group: Productivity/File utilities
|
|
|
|
URL: https://github.com/libratom/libratom
|
|
|
|
Source: https://github.com/libratom/libratom/archive/refs/tags/%version.tar.gz
|
2023-05-03 08:51:20 +00:00
|
|
|
BuildRequires: %{python_module attrs}
|
|
|
|
BuildRequires: %{python_module beautifulsoup4}
|
|
|
|
BuildRequires: %{python_module blessed}
|
|
|
|
BuildRequires: %{python_module blis}
|
|
|
|
BuildRequires: %{python_module catalogue}
|
|
|
|
BuildRequires: %{python_module certifi}
|
|
|
|
BuildRequires: %{python_module charset-normalizer}
|
|
|
|
BuildRequires: %{python_module click-log}
|
|
|
|
BuildRequires: %{python_module click}
|
|
|
|
BuildRequires: %{python_module confection}
|
|
|
|
BuildRequires: %{python_module cymem}
|
|
|
|
BuildRequires: %{python_module enlighten}
|
|
|
|
BuildRequires: %{python_module future}
|
|
|
|
BuildRequires: %{python_module greenlet}
|
|
|
|
BuildRequires: %{python_module humanfriendly}
|
|
|
|
BuildRequires: %{python_module idna}
|
|
|
|
BuildRequires: %{python_module jinja2}
|
|
|
|
BuildRequires: %{python_module jsonschema}
|
|
|
|
BuildRequires: %{python_module langcodes}
|
|
|
|
BuildRequires: %{python_module markupsafe}
|
|
|
|
BuildRequires: %{python_module murmurhash}
|
|
|
|
BuildRequires: %{python_module numpy}
|
|
|
|
BuildRequires: %{python_module packaging}
|
|
|
|
BuildRequires: %{python_module pathy}
|
2023-05-03 08:46:21 +00:00
|
|
|
BuildRequires: %{python_module pbr}
|
2023-05-03 08:51:20 +00:00
|
|
|
BuildRequires: %{python_module prefixed}
|
|
|
|
BuildRequires: %{python_module preshed}
|
|
|
|
BuildRequires: %{python_module psutil}
|
|
|
|
BuildRequires: %{python_module pydantic}
|
|
|
|
BuildRequires: %{python_module pyparsing}
|
|
|
|
BuildRequires: %{python_module pyrsistent}
|
|
|
|
BuildRequires: %{python_module requests}
|
|
|
|
BuildRequires: %{python_module setuptools}
|
|
|
|
BuildRequires: %{python_module six}
|
|
|
|
BuildRequires: %{python_module smart-open}
|
|
|
|
BuildRequires: %{python_module soupsieve}
|
|
|
|
BuildRequires: %{python_module spacy-legacy}
|
|
|
|
BuildRequires: %{python_module spacy}
|
|
|
|
BuildRequires: %{python_module sqlalchemy}
|
|
|
|
BuildRequires: %{python_module srsly}
|
|
|
|
BuildRequires: %{python_module striprtf}
|
|
|
|
BuildRequires: %{python_module tabulate}
|
|
|
|
BuildRequires: %{python_module thinc}
|
|
|
|
BuildRequires: %{python_module tqdm}
|
|
|
|
BuildRequires: %{python_module treelib}
|
|
|
|
BuildRequires: %{python_module typer}
|
|
|
|
BuildRequires: %{python_module typing-extensions}
|
|
|
|
BuildRequires: %{python_module urllib3}
|
|
|
|
BuildRequires: %{python_module wasabi}
|
|
|
|
BuildRequires: %{python_module wcwidth}
|
2023-05-03 08:46:21 +00:00
|
|
|
BuildRequires: pkgconfig(libpff)
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
%description
|
|
|
|
A Python library and supporting utilities to parse and process PST
|
|
|
|
and mbox email sources.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup
|
|
|
|
|
|
|
|
%build
|
|
|
|
%python_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%python_install
|
|
|
|
|
|
|
|
%files %python_files
|
|
|
|
|
|
|
|
%changelog
|