Source: rpy2
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Standards-Version: 4.7.2
Build-Depends: debhelper-compat (= 13),
               dh-python,
               libzstd-dev,
               pybuild-plugin-pyproject,
               python3-all-dev (>= 3.8~),
               python3-cffi,
               python3-ipython <!nocheck>,
               python3-jinja2,
               python3-numpy-dev,
               python3-pandas <!nocheck>,
               python3-pytest <!nocheck>,
               python3-setuptools,
               python3-tzlocal,
               r-base-dev (>= 4.5.0),
               r-cran-dbplyr [!armhf !s390x] <!nocheck>,
               r-cran-dplyr [!armhf !s390x] <!nocheck>,
               r-cran-ggplot2 [!armhf !s390x] <!nocheck>,
               r-cran-lazyeval [!armhf !s390x] <!nocheck>,
               r-cran-rlang [!armhf !s390x] <!nocheck>,
               r-cran-survival,
               r-cran-tidyr [!armhf !s390x] <!nocheck>
Vcs-Browser: https://salsa.debian.org/science-team/rpy2
Vcs-Git: https://salsa.debian.org/science-team/rpy2.git
Homepage: https://rpy2.github.io/

Package: python3-rpy2
Architecture: any
Depends: python3-jinja2,
         python3-numpy,
         python3-tzlocal,
         r-base-core,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Provides: ${python3:Provides}
Description: Python3 interface to the GNU R language and environment (version 2)
 This Debian package provides RPy2, a very simple yet robust Python interface
 to the GNU R Programming Language. It can manage different types of R objects,
 and can execute arbitrary R functions, including graphic functions.
 Rpy2 is a rewrite and extension of the older RPy interface.
