diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-tensorflow-datasets.spec | 244 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 246 insertions, 0 deletions
@@ -0,0 +1 @@ +/tensorflow-datasets-4.9.0.tar.gz diff --git a/python-tensorflow-datasets.spec b/python-tensorflow-datasets.spec new file mode 100644 index 0000000..3eb45f9 --- /dev/null +++ b/python-tensorflow-datasets.spec @@ -0,0 +1,244 @@ +%global _empty_manifest_terminate_build 0 +Name: python-tensorflow-datasets +Version: 4.9.0 +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/e0/22/c7843a14a53e754b4a647c58f33dfd127518bb8899aeac73cce852ab92f4/tensorflow-datasets-4.9.0.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.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-tensorflow-datasets -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 4.9.0-1 +- Package Spec generated @@ -0,0 +1 @@ +f41a2b775f95106dca603c0dc3bbd10c tensorflow-datasets-4.9.0.tar.gz |
