%global _empty_manifest_terminate_build 0 Name: python-tensorflow-datasets Version: 4.9.2 Release: 1 Summary: tensorflow/datasets is a library of datasets ready to use with TensorFlow. License: Apache 2.0 URL: https://github.com/tensorflow/datasets Source0: https://mirrors.nju.edu.cn/pypi/web/packages/16/76/1fb7925616c4227907af5003e82a6da4cd0c77e576787cd5d1bfd94f91b9/tensorflow-datasets-4.9.2.tar.gz BuildArch: noarch Requires: python3-absl-py Requires: python3-array-record Requires: python3-click Requires: python3-dm-tree Requires: python3-etils[enp,epath] Requires: python3-numpy Requires: python3-promise Requires: python3-protobuf Requires: python3-psutil Requires: python3-requests Requires: python3-tensorflow-metadata Requires: python3-termcolor Requires: python3-toml Requires: python3-tqdm Requires: python3-wrapt Requires: python3-importlib-resources Requires: python3-scipy Requires: python3-apache-beam Requires: python3-gcsfs Requires: python3-zarr Requires: python3-apache-beam Requires: python3-gcld3 Requires: python3-langdetect Requires: python3-nltk Requires: python3-tldextract Requires: python3-apache-beam Requires: python3-matplotlib Requires: python3-Pillow Requires: python3-pydub Requires: python3-dill Requires: python3-jax[cpu] Requires: python3-jupyter Requires: python3-pytest Requires: python3-pytest-shard Requires: python3-pytest-xdist Requires: python3-pandas Requires: python3-pydub Requires: python3-apache-beam Requires: python3-conllu Requires: python3-pyyaml Requires: python3-tensorflow-io Requires: python3-pylint Requires: python3-yapf Requires: python3-datasets Requires: python3-scipy Requires: python3-scikit-image Requires: python3-tifffile Requires: python3-imagecodecs Requires: python3-pretty-midi Requires: python3-pydub Requires: python3-pydub Requires: python3-dill Requires: python3-jax[cpu] Requires: python3-jupyter Requires: python3-pytest Requires: python3-pytest-shard Requires: python3-pytest-xdist Requires: python3-pandas Requires: python3-pydub Requires: python3-conllu Requires: python3-pyyaml Requires: python3-tensorflow-io Requires: python3-scipy Requires: python3-gcsfs Requires: python3-zarr Requires: python3-gcld3 Requires: python3-langdetect Requires: python3-nltk Requires: python3-tldextract Requires: python3-matplotlib Requires: python3-Pillow Requires: python3-scikit-image Requires: python3-tifffile Requires: python3-imagecodecs Requires: python3-pretty-midi Requires: python3-opencv-python Requires: python3-networkx Requires: python3-h5py Requires: python3-mwparserfromhell Requires: python3-mwxml Requires: python3-bs4 Requires: python3-lxml Requires: python3-pycocotools Requires: python3-datasets Requires: python3-envlogger Requires: python3-opencv-python Requires: python3-scikit-image Requires: python3-scipy Requires: python3-pydub Requires: python3-envlogger Requires: python3-tensorflow-io Requires: python3-matplotlib Requires: python3-crepe Requires: python3-librosa Requires: python3-scikit-learn Requires: python3-pandas Requires: python3-networkx Requires: python3-pandas Requires: python3-h5py Requires: python3-envlogger Requires: python3-pandas Requires: python3-scipy Requires: python3-tensorflow Requires: python3-tensorflow-data-validation Requires: python3-dill Requires: python3-jax[cpu] Requires: python3-jupyter Requires: python3-pytest Requires: python3-pytest-shard Requires: python3-pytest-xdist Requires: python3-pandas Requires: python3-pydub Requires: python3-apache-beam Requires: python3-conllu Requires: python3-pyyaml Requires: python3-tensorflow-io Requires: python3-scipy Requires: python3-gcsfs Requires: python3-zarr Requires: python3-gcld3 Requires: python3-langdetect Requires: python3-nltk Requires: python3-tldextract Requires: python3-matplotlib Requires: python3-Pillow Requires: python3-scikit-image Requires: python3-tifffile Requires: python3-imagecodecs Requires: python3-pretty-midi Requires: python3-opencv-python Requires: python3-networkx Requires: python3-h5py Requires: python3-mwparserfromhell Requires: python3-mwxml Requires: python3-bs4 Requires: python3-lxml Requires: python3-pycocotools Requires: python3-datasets Requires: python3-envlogger Requires: python3-scipy Requires: python3-Pillow Requires: python3-apache-beam Requires: python3-apache-beam Requires: python3-mwparserfromhell Requires: python3-mwxml Requires: python3-bs4 Requires: python3-lxml Requires: python3-pycocotools %description tensorflow/datasets is a library of public datasets ready to use with TensorFlow. Each dataset definition contains the logic necessary to download and prepare the dataset, as well as to read it into a model using the `tf.data.Dataset` API. Usage outside of TensorFlow is also supported. See the README on GitHub for further documentation. %package -n python3-tensorflow-datasets Summary: tensorflow/datasets is a library of datasets ready to use with TensorFlow. Provides: python-tensorflow-datasets BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-tensorflow-datasets tensorflow/datasets is a library of public datasets ready to use with TensorFlow. Each dataset definition contains the logic necessary to download and prepare the dataset, as well as to read it into a model using the `tf.data.Dataset` API. Usage outside of TensorFlow is also supported. See the README on GitHub for further documentation. %package help Summary: Development documents and examples for tensorflow-datasets Provides: python3-tensorflow-datasets-doc %description help tensorflow/datasets is a library of public datasets ready to use with TensorFlow. Each dataset definition contains the logic necessary to download and prepare the dataset, as well as to read it into a model using the `tf.data.Dataset` API. Usage outside of TensorFlow is also supported. See the README on GitHub for further documentation. %prep %autosetup -n tensorflow-datasets-4.9.2 %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-tensorflow-datasets -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Fri Apr 21 2023 Python_Bot - 4.9.2-1 - Package Spec generated