From 47a4e454ae305eb533e2b3ce791bf649b62307d3 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 5 May 2023 05:41:44 +0000 Subject: automatic import of python-cityenergyanalyst --- .gitignore | 1 + python-cityenergyanalyst.spec | 131 ++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 133 insertions(+) create mode 100644 python-cityenergyanalyst.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..b46daf2 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/cityenergyanalyst-3.11.0.tar.gz diff --git a/python-cityenergyanalyst.spec b/python-cityenergyanalyst.spec new file mode 100644 index 0000000..a602956 --- /dev/null +++ b/python-cityenergyanalyst.spec @@ -0,0 +1,131 @@ +%global _empty_manifest_terminate_build 0 +Name: python-cityenergyanalyst +Version: 3.11.0 +Release: 1 +Summary: City Energy Analyst +License: MIT +URL: http://cityenergyanalyst.com +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fb/69/b2f97a5a88fb5273433487ac381c7a60a4085a0faee9c7a033807b18fb1b/cityenergyanalyst-3.11.0.tar.gz +BuildArch: noarch + +Requires: python3-SALib +Requires: python3-cufflinks +Requires: python3-deap +Requires: python3-ephem +Requires: python3-flask-restplus +Requires: python3-flask-socketio +Requires: python3-future +Requires: python3-geopandas +Requires: python3-gevent +Requires: python3-ipython +Requires: python3-mock +Requires: python3-numba +Requires: python3-openpyxl +Requires: python3-osmnx +Requires: python3-plotly +Requires: python3-psutil +Requires: python3-py4design-cea +Requires: python3-pymc3 +Requires: python3-pysal +Requires: python3-pyyaml +Requires: python3-requests +Requires: python3-seaborn +Requires: python3-setuptools +Requires: python3-sphinx +Requires: python3-staticmap +Requires: python3-sympy +Requires: python3-timezonefinder +Requires: python3-twine +Requires: python3-utm +Requires: python3-wntr +Requires: python3-xlrd +Requires: python3-xlwt + +%description +The `City Energy Analyst (CEA) `_ is an urban energy simulation platform and one +of the first open-source computational tools for the design of low-carbon and highly efficient neighborhoods and districts +The CEA combines knowledge of urban planning and energy systems engineering in an integrated framework. This +allows to study the effects, trade-offs and synergies of urban design options, building retrofits and energy infrastructure plans. +* Click `here `__ for installation manual and tutorials +* Click `here `__ to report an issue +* Click `here `__ to contact us + tutorials nor advice on how to use this interface. You could still use this interface at your own risk. + We invite all CEA users to get acquainted with the CEA Dashboard. The CEA dashboard is our new 100% open source user interface. + We will aim to create a first tutorial on how to use this interface by mid-april of 2019. + +%package -n python3-cityenergyanalyst +Summary: City Energy Analyst +Provides: python-cityenergyanalyst +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-cityenergyanalyst +The `City Energy Analyst (CEA) `_ is an urban energy simulation platform and one +of the first open-source computational tools for the design of low-carbon and highly efficient neighborhoods and districts +The CEA combines knowledge of urban planning and energy systems engineering in an integrated framework. This +allows to study the effects, trade-offs and synergies of urban design options, building retrofits and energy infrastructure plans. +* Click `here `__ for installation manual and tutorials +* Click `here `__ to report an issue +* Click `here `__ to contact us + tutorials nor advice on how to use this interface. You could still use this interface at your own risk. + We invite all CEA users to get acquainted with the CEA Dashboard. The CEA dashboard is our new 100% open source user interface. + We will aim to create a first tutorial on how to use this interface by mid-april of 2019. + +%package help +Summary: Development documents and examples for cityenergyanalyst +Provides: python3-cityenergyanalyst-doc +%description help +The `City Energy Analyst (CEA) `_ is an urban energy simulation platform and one +of the first open-source computational tools for the design of low-carbon and highly efficient neighborhoods and districts +The CEA combines knowledge of urban planning and energy systems engineering in an integrated framework. This +allows to study the effects, trade-offs and synergies of urban design options, building retrofits and energy infrastructure plans. +* Click `here `__ for installation manual and tutorials +* Click `here `__ to report an issue +* Click `here `__ to contact us + tutorials nor advice on how to use this interface. You could still use this interface at your own risk. + We invite all CEA users to get acquainted with the CEA Dashboard. The CEA dashboard is our new 100% open source user interface. + We will aim to create a first tutorial on how to use this interface by mid-april of 2019. + +%prep +%autosetup -n cityenergyanalyst-3.11.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-cityenergyanalyst -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot - 3.11.0-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..4c16dea --- /dev/null +++ b/sources @@ -0,0 +1 @@ +45a45e4d7cae7f8fdce34b2cff71085c cityenergyanalyst-3.11.0.tar.gz -- cgit v1.2.3