File: control

package info (click to toggle)
python-envisage 4.9.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,552 kB
  • sloc: python: 8,952; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 1,285 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
Source: python-envisage
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-apptools,
 python3-setuptools,
 python3-six,
 python3-traitsui,
 xauth,
 xvfb,
Standards-Version: 4.4.1
Homepage: https://pypi.org/pypi/envisage/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-envisage.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-envisage

Package: python3-envisage
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
 python3-apptools, python3-setuptools, python3-six, python3-traits
Description: Extensible Application Framework
 Envisage is a Python-based framework for building extensible
 applications, that is, applications whose functionality can be
 extended by adding "plug-ins". Envisage provides a standard mechanism
 for features to be added to an application, whether by the original
 developer or by someone else. In fact, when you build an application
 using Envisage, the entire application consists primarily of
 plug-ins. In this respect, it is similar to the Eclipse and Netbeans
 frameworks for Java applications.