forked from pool/python-MarkupPy
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d63d8e2094 | |||
| c73cd523ce |
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 5 04:38:02 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 3 20:26:06 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
Tue Dec 3 20:26:06 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-MarkupPy
|
# spec file for package python-MarkupPy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,22 +12,23 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-MarkupPy
|
Name: python-MarkupPy
|
||||||
Version: 1.14
|
Version: 1.14
|
||||||
Release: 0
|
Release: 0
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
Summary: An HTML/XML generator
|
Summary: An HTML/XML generator
|
||||||
Url: https://github.com/tylerbakke/MarkupPy
|
URL: https://github.com/tylerbakke/MarkupPy
|
||||||
Group: Development/Languages/Python
|
|
||||||
Source: https://files.pythonhosted.org/packages/source/M/MarkupPy/MarkupPy-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/M/MarkupPy/MarkupPy-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -40,15 +41,15 @@ for Python programs.
|
|||||||
%setup -q -n MarkupPy-%{version}
|
%setup -q -n MarkupPy-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license %{python_sitelib}/MarkupPy/markup.py
|
%license %{python_sitelib}/MarkupPy/markup.py
|
||||||
%{python_sitelib}/MarkupPy/
|
%{python_sitelib}/MarkupPy/
|
||||||
%{python_sitelib}/MarkupPy-%{version}-py*.egg-info
|
%{python_sitelib}/[Mm]arkup[Pp]y-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user