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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: wxpython3.0
Section: python
Priority: optional
Maintainer: wxWidgets Maintainers <freewx-maint@lists.alioth.debian.org>
Uploaders: Olly Betts <olly@survex.com>, Scott Talbert <swt@techie.net>
Build-Depends:
debhelper (>= 9),
dh-python,
libgtk2.0-dev,
libwxgtk3.0-dev,
libwxgtk-media3.0-dev,
libwxgtk-webview3.0-dev,
python-all,
python-all-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/freewx/wx.git -b wxpy3.0-debian
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=freewx/wx.git;a=shortlog;h=refs/heads/wxpy3.0-debian
Homepage: http://wxpython.org/
Package: python-wxgtk3.0
Architecture: any
Depends: python-wxversion, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: wx3.0-doc
Provides: ${python:Provides}
Description: Python interface to the wxWidgets Cross-platform C++ GUI toolkit
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
GUI components and other facilities on several popular platforms (and some
unpopular ones as well).
.
This package provides a Python interface to the wxGTK library and the
wxPython runtime support libraries.
Package: python-wxgtk3.0-dev
Architecture: all
Depends: python-wxgtk3.0, ${shlibs:Depends}, ${misc:Depends}
Description: Development files for wxPython
wxPython is a Python interface to the wxWidgets Cross-platform C++ GUI
toolkit.
.
This package contains headers and SWIG interface files needed for building
extensions to wxPython.
Package: python-wxgtk-media3.0
Architecture: any
Depends: python-wxgtk3.0, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: Python interface to the wxWidgets Cross-platform C++ GUI toolkit (wx.media)
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
GUI components and other facilities on several popular platforms (and some
unpopular ones as well).
.
This package provides a Python interface to wxMediaCtrl.
Package: python-wxgtk-webview3.0
Architecture: any
Depends: python-wxgtk3.0, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: Python interface to the wxWidgets Cross-platform C++ GUI toolkit (wx.html2)
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
GUI components and other facilities on several popular platforms (and some
unpopular ones as well).
.
This package provides a Python interface to wxWebView.
Package: python-wxversion
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: API for selecting the wxPython version to use
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
GUI components and other facilities on several popular platforms (and some
unpopular ones as well).
.
This package provides the wxPython version selector.
Package: python-wxtools
Architecture: all
Depends: python-wxgtk3.0, ${python:Depends}, ${misc:Depends}
Description: Tools from the wxPython distribution
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
GUI components and other facilities on several popular platforms (and some
unpopular ones as well).
.
This package provides support utilities and common files for wxPython.
|