Source: python-django-money
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,,
 pybuild-plugin-pyproject,
 python3-all,
 python3-django,
 python3-moneyed,
 python3-pytest,
 python3-pytest-cov,
 python3-pytest-django,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme,
Standards-Version: 4.7.4
Homepage: https://codeberg.org/django-money/django-money
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-money
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-money.git
Testsuite: autopkgtest-pkg-pybuild
X-Style: black

Package: python3-django-money
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-django-money-doc
Description: Money fields for Django forms and models (Python3 version)
 A little Django app that uses py-moneyed to add support for Money fields in
 your models and forms. Through the dependency py-moneyed, django-money gets:
 .
  * Support for proper Money value handling (using the standard Money design
    pattern)
  * A currency class and definitions for all currencies in circulation
  * Formatting of most currencies with correct currency sign
 .
 This package contains the Python 3 version of the library.

Package: python-django-money-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: Money fields for Django forms and models (Documentation)
 A little Django app that uses py-moneyed to add support for Money fields in
 your models and forms. Through the dependency py-moneyed, django-money gets:
 .
  * Support for proper Money value handling (using the standard Money design
    pattern)
  * A currency class and definitions for all currencies in circulation
  * Formatting of most currencies with correct currency sign
 .
 This package contains the documentation.
