File: control

package info (click to toggle)
yapsy 1.12.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 888 kB
  • sloc: python: 2,684; makefile: 82
file content (43 lines) | stat: -rw-r--r-- 1,639 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
39
40
41
42
43
Source: yapsy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Agustin Henze <tin@debian.org>,
           Ulises Vitulli <dererk@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: python3-all,
 python3-setuptools,
 python3-sphinx,
 dh-sequence-python3,
Standards-Version: 4.6.2
Homepage: https://yapsy.sourceforge.net/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/yapsy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/yapsy

Package: python3-yapsy
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-yapsy-doc
Description: simple plugin system for Python3 applications
 Yapsy, or Yet Another Plugin SYstem, is a small library implementing the core
 mechanisms needed to build a plugin system into a wider application.
 .
 The main purpose is to depend only on Python's standard libraries (at least
 version 3.2) and to implement only the basic functionalities needed to detect,
 load and keep track of several plugins.

Package: python-yapsy-doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Section: doc
Multi-Arch: foreign
Description: simple plugin system for Python applications - doc
 Yapsy, or Yet Another Plugin SYstem, is a small library implementing the core
 mechanisms needed to build a plugin system into a wider application.
 .
 The main purpose is to depend only on Python's standard libraries and to
 implement only the basic functionalities needed to detect, load and keep track
 of several plugins.
 .
 This package contains API documentation.