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

Группа :: Система/Библиотеки
Пакет: pyotherside

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

%define _unpackaged_files_terminate_build 1

%ifarch %arm
%def_without check
%endif

Name: pyotherside
Version: 1.5.9
Release: alt1

Summary: A Qt plugin providing access to a Python 3 interpreter from QML
License: ISC
Group: System/Libraries
Url: https://github.com/thp/pyotherside

Source: %name-%version.tar

BuildRequires(pre): rpm-macros-qt5
BuildRequires: python3-dev
BuildRequires: qt5-base-devel
BuildRequires: qt5-declarative-devel
BuildRequires: qt5-svg-devel
BuildRequires: xvfb-run

%description
A Qt plugin providing access to a Python 3 interpreter from QML for creating
asynchronous mobile and Desktop UIs with Python.

%prep
%setup

%build
%qmake_qt5 CONFIG+=nostrip pyotherside.pro
%make_build

%check
xvfb-run ./tests/tests

%install
%install_qt5
%make_install

rm -f %buildroot%_qt5_datadir/tests/qtquicktests/qtquicktests

%files
%doc LICENSE examples
%_qt5_qmldir/

%changelog

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

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