summaryrefslogtreecommitdiff
path: root/python-iopath.spec
blob: d5e074d5267d8c27caae0dafd1df5077e2e01b22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
%global debug_package %{nil}

Name:           python-iopath
Version:        0.1.9
Release:        1
Summary:        A python library that provides common I/O interface across different storage backends.
License:        MIT
URL:            https://github.com/facebookresearch/iopath
Source0:        https://github.com/facebookresearch/iopath/archive/refs/tags/v%{version}.zip

BuildRequires:  python3-devel python3-setuptools python3-setuptools_scm gcc
Requires:       python3-tqdm python3-portalocker python3-typing-extensions

%description
iopath is a light-weight core library that provides the most common and essential functionality 


%package     -n python3-iopath
Summary:        A python library that provides common I/O interface across different storage backends.

%{?python_provide:%python_provide python3-iopath}

%description -n python3-iopath
iopath is a light-weight core library that provides the most common and essential functionality 



%prep
%autosetup -n iopath-%{version} -p1

%build
%py3_build

%install
%py3_install

%files -n python3-iopath
%{python3_sitelib}/*

%changelog
* Sun Jan 28 2024 Binshuo Zu <274620705z@gmail.com> - 0.1.9-1
- Package init