File: control

package info (click to toggle)
anymarkup-core 0.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 212 kB
  • sloc: python: 730; xml: 12; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,088 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: anymarkup-core
Section: python
Priority: optional
Maintainer: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-configobj,
               python3-flexmock,
               python3-json5,
               python3-pytest,
               python3-setuptools,
               python3-six,
               python3-toml,
               python3-xmltodict,
               python3-yaml
Standards-Version: 4.6.0
Homepage: https://github.com/bkabrda/anymarkup-core
Vcs-Browser: https://salsa.debian.org/debian/anymarkup-core
Vcs-Git: https://salsa.debian.org/debian/anymarkup-core.git

Package: python3-anymarkup-core
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Core library for the anymarkup Python package
 This is the core library that implements functionality of the anymarkup
 package. This package can be installed if one wants to use a subset of
 the anymarkup parsers.