forked from pool/python-beniget
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2845a0c381 | |||
| 6160d52be0 | |||
| 81cb4077a8 | |||
| 9b3ae095f3 |
@@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jun 6 05:30:54 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
||||||
|
|
||||||
- Switch to pyproject macros.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 23 18:02:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Nov 23 18:02:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-beniget
|
# spec file for package python-beniget
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@@ -24,9 +24,7 @@ Summary: Module to extract semantic information about static Python code
|
|||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/serge-sans-paille/beniget/
|
URL: https://github.com/serge-sans-paille/beniget/
|
||||||
Source: https://files.pythonhosted.org/packages/source/b/beniget/beniget-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/b/beniget/beniget-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-gast >= 0.6.0
|
Requires: python-gast >= 0.6.0
|
||||||
@@ -43,10 +41,10 @@ A module to extract semantic information about static Python code.
|
|||||||
%setup -q -n beniget-%{version}
|
%setup -q -n beniget-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -56,6 +54,6 @@ A module to extract semantic information about static Python code.
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/beniget
|
%{python_sitelib}/beniget
|
||||||
%{python_sitelib}/beniget-%{version}.dist-info
|
%{python_sitelib}/beniget-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user