forked from pool/python-podcastparser
Accepting request 1282292 from devel:languages:python
- Convert to pip-based build OBS-URL: https://build.opensuse.org/request/show/1282292 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-podcastparser?expand=0&rev=10
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 11:47:11 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to pip-based build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 9 11:12:04 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-podcastparser
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# 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
|
||||
@@ -24,9 +24,11 @@ Summary: A podcast parser
|
||||
License: ISC
|
||||
URL: https://github.com/gpodder/podcastparser
|
||||
Source: https://files.pythonhosted.org/packages/source/p/podcastparser/podcastparser-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: %{python_module xml}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -42,10 +44,10 @@ way of parsing RSS- and Atom-based podcast feeds in Python.
|
||||
%setup -q -n podcastparser-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -54,6 +56,8 @@ way of parsing RSS- and Atom-based podcast feeds in Python.
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/podcastparser.py
|
||||
%{python_sitelib}/podcastparser*-%{version}*-info
|
||||
%pycache_only %{python_sitelib}/__pycache__/podcastparser*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user