%global _empty_manifest_terminate_build 0 Name: python-NREL-reVX Version: 0.3.50 Release: 1 Summary: National Renewable Energy Laboratory's (NREL's) Renewable Energy Potential(V) eXchange Tool: reVX License: BSD 3-Clause URL: https://nrel.github.io/reVX/ Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b0/f9/0c6ebd1955e933122892364b42246644806a258d098fea030f9335a75666/NREL-reVX-0.3.50.tar.gz BuildArch: noarch Requires: python3-dask Requires: python3-dask[array] Requires: python3-geopandas Requires: python3-google-auth-oauthlib Requires: python3-NREL-reV Requires: python3-NREL-rex Requires: python3-psycopg2-binary Requires: python3-pyproj Requires: python3-pywavelets Requires: python3-rasterio Requires: python3-scikit-image Requires: python3-scikit-learn Requires: python3-shapely Requires: python3-toolz Requires: python3-xarray Requires: python3-pytest Requires: python3-flake8 Requires: python3-pre-commit Requires: python3-pylint Requires: python3-pytest %description - `reVX `_ - `reV-ReEDS `_ - `reV-rpm `_ - `reV-plexos `_ - `plexos-plants `_ - `mean-wind-dirs `_ - `prominent-wind-dirs `_ - `setbacks `_ - `offshore-assembly-areas `_ - `offshore-dist-to-ports `_ - `offshore-inputs `_ %package -n python3-NREL-reVX Summary: National Renewable Energy Laboratory's (NREL's) Renewable Energy Potential(V) eXchange Tool: reVX Provides: python-NREL-reVX BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-NREL-reVX - `reVX `_ - `reV-ReEDS `_ - `reV-rpm `_ - `reV-plexos `_ - `plexos-plants `_ - `mean-wind-dirs `_ - `prominent-wind-dirs `_ - `setbacks `_ - `offshore-assembly-areas `_ - `offshore-dist-to-ports `_ - `offshore-inputs `_ %package help Summary: Development documents and examples for NREL-reVX Provides: python3-NREL-reVX-doc %description help - `reVX `_ - `reV-ReEDS `_ - `reV-rpm `_ - `reV-plexos `_ - `plexos-plants `_ - `mean-wind-dirs `_ - `prominent-wind-dirs `_ - `setbacks `_ - `offshore-assembly-areas `_ - `offshore-dist-to-ports `_ - `offshore-inputs `_ %prep %autosetup -n NREL-reVX-0.3.50 %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-NREL-reVX -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Fri May 05 2023 Python_Bot - 0.3.50-1 - Package Spec generated