Projects
Multimedia
python-tvdb_api
python-tvdb_api.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-tvdb_api.spec of Package python-tvdb_api (Revision 2)
Currently displaying revision
2
,
Show latest
# # spec file for package python-tvdb_api # # Copyright (c) 2017 Packman Team <packman@links2linux.de> # # 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 http://bugs.links2linux.org/ # %define modname tvdb_api Name: python-tvdb_api Version: 1.10 Release: 0 Summary: Python module to access the API from thetvdb.com # The UnLicense (https://unlicense.org) License: SUSE-Permissive Group: Productivity/Multimedia/Other Url: https://github.com/dbr/tvdb_api/tree/master Source0: https://files.pythonhosted.org/packages/source/t/%{modname}/%{modname}-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %py_requires %description tvdb_api is an easy to use interface to thetvdb.com via python %prep %setup -q -n %{modname}-%{version} for file in {tvdb_cache,tvdb_api,tvdb_ui,tvdb_exceptions} do sed -i "1d" $file.py done %build python setup.py build %install python setup.py install --root=%{buildroot} --prefix=%{_prefix} %files %defattr(-,root,root) %doc UNLICENSE readme.md %{python_sitelib}/tvdb_*.py* %{python_sitelib}/%{modname}-%{version}-py%{python_version}.egg-info %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.