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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
Source: pybtex
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Ghislain Antony Vaillant <ghisvail@gmail.com>,
Section: tex
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
python3-all,
python3-doc <!nodoc>,
python3-latexcodec (>= 1.0.4),
python3-pytest <!nocheck>,
python3-setuptools,
python3-six,
python3-sphinx <!nodoc>,
python3-yaml,
sphinx-common,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/science-team/pybtex
Vcs-Git: https://salsa.debian.org/science-team/pybtex.git
Homepage: https://pybtex.org/
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Description: BibTeX-compatible bibliography processor
Pybtex reads citation information from a file and produces a formatted
bibliography. BibTeX style files are supported. Alternatively it is
possible to write styles in Python.
.
Pybtex currently understands the following bibliography formats:
* BibTeX
* BibTeXML
* YAML-based format
.
The resulting bibliography may be output in one of the following formats:
* LaTeX
* HTML
* plain text
Package: pybtex
Architecture: all
Depends:
python3-pybtex (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: ${source:Synopsis}
${source:Extended-Description}
.
This package provides the command-line interface.
Package: python-pybtex-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Recommends:
python3-doc,
Built-Using:
${sphinxdoc:Built-Using},
Description: ${source:Synopsis} - documentation
${source:Extended-Description}
.
This package provides the documentation.
Build-Profiles: <!nodoc>
Package: python3-pybtex
Architecture: all
Section: python
Depends:
python3-pkg-resources,
${misc:Depends},
${python3:Depends},
Suggests:
python-pybtex-doc <!nodoc>,
Description: ${source:Synopsis} - Python 3 module
${source:Extended-Description}
.
This package provides the modules for Python 3.
|