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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
Source: wxpython4.0
Section: python
Priority: optional
Maintainer: wxWidgets Maintainers <team+wx@tracker.debian.org>
Uploaders: Olly Betts <olly@survex.com>, Scott Talbert <swt@techie.net>
Build-Depends:
debhelper (>= 9),
dh-python,
doxygen,
libgtk-3-dev,
libwxgtk3.0-gtk3-dev,
libwxgtk-media3.0-gtk3-dev,
libwxgtk-webview3.0-gtk3-dev,
python-all,
python-all-dev,
python-numpy,
python-pil,
python-pypdf2,
python-pytest,
python-pytest-timeout,
python-pytest-xdist,
python-requests,
python-setuptools,
python-sip-dev,
python3-all,
python3-all-dev,
python3-numpy,
python3-pil,
python3-pypdf2,
python3-pytest,
python3-pytest-timeout,
python3-pytest-xdist,
python3-requests,
python3-setuptools,
python3-sip-dev,
xauth,
xvfb,
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/freewx-team/wxpython4.0.git
Vcs-Browser: https://salsa.debian.org/freewx-team/wxpython4.0
Homepage: https://www.wxpython.org/
Package: python-wxgtk4.0
Architecture: any
Depends: python-pil, python-six, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, ${sip: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. This is the Phoenix reimplementation of
wxPython. NOTE: this package is not importable by default and is intended
only for porting. See README.Debian for more information.
Package: python-wxgtk-media4.0
Architecture: any
Depends: python-wxgtk4.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. This is the Phoenix
reimplementation of wxPython. NOTE: this package is not importable by default
and is intended only for porting. See README.Debian for more information.
Package: python-wxgtk-webview4.0
Architecture: any
Depends: python-wxgtk4.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. This is the Phoenix
reimplementation of wxPython. NOTE: this package is not importable by default
and is intended only for porting. See README.Debian for more information.
Package: python3-wxgtk4.0
Architecture: any
Depends: python3-pil, python3-six, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, ${sip3:Depends}
Suggests: wx3.0-doc
Provides: ${python3:Provides}
Description: Python 3 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 3 interface to the wxGTK library and the
wxPython runtime support libraries. This is the Phoenix reimplementation of
wxPython.
Package: python3-wxgtk-media4.0
Architecture: any
Depends: python3-wxgtk4.0, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Description: Python 3 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 3 interface to wxMediaCtrl. This is the Phoenix
reimplementation of wxPython.
Package: python3-wxgtk-webview4.0
Architecture: any
Depends: python3-wxgtk4.0, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Description: Python 3 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 3 interface to wxWebView. This is the Phoenix
reimplementation of wxPython.
|