forked from pool/python-python-qprogedit
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-qprogedit?expand=0&rev=7
62 lines
2.0 KiB
RPMSpec
62 lines
2.0 KiB
RPMSpec
#
|
|
# spec file for package python-python-qprogedit
|
|
#
|
|
# Copyright (c) 2025 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: python-python-qprogedit
|
|
Version: 4.1.2
|
|
Release: 0
|
|
Summary: A QScintilla-based text-editor component
|
|
License: GPL-3.0-or-later
|
|
Group: Development/Languages/Python
|
|
URL: https://github.com/smathot/QProgEdit
|
|
Source: https://files.pythonhosted.org/packages/source/p/python-qprogedit/python-qprogedit-%{version}.tar.gz
|
|
Source1: https://raw.githubusercontent.com/smathot/QProgEdit/master/copyright
|
|
BuildRequires: %{python_module QtPy}
|
|
BuildRequires: %{python_module pip}
|
|
BuildRequires: %{python_module qscintilla-qt5}
|
|
BuildRequires: %{python_module setuptools}
|
|
BuildRequires: %{python_module wheel}
|
|
BuildRequires: fdupes
|
|
BuildRequires: python-rpm-macros
|
|
Requires: python-QtPy
|
|
Requires: python-qscintilla-qt5
|
|
BuildArch: noarch
|
|
%python_subpackages
|
|
|
|
%description
|
|
QProgEdit is a PyQt widget that implements a text editor
|
|
component. Its primary target at the moment is OpenSesame, a graphical
|
|
experiment builder.
|
|
|
|
%prep
|
|
%setup -q -n python-qprogedit-%{version}
|
|
cp %{SOURCE1} .
|
|
|
|
%build
|
|
%pyproject_wheel
|
|
|
|
%install
|
|
%pyproject_install
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
%files %{python_files}
|
|
%license copyright
|
|
%{python_sitelib}/QProgEdit
|
|
%{python_sitelib}/python[-_]qprogedit-%{version}*-info
|
|
|
|
%changelog
|