summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-05 07:31:43 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-05 07:31:43 +0000
commitfab9683318ee9e4963ab481d5c01ed79f5e463ef (patch)
treeed80174c6f6180342d74597b2e236bc137f26c29
parent34c3115b8e9010ed70f5fa5c88028606728ebbc8 (diff)
automatic import of python-bitmovin-api-sdkopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-bitmovin-api-sdk.spec84
-rw-r--r--sources1
3 files changed, 86 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..045ab6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/bitmovin-api-sdk-1.159.0.tar.gz
diff --git a/python-bitmovin-api-sdk.spec b/python-bitmovin-api-sdk.spec
new file mode 100644
index 0000000..a5585a4
--- /dev/null
+++ b/python-bitmovin-api-sdk.spec
@@ -0,0 +1,84 @@
+%global _empty_manifest_terminate_build 0
+Name: python-bitmovin-api-sdk
+Version: 1.159.0
+Release: 1
+Summary: Python-Client which enables you to seamlessly integrate the Bitmovin API into your projects. Using this API client requires an active account.
+License: MIT
+URL: https://github.com/bitmovin/bitmovin-api-sdk-python
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/87/c4/8b1d2401f55c5fe0fc50852fe46cd84a5ac8c0367c0071745ef38cd4560a/bitmovin-api-sdk-1.159.0.tar.gz
+BuildArch: noarch
+
+Requires: python3-urllib3
+Requires: python3-six
+Requires: python3-certifi
+Requires: python3-dateutil
+Requires: python3-pytz
+Requires: python3-requests
+
+%description
+Python-Client which enables you to seamlessly integrate the Bitmovin API into your projects. Using this API client requires an active account.
+
+
+
+%package -n python3-bitmovin-api-sdk
+Summary: Python-Client which enables you to seamlessly integrate the Bitmovin API into your projects. Using this API client requires an active account.
+Provides: python-bitmovin-api-sdk
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-bitmovin-api-sdk
+Python-Client which enables you to seamlessly integrate the Bitmovin API into your projects. Using this API client requires an active account.
+
+
+
+%package help
+Summary: Development documents and examples for bitmovin-api-sdk
+Provides: python3-bitmovin-api-sdk-doc
+%description help
+Python-Client which enables you to seamlessly integrate the Bitmovin API into your projects. Using this API client requires an active account.
+
+
+
+%prep
+%autosetup -n bitmovin-api-sdk-1.159.0
+
+%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-bitmovin-api-sdk -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 1.159.0-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..d853811
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+8021493273007111075e0bd3576356ce bitmovin-api-sdk-1.159.0.tar.gz