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 82 83 84 85 86 87 88 89 90 91 92 93 94
|
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 (= 12),
dh-python,
dpkg-dev (>= 1.17.14),
python3-sphinx <!nodoc>,
python3-all,
python3-doc <!nodoc>,
python3-latexcodec (>= 1.0.4),
python3-pytest <!nocheck>,
python3-setuptools,
python3-six,
python3-yaml,
sphinx-common
Standards-Version: 4.5.0
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
Package: pybtex
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-pybtex (= ${binary:Version})
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
.
This package provides the command-line interface.
Package: python3-pybtex
Architecture: all
Section: python
Depends: ${misc:Depends},
${python3:Depends},
python3-pkg-resources
Suggests: python-pybtex-doc <!nodoc>
Description: public modules for pybtex (Python 3)
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
.
This package provides the modules for Python 3.
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: documentation for pybtex
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
.
This package provides the documentation.
Build-Profiles: <!nodoc>
|