Source: pyasyncore
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.0
Homepage: https://github.com/simonrob/pyasyncore
Vcs-Browser: https://gitlab.com/kalilinux/packages/pyasyncore
Vcs-Git: https://gitlab.com/kalilinux/packages/pyasyncore.git

Package: python3-asyncore
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: asyncore module as found in Python versions prior to 3.12 (Python 3)
 This package contains the asyncore module as found in Python versions prior to
 3.12. It is provided so that existing code relying on import asyncore is able
 to continue being used without significant refactoring.
 .
 The module's source code is taken directly from the Python standard
 library[1]. The specific version of asyncore that is provided is the last
 update before the addition of deprecation/removal warnings at import time, and
 is essentially equivalent to the version bundled with Python 3.9 (which was
 the last time the module was meaningfully updated).
 .
 This package installs the library for Python 3.
