File python3-rt.spec of Package python3-rt
#
# spec file for package python3-rt
#
Name: python3-rt
Version: 2.1.1
Release: 0
License: GPL-3.0
Summary: Python interface to Request Tracker API
Url: https://github.com/CZ-NIC/python-rt
Group: Development/Languages/Python
Source: https://files.pythonhosted.org/packages/source/r/rt/rt-%{version}.tar.gz
BuildRequires: python3-setuptools
BuildRequires: python3
Requires: python3-requests
BuildArch: noarch
%description
Python implementation of REST API described here: http://requesttracker.wikia.com/wiki/REST
%prep
%setup -q -n rt-%{version}
%build
%python_build
%install
%python_install
%files
%doc AUTHORS CHANGES README.rst doc
%license COPYING
%{python3_sitelib}/*
%changelog