Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37854184
en ru br
ALT Linux repos
5.0: 0.1.10-alt2.1
4.1: 0.1.10-alt2.1

Group :: Development/Python
RPM: python-module-minihallib

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# test new macroses
%define python_build %__python setup.py build
%define python_install %__python setup.py install --root %buildroot

%define oname minihallib
Name: python-module-%oname
Version: 0.1.10
Release: alt2.1

Summary: Library to handle HAL devices and events

Group: Development/Python
License: GPLv2+ or AFL
Url: http://pypi.python.org/pypi/minihallib

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://pypi.python.org/packages/source/m/%oname/%oname-%version.tar.bz2
BuildArch: noarch

%setup_python_module %oname

# python-module-MySQLdb python-module-Pyrex python-module-Rabbyt python-module-lxml

# Automatically added by buildreq on Tue Jan 08 2008
BuildRequires:  python-module-ruledispatch python-module-setuptools

%description
Python threaded library to handle HAL devices and their events.

%prep
%setup -q -n %oname-%version

%build
%python_build

%install
%python_install

%files
%python_sitelibdir/%oname/
%python_sitelibdir/%oname-%version-py%__python_version.egg-info/

%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