Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37569726
en ru br
ALT Linux repos
S:0.6.10-alt1

Group :: Development/Python3
RPM: python3-module-podcastparser

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define modname podcastparser
%def_enable check

Name: python3-module-%modname
Version: 0.6.8
Release: alt1

Summary: Simple, fast and efficient podcast parser written in Python.
Group: Development/Python3
License: ISC
Url: http://gpodder.org/%modname

BuildArch: noarch

#VCS: https://github.com/gpodder/podcastparser.git

Source: https://github.com/gpodder/%modname/archive/%version/%modname-%version.tar.gz

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-devel rpm-build-python3 python3-module-setuptools
%{?_enable_check:BuildRequires: python3-module-pytest python3-module-pytest-cov python3-module-coverage}

%description
The podcast parser project is a library from the gPodder project to provide an
easy and reliable way of parsing RSS- and Atom-based podcast feeds in Python.

%prep
%setup -n %modname-%version

%build
%python3_build

%install
%python3_install

%check
py.test3

%files
%python3_sitelibdir_noarch/%{modname}*
%python3_sitelibdir_noarch/__pycache__/%{modname}*
%doc README.md


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin