Source: python-atom
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Alexander Sulfrian <alexander@sulfrian.net>
Build-Depends:
  debhelper-compat (= 13),
  dh-python,
  libpython3-all-dev,
  pybuild-plugin-pyproject,
  python3-all-dev:any,
  python3-cppy,
  python3-psutil <!nocheck>,
  python3-pytest <!nocheck>,
  python3-pytest-benchmark <!nocheck>,
  python3-pytest-cov <!nocheck>,
  python3-setuptools,
  python3-setuptools-scm,
Build-Depends-Indep:
  dh-sequence-sphinxdoc <!nodoc>,
  graphviz <!nodoc>,
  jdupes <!nodoc>,
  python3-sphinx <!nodoc>,
  python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-atom
Vcs-Git: https://salsa.debian.org/python-team/packages/python-atom.git
Homepage: https://github.com/nucleic/atom
Testsuite: autopkgtest-pkg-pybuild

Package: python3-atom
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Memory efficient Python objects
 Atom is a framework for creating memory efficient Python objects with enhanced
 features such as dynamic initialization, validation, and change notification
 for object attributes.
 .
 This package contains the Python 3 version of atom.

Package: python-atom-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: Memory efficient Python objects (documentation)
 Atom is a framework for creating memory efficient Python objects with enhanced
 features such as dynamic initialization, validation, and change notification
 for object attributes.
 .
 This package contains the documentation for atom.
