File: control

package info (click to toggle)
pyct 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: python: 743; makefile: 3
file content (38 lines) | stat: -rw-r--r-- 1,402 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
32
33
34
35
36
37
38
Source: pyct
Section: 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,
 python3-all,
 python3-flake8,
 python3-param,
 python3-pytest,
 python3-pytest-runner,
 python3-requests,
 python3-setuptools,
 python3-yaml
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://github.com/pyviz-dev/pyct
Vcs-Browser: https://salsa.debian.org/science-team/pyct
Vcs-Git: https://salsa.debian.org/science-team/pyct.git

Package: python3-pyct
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
Description: Python packaging Common Tasks
 Utility package that includes:
 .
  * pyct.cmd: Makes various commands available to other
    packages. (Currently no sophisticated plugin system, just a try
    import/except in the other packages.) The same commands are available
    from within Python. Can either add new subcommands to an existing
    argparse based command if the module has an existing command, or
    create the entire command if the module has no existing
    command. Currently, there are commands for copying examples and
    fetching data. See
  * pyct.build: Provides various commands to help package building,
    primarily as a convenience for project maintainers.