Skip to content

Instantly share code, notes, and snippets.

@zaquestion
Created December 21, 2016 21:03
Show Gist options
  • Save zaquestion/91fbd6cee30234339c643914f5a270bd to your computer and use it in GitHub Desktop.
Save zaquestion/91fbd6cee30234339c643914f5a270bd to your computer and use it in GitHub Desktop.
most of the deps for qute browser (removed python3 itself) mine is 3.5.2
zaq@debmbp:~/downloads
$ apt-cache show python3-pyqt5 python3-pyqt5.qtwebkit python3-sip python3-pypeg2 python3-jinja2 python3-pygments python3-yaml
Package: python3-pyqt5
Source: pyqt5 (5.7+dfsg-2)
Version: 5.7+dfsg-2+b1
Installed-Size: 15324
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Architecture: amd64
Depends: python3 (<< 3.6), python3 (>= 3.5~), python3:any (>= 3.3.2-2~), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libpython3.5 (>= 3.5.0~b1), libqt5core5a (>= 5.7.0), libqt5dbus5 (>= 5.6.0~beta), libqt5designer5 (>= 5.6.0), libqt5gui5 (>= 5.7.0), libqt5help5 (>= 5.6.0), libqt5network5 (>= 5.7.0), libqt5printsupport5 (>=5.4.0), libqt5test5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.7.0), libqt5xml5 (>= 5.1.0), libstdc++6 (>= 5), qtbase-abi-5-7-1, sip-py3api-11.3
Suggests: python3-pyqt5-dbg
Description-en: Python 3 bindings for Qt5
PyQt5 exposes the Qt5 API to Python 3. This package contains the following
modules:
* QtCore
* QtDBus
* QtDesigner
* QtGui
* QtHelp
* QtNetwork
* QtPrintSupport
* QtTest
* QtWidgets
* QtXml
Description-md5: fbb6f230f704ef45fbf057abc0d8bdba
Homepage: http://www.riverbankcomputing.co.uk/software/pyqt/
Tag: uitoolkit::qt
Section: python
Priority: optional
Filename: pool/main/p/pyqt5/python3-pyqt5_5.7+dfsg-2+b1_amd64.deb
Size: 2223142
MD5sum: 97574c8ae41f6630a4fde571c6a5d2c0
SHA256: fc470f6ddc5792e5fee963f777e01590ebce736803228a932c8ae3f89fe8d642
Package: python3-pyqt5.qtwebkit
Source: pyqt5 (5.7+dfsg-2)
Version: 5.7+dfsg-2+b1
Installed-Size: 563
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Architecture: amd64
Depends: python3-pyqt5 (= 5.7+dfsg-2+b1), python3 (<< 3.6), python3 (>= 3.5~), python3:any (>= 3.3~), libc6 (>= 2.14), libqt5core5a (>= 5.7.0), libqt5gui5 (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.6.0~rc), libqt5widgets5 (>= 5.2.0), libstdc++6 (>= 5)
Description-en: Python 3 bindings for Qt5's WebKit module
The WebKit module of PyQt5 provides a Web browser engine that makes it easy
to embed HTML content into your PyQt application.
.
This package contains the Python 3 version of this module.
Description-md5: 241b59ccd381653bfb7b19f9a6d4d229
Homepage: http://www.riverbankcomputing.co.uk/software/pyqt/
Tag: uitoolkit::qt
Section: python
Priority: optional
Filename: pool/main/p/pyqt5/python3-pyqt5.qtwebkit_5.7+dfsg-2+b1_amd64.deb
Size: 106728
MD5sum: d5820059304b369eeaf46f4b4a40c1b6
SHA256: e02dd250cb10091f4be390329b931f8a3bd5e317093e471e91007a570fd82a60
Package: python3-sip
Source: sip4
Version: 4.18.1+dfsg-1
Installed-Size: 272
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Architecture: amd64
Provides: sip-py3api-11.0, sip-py3api-11.1, sip-py3api-11.2, sip-py3api-11.3
Depends: python3 (<< 3.6), python3 (>= 3.5~), python3:any (>= 3.3.2-2~), libc6 (>= 2.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1)
Breaks: python3-pyqt4 (<< 4.10.2~), python3-pyqt4.qsci (<< 2.7.2)
Description-en: Python 3/C++ bindings generator runtime library
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
.
This package provides SIP with support for Python 3
Description-md5: a95e2a685ffcf3a879eaef1d99367187
Homepage: http://www.riverbankcomputing.co.uk/software/sip/
Section: python
Priority: optional
Filename: pool/main/s/sip4/python3-sip_4.18.1+dfsg-1_amd64.deb
Size: 88008
MD5sum: c2684d94f98975b09b8d02639826d869
SHA256: 79b7341af32ae069b8e1a809b316def64cb8e7c0d069a68e50145c460312a64a
Package: python3-pypeg2
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 229
Maintainer: Fritz Reichwald <mail@fritzreichwald.de>
Architecture: all
Source: pypeg2
Version: 2.15.2-1
Depends: python3-lxml, python3:any (>= 3.3.2-2~)
Description: Intrinsic PEG Parser-Interpreter for Python
Python is a nice scripting language. It even gives you access to its own parser
and compiler. It also gives you access to different other parsers for special
purposes like XML and string templates.
.
But sometimes you may want to have your own parser. This is what's pyPEG for.
And pyPEG supports Unicode.
Description-md5: 11d5e220917b26408db55c48e50c95ab
Homepage: https://bitbucket.org/fdik/pypeg/
Package: python3-jinja2
Source: jinja2
Version: 2.8-1
Installed-Size: 810
Maintainer: Piotr Ożarowski <piotr@debian.org>
Architecture: all
Depends: python3-markupsafe, python3:any (>= 3.3.2-2~)
Recommends: python3-pkg-resources
Suggests: python-jinja2-doc
Description-en: small but fast and easy to use stand-alone template engine
Jinja2 is a template engine written in pure Python. It provides a Django
inspired non-XML syntax but supports inline expressions and an optional
sandboxed environment.
.
The key-features are:
* Configurable syntax. If you are generating LaTeX or other formats with
Jinja2 you can change the delimiters to something that integrates better
into the LaTeX markup.
* Fast. While performance is not the primarily target of Jinja2 it’s
surprisingly fast. The overhead compared to regular Python code was reduced
to the very minimum.
* Easy to debug. Jinja2 integrates directly into the Python traceback system
which allows you to debug Jinja2 templates with regular Python debugging
helpers.
* Secure. It’s possible to evaluate untrusted template code if the optional
sandbox is enabled. This allows Jinja2 to be used as templating language
for applications where users may modify the template design.
Description-md5: 946c5e58f8736a9521b16a6d4c1157e7
Homepage: http://jinja.pocoo.org/
Section: python
Priority: optional
Filename: pool/main/j/jinja2/python3-jinja2_2.8-1_all.deb
Size: 104734
MD5sum: 3010cf6644c1356359a79609350ef7a1
SHA256: 0dccf6f9df35e20955ba35c95d08bdfc68e2ef5c4c040608aab8856bef1e7de7
Package: python3-pygments
Source: pygments
Version: 2.1.3+dfsg-1
Installed-Size: 2832
Maintainer: Piotr Ożarowski <piotr@debian.org>
Architecture: all
Depends: python3:any (>= 3.3.2-2~)
Recommends: python3-pkg-resources
Suggests: ttf-bitstream-vera
Description-en: syntax highlighting package written in Python 3
Pygments aims to be a generic syntax highlighter for general use in all kinds
of software such as forum systems, wikis or other applications that need to
prettify source code.
.
Highlights are:
* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX and ANSI sequences
* it is usable as a command-line tool and as a library
Description-md5: cf7d5e943a9900549d6bd386f387a547
Homepage: http://pygments.org/
Section: python
Priority: optional
Filename: pool/main/p/pygments/python3-pygments_2.1.3+dfsg-1_all.deb
Size: 532174
MD5sum: 2abe0a6cca9c410c4be0eec9f174b1c6
SHA256: ffcab110d6d5d514e4bb23e84c333b72833cc29a40fd771793c2af70bf2874f4
Package: python3-pygments
Source: pygments
Version: 1.6+dfsg-1~bpo70+1
Installed-Size: 2218
Maintainer: Piotr Ożarowski <piotr@debian.org>
Architecture: all
Depends: python3 (>= 3.2.3-3~)
Recommends: python3-pkg-resources
Suggests: ttf-bitstream-vera
Description-en: syntax highlighting package written in Python 3
Pygments aims to be a generic syntax highlighter for general use in all kinds
of software such as forum systems, wikis or other applications that need to
prettify source code.
.
Highlights are:
* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX and ANSI sequences
* it is usable as a command-line tool and as a library
Description-md5: cf7d5e943a9900549d6bd386f387a547
Homepage: http://pygments.org/
Section: python
Priority: optional
Filename: pool/main/p/pygments/python3-pygments_1.6+dfsg-1~bpo70+1_all.deb
Size: 446256
MD5sum: 5d4b4de41d2fce1c4bfe9a0bb3f40ab9
SHA1: 4d8caf6a08fd05eabad1ca5b88a9d1ad39fec597
SHA256: 2f53bf74e0f647ba64668634791dc412e97e266115b9c9012b8422120940aa32
Package: python3-yaml
Source: pyyaml
Version: 3.12-1
Installed-Size: 443
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Architecture: amd64
Depends: python3 (<< 3.6), python3 (>= 3.5~), python3:any (>= 3.3.2-2~), libc6 (>= 2.14), libyaml-0-2
Description-en: YAML parser and emitter for Python3
Python3-yaml is a complete YAML 1.1 parser and emitter for Python3. It can
parse all examples from the specification. The parsing algorithm is simple
enough to be a reference for YAML parser implementors. A simple extension API
is also provided. The package is built using libyaml for improved speed.
Description-md5: 6b427841deb10f77a5f50e5f6b5a05d8
Homepage: https://github.com/yaml/pyyaml
Section: python
Priority: optional
Filename: pool/main/p/pyyaml/python3-yaml_3.12-1_amd64.deb
Size: 108444
MD5sum: 345025452c46f6f91fd39679d5b353bd
SHA256: cf68198b6bc6b2613efde04c31a37fa633ac8c9cfd2038fb946626c04dba98fb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment