summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-15 08:11:53 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-15 08:11:53 +0000
commitd79c46c52dac75764f18734e0766ef76ebb815b1 (patch)
treed5f104af8291dd3a27db4475245e1e8742d508e7
parentee9866e32302c930c47801ad01fcd7cb96791325 (diff)
automatic import of python-agora-cli
-rw-r--r--.gitignore1
-rw-r--r--python-agora-cli.spec82
-rw-r--r--sources1
3 files changed, 84 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..c6d0d03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/agora-cli-0.0.24.tar.gz
diff --git a/python-agora-cli.spec b/python-agora-cli.spec
new file mode 100644
index 0000000..8263714
--- /dev/null
+++ b/python-agora-cli.spec
@@ -0,0 +1,82 @@
+%global _empty_manifest_terminate_build 0
+Name: python-agora-cli
+Version: 0.0.24
+Release: 1
+Summary: A CLI for Agora
+License: Apache 2
+URL: https://github.com/fserena/agora-cli
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ea/ab/fde98160ff78b8bc4678d054cf261aaa2be6350d449334976e7083ed3dce/agora-cli-0.0.24.tar.gz
+BuildArch: noarch
+
+Requires: python3-click
+Requires: python3-rdflib
+Requires: python3-SPARQLWrapper
+Requires: python3-pyld
+Requires: python3-rdflib-jsonld
+Requires: python3-shortuuid
+Requires: python3-agora-py
+Requires: python3-agora-wot
+Requires: python3-agora-gw
+Requires: python3-agora-graphql
+
+%description
+
+
+%package -n python3-agora-cli
+Summary: A CLI for Agora
+Provides: python-agora-cli
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-agora-cli
+
+
+%package help
+Summary: Development documents and examples for agora-cli
+Provides: python3-agora-cli-doc
+%description help
+
+
+%prep
+%autosetup -n agora-cli-0.0.24
+
+%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-agora-cli -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.24-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..3a3bdf2
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+99e04ba69c4afbbfd247d6ccfcdd6bbb agora-cli-0.0.24.tar.gz