Source: python-ordered-set Maintainer: Debian Python Team Uploaders: Louis-Philippe VĂ©ronneau Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3-all, flit, pybuild-plugin-pyproject, python3-pytest , Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ordered-set Vcs-Git: https://salsa.debian.org/python-team/packages/python-ordered-set.git Homepage: https://github.com/rspeer/ordered-set Rules-Requires-Root: no Package: python3-ordered-set Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: ordered set implementation for Python 3 Pure Python implementation of an ordered set: a mutable set which keeps the order of insertion of its elements. . This package provides the modules for Python 3.