Commit 1c61a802 authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

Drop python2 related stuff

parent 17d4a36d
Loading
Loading
Loading
Loading
+2 −29
Original line number Diff line number Diff line
@@ -7,8 +7,6 @@ Section: science
Priority: optional
Build-Depends: debhelper (>= 12~),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools,
               python3-sphinx,
@@ -26,31 +24,6 @@ Homepage: https://biocore.github.io/emperor/
Vcs-Browser: https://salsa.debian.org/med-team/emperor
Vcs-Git: https://salsa.debian.org/med-team/emperor.git

Package: python-emperor
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends},
         python-numpy,
         python-scipy,
         python-click,
         python-pandas,
         python-jinja2,
         python-future,
         libjs-jquery-ui
Suggests: python-emperor-doc
Description: visualizing high-throughput microbial community data
 Emperor is an interactive next generation tool for the analysis,
 visualization and understanding of high throughput microbial
 ecology datasets.
 .
 Due to its tailor-made graphical user interface, delving into a new
 dataset to elucidate the patterns hidden in the data, has never been
 easier. Emperor brings a rich set of customizations and modifications
 that can be integrated into any QIIME or scikit-bio compliant dataset;
 with lightweight data files and hardware accelerated graphics,
 constitutes itself as the state of the art for analyzing N-dimensional
 data using principal coordinates analysis.

Package: python3-emperor
Architecture: all
Depends: ${python3:Depends},
@@ -62,7 +35,7 @@ Depends: ${python3:Depends},
         python3-jinja2,
         python3-future,
         libjs-jquery-ui
Suggests: python-emperor-doc
Suggests: python3-emperor-doc
Description: visualizing high-throughput microbial community data
 Emperor is an interactive next generation tool for the analysis,
 visualization and understanding of high throughput microbial
@@ -76,7 +49,7 @@ Description: visualizing high-throughput microbial community data
 constitutes itself as the state of the art for analyzing N-dimensional
 data using principal coordinates analysis.

Package: python-emperor-doc
Package: python3-emperor-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends},
+0 −9
Original line number Diff line number Diff line
Document: python-emperor-doc
Title: emperor: Python 2 and 3 Compatibility Library
Author: Liubov Chuprikova
Abstract:
Section: Science/Biology

Format: html
Index: /usr/share/doc/python-emperor/html/index.html
Files: /usr/share/doc/python-emperor/html/*

debian/python-emperor.links

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
usr/share/javascript/jquery-ui/themes/base/jquery-ui.min.css	usr/lib/python2.7/dist-packages/emperor/support_files/vendor/css/jquery-ui.min.css
+9 −0
Original line number Diff line number Diff line
Document: python3-emperor-doc
Title: emperor:
Author: Liubov Chuprikova
Abstract:
Section: Science/Biology

Format: html
Index: /usr/share/doc/python3-emperor/html/index.html
Files: /usr/share/doc/python3-emperor/html/*
Loading