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
|
Source: pyfltk
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dima Kogan <dkogan@debian.org>
Build-Depends:
debhelper-compat (= 13),
libpython3-all-dev,
python3-all-dev:any,
libfltk1.4-dev,
libcairo2-dev,
dh-python,
python3-setuptools,
swig,
mesa-common-dev
Standards-Version: 4.6.1
Homepage: https://pyfltk.sourceforge.io/
Vcs-Git: https://salsa.debian.org/python-team/packages/pyfltk.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyfltk
Package: python3-fltk
Architecture: any
Multi-Arch: same
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: python3-fltk-doc
Description: Python wrapper for the Fast Light Toolkit
pyFltk provides a Python wrapper for the Fast Light Tool Kit cross-platform
graphical user-interface library (http://www.fltk.org/).
.
This package contains the wrapper itself.
|