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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define pypi_name yapsy
%define modname Yapsy
%def_enable check

Name: python3-module-%pypi_name
Version: 1.12.2
Release: alt1

Summary: A small Python plugin system library
Group: Development/Python3
License: BSD-2-Clause and CC-BY-SA-3.0 and ISC
Url: http://yapsy.sourceforge.net/

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

BuildArch: noarch

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

%description
Yapsy is a small library implementing the core mechanisms needed to build
a plugin system into a wider application.

%prep
%setup -n %modname-%version

%build
%python3_build

%install
%python3_install

%check
%__python3 runtests.py

%files
%python3_sitelibdir_noarch/%pypi_name
%python3_sitelibdir_noarch/%modname-%version-*.egg-info
%doc README* CHANGELOG* LICENSE*

%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