Third-party Slackware packages built with slackrepo on Slackware64-current. Use at your own risk. All packages are signed with my GPG key.
| Name | Last modified | Size | |
|---|---|---|---|
| Parent Directory | - | ||
| python3-deprecation-2.1.0-x86_64-1_danix.txz | 2026-05-07 13:35 | 14K | |
| python3-deprecation-2.1.0-x86_64-1_danix.txz.sha256 | 2026-05-07 13:35 | 111 | |
| python3-deprecation-2.1.0-x86_64-1_danix.lst | 2026-05-12 11:11 | 2.2K | |
| python3-deprecation-2.1.0-x86_64-1_danix.meta | 2026-05-12 11:11 | 862 | |
| python3-deprecation-2.1.0-x86_64-1_danix.txt | 2026-05-12 11:11 | 619 | |
| python3-deprecation-2.1.0-x86_64-1_danix.txz.asc | 2026-05-12 11:11 | 870 | |
| python3-deprecation-2.1.0-x86_64-1_danix.txz.md5 | 2026-05-12 11:11 | 79 | |
python3-deprecation (A library for handling deprecations)
deprecation is a library that enables automated deprecations. It
offers the deprecated() decorator to wrap functions, providing proper
warnings both in documentation and via Python's warnings system,
as well as the deprecation.fail_if_not_removed() decorator for test
methods to ensure that deprecated code is eventually removed.