File: control

package info (click to toggle)
python-param 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,048 kB
  • sloc: python: 17,980; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,346 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
29
30
31
Source: python-param
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-flake8 <!nocheck>,
               python3-hatchling,
               python3-hatch-vcs,
               python3-pytest <!nocheck>,
               python3-pytest-asyncio <!nocheck>,
               python3-setuptools,
               python3-setuptools-scm,
Standards-Version: 4.7.0
Homepage: https://github.com/holoviz/param
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/science-team/python-param
Vcs-Git: https://salsa.debian.org/science-team/python-param.git

Package: python3-param
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
Description: Make your Python code clearer and more reliable by declaring Parameters
 Param is a library providing Parameters: Python attributes extended to
 have features such as type and range checking, dynamically generated
 values, documentation strings, default values, etc., each of which is
 inherited from parent classes if not specified in a subclass.