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

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

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

%define origname gnuplot-py

Name: python-module-gnuplot
Version: 1.8
Release: alt1

Summary: Python interface to Gnuplot

License: LGPL
Group: Development/Python
Url: http://%origname.sourceforge.net/
# https://gnuplot-py.svn.sourceforge.net/svnroot/gnuplot-py
Source: %origname-%version.tar.gz
Source1: doc.tar.gz
Patch: %name-alt-python2.6.patch
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

BuildArch: noarch

# Automatically added by buildreq on Wed Apr 19 2006

BuildRequires: python-devel python-module-Numeric python-modules
BuildRequires: python-modules-compiler python-modules-encodings
BuildPreReq: python-module-numpy

%description
Gnuplot.py is a Python package that allows you to create graphs
from within Python using the gnuplot plotting program.

%package doc
Summary: Documentation for Gnuplot.py
Group: Development/Documentation
BuildArch: noarch

%description doc
Gnuplot.py is a Python package that allows you to create graphs
from within Python using the gnuplot plotting program.

This package contains documentation for Gnuplot.py.

%prep
%setup -q -n %origname-%version
tar -xzf %SOURCE1
#if "%__python_version" != "2.5"
#patch -p2
#endif

%build
# remove crap
rm -f gp_cygwin.py gp_java.py gp_mac* gp_win32.py gnuplot_Suites.py

%python_build
chmod 644 *.txt

%install
%python_install --record=INSTALLED_FILES

# Avoid bytecompile :)

#unset RPM_PYTHON

install -d %buildroot%_docdir/%name
cp -fR doc/* %buildroot%_docdir/%name/

%files -f INSTALLED_FILES
%python_sitelibdir/*
%doc ANNOUNCE.txt CREDITS.txt FAQ.txt NEWS.txt README.txt

%files doc
%_docdir/%name

%changelog

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

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