File: control

package info (click to toggle)
pylint-venv 3.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 61; sh: 9; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,119 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: pylint-venv
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               pylint,
               python3,
               python3-poetry-core,
               python3-venv <!nocheck>
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/pylint-venv
Vcs-Git: https://salsa.debian.org/python-team/packages/python-venv.git
Homepage: https://github.com/jgosmann/pylint-venv

Package: python3-pylint-venv
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: pylint,
          python3-venv,
          python3-virtualenv
Description: Pylint hook to use same pylint with different virtual envs
 Pylint does not respect the currently activated virtualenv if it is
 not installed in every virtual environment individually.  This module
 provides a Pylint init-hook to use the same Pylint installation with
 different virtual environments.