diff options
author | CoprDistGit <infra@openeuler.org> | 2024-01-27 18:22:08 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-01-27 18:22:08 +0000 |
commit | c57ef00eb92299b3ec0dc1178e5b4246c103492f (patch) | |
tree | cfd2e4f385a874edde9ebcd1ba0d6726123e8dc8 | |
parent | 579afe0cac4cf9730104fe5b3b1fd0080984d09d (diff) |
automatic import of python-pytorchvideoopeneuler23.09openeuler22.03_LTS_SP2
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pytorchvideo.spec | 55 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 57 insertions, 0 deletions
@@ -0,0 +1 @@ +/python-pytorchvideo-0.1.3.tar.gz diff --git a/python-pytorchvideo.spec b/python-pytorchvideo.spec new file mode 100644 index 0000000..d28f74a --- /dev/null +++ b/python-pytorchvideo.spec @@ -0,0 +1,55 @@ +%global _empty_manifest_terminate_build 0 +Name: python-pytorchvideo +Version: 0.1.3 +Release: 1 +Summary: pytorchvideo summary +License: Apache-2.0 +URL: https://pytorchvideo.org/ +Source0: https://github.com/facebookresearch/pytorchvideo/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz + +Requires: python3 >= 3.7 +Requires: python3-av +Requires: python3-fvcore +Requires: python3-parameterized +Requires: python3-networkx + +%description +facebook research pytorchvideo + +%package -n python3-pytorchvideo +Summary: facebook research pytorchvideo +Provides: python-pytorchvideo +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel + +%description -n python3-pytorchvideo +pytorchvideo description + +%package help +Summary: Development documents and examples for torch +Provides: python3-pytorchvideo-doc +%description help +pytorchvideo help doc description + +%prep +%autosetup -p1 -n pytorchvideo-%{version} + +%build +%pyproject_build + +%install +%pyproject_install +install -d -m755 %{buildroot}/%{_pkgdocdir} + +%files -n python3-pytorchvideo +%doc *.md +%license LICENSE +%{python3_sitelib}/pytorchvideo/* +%{python3_sitelib}/pytorchvideo-%{version}.dist-info/* + + +%changelog +* Fri Jan 26 2024 menma <1316818279@qq.com> - 0.1.3-1 +- Package init @@ -0,0 +1 @@ +996ee59f9df16ef87c4e8781f0c5858c python-pytorchvideo-0.1.3.tar.gz |