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

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

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

%def_disable snapshot
%define modname easygui

Name: python3-module-%modname
Version: 0.98.3
Release: alt1

Summary: Python3 module for GUI programming
Group: Development/Python3
License: BSD-3-Clause
Url: http://pypi.python.org/pypi/%modname

%if_disabled snapshot
Source: https://pypi.io/packages/source/e/%modname/%modname-%version.tar.gz
%else
Vcs: https://github.com/robertlugg/easygui.git
Source: %modname-%version.tar
%endif
Source1: easygui-0.98.2-README.md

BuildArch: noarch

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

%description
EasyGUI is a Python3 module for very simple, very easy GUI programming in Python.
EasyGUI is different from other GUI libraries in that EasyGUI is NOT
event-driven. Instead, all GUI interactions are invoked by simple
function calls.

%prep
%setup -n %modname-%version
cp %SOURCE1 README.md

%build
%python3_build

%install
%python3_install

%files
%python3_sitelibdir_noarch/%modname/
%doc README.txt
%python3_sitelibdir_noarch/*.egg-info

%changelog

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

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