Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37508059
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-dialog

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

%global upstream_name pythondialog

Name: python3-module-dialog
Version: 3.4.0
Release: alt2

Summary: Python interface to the Unix dialog utility

License: LGPLv2+
Group: Development/Python3
Url: http://pythondialog.sourceforge.net
Source: https://pypi.python.org/packages/source/p/%upstream_name/%upstream_name-%version.tar
BuildArch: noarch

BuildRequires(pre): rpm-build-python3


%description
A Python interface to the Unix dialog utility, designed to provide an
easy, pythonic and as complete as possible way to use the dialog
features from Python code.

%prep
%setup -n %upstream_name-%version

sed -i 's|#!.*/usr/bin/env python|#!/usr/bin/env python3|' \
   $(find ./ -name '*.py')

%build
%python3_build

%install
%python3_install

%files
%doc COPYING
%doc README.rst examples/
%python3_sitelibdir/dialog.py*
%python3_sitelibdir/__pycache__/
%python3_sitelibdir/pythondialog-*.egg-info


%changelog

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

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