File: control

package info (click to toggle)
python-css-parser 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,216 kB
  • sloc: python: 20,485; sh: 11; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,205 bytes parent folder | download
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: python-css-parser
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nicholas D Steeves <nsteeves@gmail.com>
Build-Depends: debhelper-compat (= 13)
             , dh-python
             , python3-all
             , python3-setuptools
             , python3-pytest <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.5.0
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.  Other
 modifications include Python 2.7+ and 3.x support from the same
 codebase.
 .
 This package installs the library for Python 3.