forked from pool/python-imbox
This commit is contained in:
committed by
Git OBS Bridge
parent
a3a4c514aa
commit
6fd78179e1
@@ -17,7 +17,6 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-imbox
|
||||
Version: 0.8.5
|
||||
Release: 0
|
||||
@@ -25,7 +24,7 @@ Summary: Python IMAP for Human beings
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/martinrusev/imbox
|
||||
Source: https://files.pythonhosted.org/packages/source/i/imbox/imbox-%{version}.tar.gz
|
||||
Source: imbox-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
@@ -33,8 +32,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-six
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%{python_subpackages}
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Python library for reading IMAP mailboxes and converting email content to machine readable data
|
||||
|
||||
Reference in New Issue
Block a user