summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-05 05:41:44 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-05 05:41:44 +0000
commit47a4e454ae305eb533e2b3ce791bf649b62307d3 (patch)
tree15ee899bfd0fff13e92ebf3a2a946e15df01ea10
parentc13915228ba4c4dbed1c6c3a6709719002da7849 (diff)
automatic import of python-cityenergyanalystopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-cityenergyanalyst.spec131
-rw-r--r--sources1
3 files changed, 133 insertions, 0 deletions
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) <https://www.cityenergyanalyst.com/>`_ 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 <https://city-energy-analyst.readthedocs.io/en/latest/index.html>`__ for installation manual and tutorials
+* Click `here <https://github.com/architecture-building-systems/CityEnergyAnalyst/issues>`__ to report an issue
+* Click `here <mailto:cea@arch.ethz.ch>`__ 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) <https://www.cityenergyanalyst.com/>`_ 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 <https://city-energy-analyst.readthedocs.io/en/latest/index.html>`__ for installation manual and tutorials
+* Click `here <https://github.com/architecture-building-systems/CityEnergyAnalyst/issues>`__ to report an issue
+* Click `here <mailto:cea@arch.ethz.ch>`__ 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) <https://www.cityenergyanalyst.com/>`_ 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 <https://city-energy-analyst.readthedocs.io/en/latest/index.html>`__ for installation manual and tutorials
+* Click `here <https://github.com/architecture-building-systems/CityEnergyAnalyst/issues>`__ to report an issue
+* Click `here <mailto:cea@arch.ethz.ch>`__ 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 <Python_Bot@openeuler.org> - 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