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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define pkgname yattag

Name:    python3-module-%pkgname
Version: 1.15.1
Release: alt1
Summary: Generate HTML or XML in a concise and pythonic way
Group:   Development/Python3

License: LGPL-2.1-only
URL: https://github.com/leforestier/yattag
Source0: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3(setuptools)
BuildRequires: python3(wheel)

%description
Why use a template engine when you can generate HTML or XML documents
with Python in a very readable way?

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%check
%pyproject_run_unittest discover -v test

%files
%python3_sitelibdir/%pkgname/
%python3_sitelibdir/%{pyproject_distinfo %pkgname}

%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