summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-01-28 14:16:15 +0000
committerCoprDistGit <infra@openeuler.org>2024-01-28 14:16:15 +0000
commitedb9018f57414051a84c31c4d9a824bf1a0d617e (patch)
treefd39b11191a38052b0c4e8884700aef19b855ff2
parent8869dcde3d443b380df678473b60a388cfdc1050 (diff)
automatic import of python-iopathopeneuler23.09
-rw-r--r--.gitignore1
-rw-r--r--python-iopath.spec42
-rw-r--r--sources1
3 files changed, 44 insertions, 0 deletions
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