Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
e9ec8620d9 | |||
efc67f7db0 | |||
f3701abb63 | |||
141e17972c | |||
ebb385df04 | |||
5c7c31fa61 | |||
e621dedf4a | |||
08f0e69e6a |
1871
__init__.py
Normal file
1871
__init__.py
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 12 11:02:40 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to pip-based build
|
||||||
|
- Fix packaging
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 13 10:10:03 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Wed Dec 13 10:10:03 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-shijian
|
# spec file for package python-shijian
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# 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
|
||||||
@@ -24,8 +24,11 @@ Summary: Python utility functions relating to time and filenames
|
|||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
URL: https://github.com/wdbm/shijian
|
URL: https://github.com/wdbm/shijian
|
||||||
Source0: https://files.pythonhosted.org/packages/source/s/shijian/shijian-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/s/shijian/shijian-%{version}.tar.gz
|
||||||
|
Source1: https://raw.githubusercontent.com/wdbm/shijian/refs/heads/master/shijian/__init__.py
|
||||||
Source100: python-shijian-rpmlintrc
|
Source100: python-shijian-rpmlintrc
|
||||||
|
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-matplotlib
|
Requires: python-matplotlib
|
||||||
@@ -48,12 +51,13 @@ sequences.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n shijian-%{version}
|
%setup -q -n shijian-%{version}
|
||||||
|
cp %{SOURCE1} shijian.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -62,6 +66,8 @@ sequences.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/shijian.py
|
||||||
|
%pycache_only %{python_sitelib}/__pycache__/shijian*
|
||||||
|
%{python_sitelib}/shijian-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user