File: control

package info (click to toggle)
poetry-plugin-export 1.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 796 kB
  • sloc: python: 4,058; makefile: 6
file content (29 lines) | stat: -rw-r--r-- 1,226 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
Source: poetry-plugin-export
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Emmanuel Arias <eamanu@debian.org>,
Build-Depends: debhelper-compat (= 13),
               pybuild-plugin-pyproject,
               python3-all,
               python3-poetry <!nocheck>,
               python3-poetry-core (>= 2.1.0),
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-pytest-mock <!nocheck>,
               python3-pytest-xdist <!nocheck>,
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://python-poetry.org/
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/poetry-plugin-export
Vcs-Git: https://salsa.debian.org/python-team/packages/poetry-plugin-export.git

Package: python3-poetry-plugin-export
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Poetry plugin to export the dependencies to various formats
 This package is a plugin that allows the export of locked packages to
 various formats. This plugin provides the same features as the existing
 export command of Poetry which it will eventually replace.