15
0

Accepting request 610304 from home:jengelh:branches:devel:languages:python

- Ensure neutrality and relevance of descriptions.

OBS-URL: https://build.opensuse.org/request/show/610304
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libarchive?expand=0&rev=2
This commit is contained in:
2018-05-18 12:14:06 +00:00
committed by Git OBS Bridge
parent aad639713c
commit 94a95389c3
2 changed files with 10 additions and 9 deletions

View File

@@ -13,16 +13,17 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-libarchive
Version: 0.4.4
Release: 0
License: GPL-2.0
Summary: Python adapter for universal, libarchive-based archive access
Url: https://github.com/dsoprea/PyEasyArchive
License: GPL-2.0-only
Group: Development/Languages/Python
Url: https://github.com/dsoprea/PyEasyArchive
Source: https://files.pythonhosted.org/packages/source/l/libarchive/libarchive-%{version}.tar.gz
Source10: https://raw.githubusercontent.com/dsoprea/PyEasyArchive/%{version}/LICENSE
BuildRequires: %{python_module devel}
@@ -39,13 +40,8 @@ BuildArch: noarch
%python_subpackages
%description
A ctypes-based adapter to libarchive. The source-code is written to be clear
and intuitive.
Even 7-Zip is supported for both reading and writing.
I could definitely use some help, if any is available. Completeness will
require a bit more work (see *libarchive*'s archive.h and archive_entry.h).
A ctypes-based adapter to libarchive.
7-Zip is supported for both reading and writing.
%prep
%setup -q -n libarchive-%{version}