summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-18 03:57:16 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-18 03:57:16 +0000
commit8f6969e630fe1d3d5779c7c577961b200a8f3e79 (patch)
treea13c6cb9ffab9a685f8c744018435db749e8992e
parentbf0f1d2606708cee675bb3c4cf96f79d62146950 (diff)
automatic import of python-dynamicannotationdb
-rw-r--r--.gitignore1
-rw-r--r--python-dynamicannotationdb.spec84
-rw-r--r--sources1
3 files changed, 86 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..d27e37e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/DynamicAnnotationDB-5.7.3.tar.gz
diff --git a/python-dynamicannotationdb.spec b/python-dynamicannotationdb.spec
new file mode 100644
index 0000000..1706ee2
--- /dev/null
+++ b/python-dynamicannotationdb.spec
@@ -0,0 +1,84 @@
+%global _empty_manifest_terminate_build 0
+Name: python-DynamicAnnotationDB
+Version: 5.7.3
+Release: 1
+Summary: Annotation Database pendant to the chunkedgraph
+License: MIT License
+URL: https://github.com/seung-lab/DynamicAnnotationDB
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bd/1e/f198e62adb697a1ad7b4eeb704bcfbd7c122d147a3e4a205f8ff512cde01/DynamicAnnotationDB-5.7.3.tar.gz
+BuildArch: noarch
+
+
+%description
+[![Actions Status](https://github.com/seung-lab/DynamicAnnotationDB/workflows/DynamicAnnotationDB/badge.svg)](https://github.com/seung-lab/DynamicAnnotationDB/actions)
+[![PyPI version](https://badge.fury.io/py/DynamicAnnotationDB.svg)](https://badge.fury.io/py/DynamicAnnotationDB)
+[![Documentation Status](https://readthedocs.org/projects/dynamicannotationdb/badge/?version=latest)](https://dynamicannotationdb.readthedocs.io/en/latest/?badge=latest)
+# DynamicAnnotationDB
+
+
+%package -n python3-DynamicAnnotationDB
+Summary: Annotation Database pendant to the chunkedgraph
+Provides: python-DynamicAnnotationDB
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-DynamicAnnotationDB
+[![Actions Status](https://github.com/seung-lab/DynamicAnnotationDB/workflows/DynamicAnnotationDB/badge.svg)](https://github.com/seung-lab/DynamicAnnotationDB/actions)
+[![PyPI version](https://badge.fury.io/py/DynamicAnnotationDB.svg)](https://badge.fury.io/py/DynamicAnnotationDB)
+[![Documentation Status](https://readthedocs.org/projects/dynamicannotationdb/badge/?version=latest)](https://dynamicannotationdb.readthedocs.io/en/latest/?badge=latest)
+# DynamicAnnotationDB
+
+
+%package help
+Summary: Development documents and examples for DynamicAnnotationDB
+Provides: python3-DynamicAnnotationDB-doc
+%description help
+[![Actions Status](https://github.com/seung-lab/DynamicAnnotationDB/workflows/DynamicAnnotationDB/badge.svg)](https://github.com/seung-lab/DynamicAnnotationDB/actions)
+[![PyPI version](https://badge.fury.io/py/DynamicAnnotationDB.svg)](https://badge.fury.io/py/DynamicAnnotationDB)
+[![Documentation Status](https://readthedocs.org/projects/dynamicannotationdb/badge/?version=latest)](https://dynamicannotationdb.readthedocs.io/en/latest/?badge=latest)
+# DynamicAnnotationDB
+
+
+%prep
+%autosetup -n DynamicAnnotationDB-5.7.3
+
+%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-DynamicAnnotationDB -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 5.7.3-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..fedfcce
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+38b6b248340829aedf6b3d788da560e8 DynamicAnnotationDB-5.7.3.tar.gz