Source: python-frozenlist
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/aio-libs/frozenlist/tags
Vcs-Browser: https://github.com/aio-libs/frozenlist
Vcs-Git: https://github.com/aio-libs/frozenlist.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 cython0,
 python3-dev,
 python3-expandvars,
 python3-packaging,
 python3-pip,
 python3-tomli,

Package: python3-frozenlist
Architecture: amd64
Description: List-like structure implements collections.abc.MutableSequence
 The list is mutable until FrozenList.freeze() is called, after which
 list modifications raise RuntimeError. A FrozenList instance is
 hashable, but only when frozen. Attempts to hash a non-frozen instance
 will result in a RuntimeError exception.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
