From edb9018f57414051a84c31c4d9a824bf1a0d617e Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 28 Jan 2024 14:16:15 +0000 Subject: automatic import of python-iopath --- .gitignore | 1 + python-iopath.spec | 42 ++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 44 insertions(+) create mode 100644 python-iopath.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..7bec8a2 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/v0.1.9.zip diff --git a/python-iopath.spec b/python-iopath.spec new file mode 100644 index 0000000..d5e074d --- /dev/null +++ b/python-iopath.spec @@ -0,0 +1,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 diff --git a/sources b/sources new file mode 100644 index 0000000..20a0a40 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +a9102e25227b4f984b9219b67656bb92 v0.1.9.zip -- cgit v1.2.3