Source: patsy
Standards-Version: 4.7.4
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Yaroslav Halchenko <debian@onerussian.com>,
 Michael Hanke <michael.hanke@gmail.com>,
Section: python
Testsuite: autopkgtest-pkg-pybuild
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
 python3-numpy,
 python3-scipy,
 python3-pandas,
 python3-pickleshare <!nodoc>,
 python3-pytest <!nocheck>,
 python3-matplotlib,
 python3-sphinx,
 ipython3,
Vcs-Browser: https://salsa.debian.org/med-team/patsy
Vcs-Git: https://salsa.debian.org/med-team/patsy.git
Homepage: https://github.com/pydata/patsy

Package: python3-patsy
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-numpy:any,
Recommends:
 python3-pandas,
Suggests:
 python-patsy-doc,
Description: statistical models in Python using symbolic formulas
 patsy is a Python library for describing statistical models
 (especially linear models, or models that have a linear component)
 and building design matrices.
 .
 This package contains the Python 3 version.

Package: python-patsy-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
 libjs-jquery,
 libjs-underscore,
Suggests:
 python3-patsy,
Description: documentation and examples for patsy
 This package contains documentation and example scripts for
 python3-patsy.
