| 12
 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
 
 | Source: python-css-parser
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nicholas D Steeves <sten@debian.org>
Build-Depends: debhelper-compat (= 13)
             , dh-python
             , python3-all
             , python3-setuptools
             , python3-pytest <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/ebook-utils/css-parser
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-css-parser
Vcs-Git: https://salsa.debian.org/python-team/packages/python-css-parser.git
Testsuite: autopkgtest-pkg-python
# non-superficial tests manually configured in debian/tests/unittests
Package: python3-css-parser
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: CSS related utilities (parsing, serialization, etc) for Python 3
 CSS parser provides utilities for parsing, serialising CSS in Python.
 .
 It is a fork of the cssutils-1.0.2, and adds general bug fixes and
 extensions specific to editing and working with ebooks.
 .
 This package installs the library for Python 3.
 |