Source: python-packaging
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               flit,
               pybuild-plugin-pyproject,
               python3-all,
               python3-pretend,
               python3-pyparsing,
               python3-pytest
Standards-Version: 4.7.0
Homepage: https://pypi.python.org/pypi/packaging
Vcs-Git: https://invent.kde.org/neon/backports-noble/python-packaging-noble.git
Vcs-Browser: https://invent.kde.org/neon/backports-noble/python-packaging-noble
Maintainer: Neon CI <neon@kde.org>

Package: python3-packaging
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: core utilities for python3 packages
 These core utilities currently consist of:
  - Version Handling (PEP 440)
  - Dependency Specification (PEP 440)
