summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-31 05:11:36 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-31 05:11:36 +0000
commit592785034674f3016a7de1c1ee397f29a97ebd01 (patch)
treeb777f137465c565a8e5b6ebaa2ec7e07755f9f57
parent50f06875ae34c29961a406c0cc742c5a7ce06f62 (diff)
automatic import of python-circle-map
-rw-r--r--.gitignore1
-rw-r--r--python-circle-map.spec81
-rw-r--r--sources1
3 files changed, 83 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..0b99d36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Circle-Map-1.1.4.tar.gz
diff --git a/python-circle-map.spec b/python-circle-map.spec
new file mode 100644
index 0000000..aca017b
--- /dev/null
+++ b/python-circle-map.spec
@@ -0,0 +1,81 @@
+%global _empty_manifest_terminate_build 0
+Name: python-Circle-Map
+Version: 1.1.4
+Release: 1
+Summary: Circular DNA analysis tools
+License: MIT License
+URL: https://github.com/iprada/Circle-Map
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4a/0e/e72948c9fa5d83a8aada6f92651294eb4d816521046e048ab3848054cf4f/Circle-Map-1.1.4.tar.gz
+BuildArch: noarch
+
+Requires: python3-biopython
+Requires: python3-edlib
+Requires: python3-numba
+Requires: python3-numpy
+Requires: python3-pandas
+Requires: python3-pybedtools
+Requires: python3-pysam
+Requires: python3-scipy
+Requires: python3-tqdm
+
+%description
+
+
+%package -n python3-Circle-Map
+Summary: Circular DNA analysis tools
+Provides: python-Circle-Map
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-Circle-Map
+
+
+%package help
+Summary: Development documents and examples for Circle-Map
+Provides: python3-Circle-Map-doc
+%description help
+
+
+%prep
+%autosetup -n Circle-Map-1.1.4
+
+%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-Circle-Map -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.4-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..495b227
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+4899f7e62e533cd016a7f18b83747a41 Circle-Map-1.1.4.tar.gz