Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6
python3-python-magic
python3-python-magic.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python3-python-magic.spec of Package python3-python-magic
# # spec file for package python-python-magic # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python3-python-magic Version: 0.4.15 Release: 0 Summary: File type identification using libmagic License: Python-2.0 Group: Development/Languages/Python URL: https://github.com/ahupp/python-magic Source: https://github.com/ahupp/python-magic/archive/%{version}.tar.gz Patch0: magic-new-mime.patch Patch1: magic-pep8.patch Patch2: magic-tests.patch Patch3: magic-new-file.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: file BuildRequires: python-rpm-macros Requires: file # python-python-magic and python-magic use the same namespace (ie. filename) # and have a very similar functionality but are incompatible to each other. # https://github.com/ahupp/python-magic/issues/21 Conflicts: python3-magic BuildArch: noarch %ifpython2 Conflicts: %{oldpython}-magic %endif %python_subpackages %description This module uses ctypes to access the libmagic file type identification library. It makes use of the local magic database and supports both textual and MIME-type output. %prep %setup -q -n python-magic-%{version} %autopatch -p1 %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check export LANG=en_US.UTF-8 %python_exec setup.py test %files %{python_files} %license LICENSE %{python_sitelib}/magic.py* %pycache_only %{python_sitelib}/__pycache__/magic*.py* %{python_sitelib}/python_magic-%{version}-py*.egg-info %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor