summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-30 12:59:27 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-30 12:59:27 +0000
commit649676a46672fe0d6d856bc64445f91035aa8532 (patch)
treeb1907ac9c4813f5ec92fb59c4efae4b3e95dd1eb
parent2ca15d1afe29ea2bf48df7d5a9e9f20414c19198 (diff)
automatic import of python-enformer-pytorch
-rw-r--r--.gitignore1
-rw-r--r--python-enformer-pytorch.spec81
-rw-r--r--sources1
3 files changed, 83 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..18eba0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/enformer-pytorch-0.7.5.tar.gz
diff --git a/python-enformer-pytorch.spec b/python-enformer-pytorch.spec
new file mode 100644
index 0000000..59d52cd
--- /dev/null
+++ b/python-enformer-pytorch.spec
@@ -0,0 +1,81 @@
+%global _empty_manifest_terminate_build 0
+Name: python-enformer-pytorch
+Version: 0.7.5
+Release: 1
+Summary: Enformer - Pytorch
+License: MIT
+URL: https://github.com/lucidrains/enformer-pytorch
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ea/a2/c14674ed46d62002fc1a5e6dc513ed0fd8e2cc2f1a7afab0d637c7bbb8e6/enformer-pytorch-0.7.5.tar.gz
+BuildArch: noarch
+
+Requires: python3-discrete-key-value-bottleneck-pytorch
+Requires: python3-einops
+Requires: python3-numpy
+Requires: python3-torch
+Requires: python3-torchmetrics
+Requires: python3-polars
+Requires: python3-pyfaidx
+Requires: python3-pyyaml
+Requires: python3-transformers[torch]
+
+%description
+
+
+%package -n python3-enformer-pytorch
+Summary: Enformer - Pytorch
+Provides: python-enformer-pytorch
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-enformer-pytorch
+
+
+%package help
+Summary: Development documents and examples for enformer-pytorch
+Provides: python3-enformer-pytorch-doc
+%description help
+
+
+%prep
+%autosetup -n enformer-pytorch-0.7.5
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-enformer-pytorch -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.5-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..b251389
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+d177fbc29cac58e8b650e96eb9ae659e enformer-pytorch-0.7.5.tar.gz