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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define modname feedgen
# network required
%def_disable check

Name: python3-module-feedgen
Version: 0.9.0
Release: alt1

Summary: Feed Generator (ATOM, RSS, Podcasts)
Group: Development/Python3
License: LGPL-3.0-or-later or BSD-2-Clause
Url: https://pypi.org/project/feedgen/

Vcs: https://lkiesow.github.io/python-feedgen.git

Source: https://pypi.io/packages/source/f/%modname/%modname-%version.tar.gz

BuildArch: noarch

BuildRequires(pre): rpm-build-python3 python3-devel

%description
This module can be used to generate web feeds in both ATOM and RSS
format. It has support for extensions. Included is for example an
extension to produce Podcasts.

%prep
%setup -n %modname-%version

%build
%python3_build

%install
%python3_install

%check
%__python3 setup.py test

%files
%python3_sitelibdir_noarch/*
%doc docs/html/*

%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