diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-29 10:57:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-29 10:57:25 +0000 |
commit | 8cf4d9745fa7e5188c5474520c69e8a187acdf94 (patch) | |
tree | 3eb2f244badc4d52d50ef6a128b95bed8f011c4a | |
parent | bdbf4d4103d91eda2af2fdd80b9ea7411e3f7106 (diff) |
automatic import of python-kipoiseq
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-kipoiseq.spec | 102 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 104 insertions, 0 deletions
@@ -0,0 +1 @@ +/kipoiseq-0.7.1.tar.gz diff --git a/python-kipoiseq.spec b/python-kipoiseq.spec new file mode 100644 index 0000000..c36a263 --- /dev/null +++ b/python-kipoiseq.spec @@ -0,0 +1,102 @@ +%global _empty_manifest_terminate_build 0 +Name: python-kipoiseq +Version: 0.7.1 +Release: 1 +Summary: kipoiseq: sequence-based data-loaders for Kipoi +License: MIT license +URL: https://github.com/kipoi/kipoiseq +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/83/0e/b104937cad8ad13619d95887da4e27c81ab408434883582b0b21cd9cb311/kipoiseq-0.7.1.tar.gz +BuildArch: noarch + +Requires: python3-kipoi +Requires: python3-pyfaidx +Requires: python3-numpy +Requires: python3-pandas +Requires: python3-tqdm +Requires: python3-gffutils +Requires: python3-kipoi-utils +Requires: python3-kipoi-conda +Requires: python3-pyranges +Requires: python3-bumpversion +Requires: python3-wheel +Requires: python3-epc +Requires: python3-jedi +Requires: python3-pytest +Requires: python3-pytest-xdist +Requires: python3-pytest-pep8 +Requires: python3-pytest-mock +Requires: python3-pytest-cov +Requires: python3-coveralls +Requires: python3-scikit-learn +Requires: python3-cython +Requires: python3-cyvcf2 +Requires: python3-pyranges +Requires: python3-pybedtools + +%description +kipoiseq: sequence-based data-loaders for Kipoi + + + +%package -n python3-kipoiseq +Summary: kipoiseq: sequence-based data-loaders for Kipoi +Provides: python-kipoiseq +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-kipoiseq +kipoiseq: sequence-based data-loaders for Kipoi + + + +%package help +Summary: Development documents and examples for kipoiseq +Provides: python3-kipoiseq-doc +%description help +kipoiseq: sequence-based data-loaders for Kipoi + + + +%prep +%autosetup -n kipoiseq-0.7.1 + +%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-kipoiseq -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.1-1 +- Package Spec generated @@ -0,0 +1 @@ +dcbcdb23b3e70a030abf76f72bf5c55c kipoiseq-0.7.1.tar.gz |