File: control

package info (click to toggle)
jaraco.classes 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 164 kB
  • sloc: python: 187; sh: 7; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 957 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: jaraco.classes
Homepage: https://github.com/jaraco/jaraco.classes
Section: python
Priority: optional
Maintainer: Jeroen Ploemen <jcfp@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-more-itertools <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-setuptools-scm
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/jcfp/jaraco.classes.git
Vcs-Browser: https://salsa.debian.org/jcfp/jaraco.classes
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-jaraco.classes
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: additional routines for obtaining class names
 Jaraco.classes provides additional routines for obtaining the class names
 of an object and its parent classes, some useful metaclasses and methods
 for class properties. It's mostly needed as a dependency of other projects
 by the same author.