Source: memory-allocator
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Tobias Hansen <thansen@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 cython3,
 python3-all-dev,
 python3-setuptools
Standards-Version: 4.6.0
Homepage: https://github.com/sagemath/memory_allocator
Vcs-Git: https://salsa.debian.org/python-team/packages/memory-allocator.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/memory-allocator
Rules-Requires-Root: no

Package: python3-memory-allocator
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: memory allocation extension class for cython -- Python 3
 An extension class to allocate memory easily with cython.
 .
 This package installs the library for Python 3.
