summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-12 02:16:47 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-12 02:16:47 +0000
commit270177162c21531612804397bae780b6b48eb905 (patch)
tree3f804c0929cd4d00001eb66a971c87cdefb2a088
parentdc04563b6ff0d4ef37a16fd1559e27b4714495b0 (diff)
automatic import of python-galaxy-sequence-utils
-rw-r--r--.gitignore1
-rw-r--r--python-galaxy-sequence-utils.spec79
-rw-r--r--sources1
3 files changed, 81 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..1d7a178 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/galaxy_sequence_utils-1.1.5.tar.gz
diff --git a/python-galaxy-sequence-utils.spec b/python-galaxy-sequence-utils.spec
new file mode 100644
index 0000000..9557a0b
--- /dev/null
+++ b/python-galaxy-sequence-utils.spec
@@ -0,0 +1,79 @@
+%global _empty_manifest_terminate_build 0
+Name: python-galaxy-sequence-utils
+Version: 1.1.5
+Release: 1
+Summary: Galaxy utilities for manipulating sequences Galaxy project.
+License: AFL
+URL: https://github.com/galaxyproject/sequence_utils
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f9/f2/39a48c3cc1635e4086a743c80f782bb216f069316437028d909448c2356a/galaxy_sequence_utils-1.1.5.tar.gz
+BuildArch: noarch
+
+Requires: python3-six
+
+%description
+Galaxy's sequence utilities are a set of Python modules for reading, analyzing, and converting sequence formats.
+This package is distributed via PyPI and bioconda.
+A Galaxy tool can use it by adding a requirement for `galaxy_sequence_utils`.
+
+%package -n python3-galaxy-sequence-utils
+Summary: Galaxy utilities for manipulating sequences Galaxy project.
+Provides: python-galaxy-sequence-utils
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-galaxy-sequence-utils
+Galaxy's sequence utilities are a set of Python modules for reading, analyzing, and converting sequence formats.
+This package is distributed via PyPI and bioconda.
+A Galaxy tool can use it by adding a requirement for `galaxy_sequence_utils`.
+
+%package help
+Summary: Development documents and examples for galaxy-sequence-utils
+Provides: python3-galaxy-sequence-utils-doc
+%description help
+Galaxy's sequence utilities are a set of Python modules for reading, analyzing, and converting sequence formats.
+This package is distributed via PyPI and bioconda.
+A Galaxy tool can use it by adding a requirement for `galaxy_sequence_utils`.
+
+%prep
+%autosetup -n galaxy-sequence-utils-1.1.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-galaxy-sequence-utils -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.5-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..08afbb7
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+14213be505ea71bd3487285867f85084 galaxy_sequence_utils-1.1.5.tar.gz