Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37481716
en ru br
Репозитории ALT
5.1: 0.14-alt1.1
4.1: 0.14-alt1.1
4.0: 0.12-alt2
www.altlinux.org/Changes

Группа :: Разработка/Python
Пакет: python-module-xlib

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define oname python-xlib
Name: python-module-xlib
Version: 0.12
Release: alt2

Summary: Python X Library

Group: Development/Python
License: LGPL
Url: http://python-xlib.sourceforge.net/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://dl.sf.net/%oname/%oname-%version.tar.bz2

#%%setup_python_module Xlib

#%add_python_req_skip audio image video misc

# manually removed: eric

# Automatically added by buildreq on Sun Dec 18 2005
BuildRequires: python-base python-dev python-modules-compiler python-modules-encodings

%description
The Python X Library is a complete X11R6 client-side implementation,
written in pure Python. It can be used to write low-levelish X Windows
client applications in Python.

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

%build
%__python setup.py build

%install
CFLAGS="%optflags" %__python setup.py install --root %buildroot

# hack for x86_64 build

test -d %buildroot%_libdir || mv %buildroot%prefix/lib %buildroot%_libdir || :

%files
%python_sitelibdir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin