From 4f101def1069d082a74104eb88eebb863eed6f2c Mon Sep 17 00:00:00 2001 From: Chilipp Date: Sun, 16 Dec 2018 11:59:38 +0100 Subject: [PATCH] change order in recipe see https://github.com/conda/conda-build/issues/3267 --- ci/conda-recipe/meta.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ci/conda-recipe/meta.yaml b/ci/conda-recipe/meta.yaml index ae77d02..0eb475f 100644 --- a/ci/conda-recipe/meta.yaml +++ b/ci/conda-recipe/meta.yaml @@ -1,22 +1,11 @@ -about: - description: 'psyplot is an interactive python visualization framework for - multi-dimensional data. Being easy scriptable, it can also be used through - a graphical user interface.' - dev_url: https://github.com/Chilipp/psyplot-gui - doc_url: http://psyplot.readthedocs.io/projects/psyplot-gui - home: https://github.com/Chilipp/psyplot-gui - license: GNU General Public License v2 (GPLv2) - license_family: GPL2 - license_file: LICENSE - summary: Graphical user interface for the psyplot package +package: + name: psyplot-gui + version: 1.2.1.dev0 app: entry: psyplot icon: logo.png summary: Psyplot visualization software type: desk -package: - name: psyplot-gui - version: 1.2.0 requirements: build: - python @@ -36,3 +25,14 @@ test: - psyplot_gui.compat - psyplot_gui.config - psyplot_gui.sphinx_supp +about: + description: 'psyplot is an interactive python visualization framework for + multi-dimensional data. Being easy scriptable, it can also be used through + a graphical user interface.' + dev_url: https://github.com/Chilipp/psyplot-gui + doc_url: http://psyplot.readthedocs.io/projects/psyplot-gui + home: https://github.com/Chilipp/psyplot-gui + license: GNU General Public License v2 (GPLv2) + license_family: GPL2 + license_file: LICENSE + summary: Graphical user interface for the psyplot package