File: control

package info (click to toggle)
python-userpath 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 232 kB
  • sloc: python: 814; makefile: 18; sh: 3
file content (54 lines) | stat: -rw-r--r-- 1,506 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: python-userpath
Section: utils
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 fish <!nocheck>,
 help2man,
 python3,
 python3-click <!nocheck>,
 python3-coverage <!nocheck>,
 python3-distro <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 xonsh <!nocheck>,
 zsh <!nocheck>,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/debian/python-userpath.git
Vcs-Browser: https://salsa.debian.org/debian/python-userpath
Homepage: https://github.com/ofek/userpath
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: userpath
Architecture: all
Depends:
 python3-userpath (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
Description: tool for adding locations to the user PATH - CLI tool
 userpath is a command-line tool and Python library
 to add custom locations to user PATH.
 Only user-specific PATH is changed,
 avoiding the need for elevated privileges.
 .
 This package provides the command-line tool userpath.

Package: python3-userpath
Architecture: all
Depends:
 python3-click,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-distro,
 python3-psutil,
Description: tool for adding locations to the user PATH - Python3 library
 userpath is a command-line tool and Python library
 to add custom locations to user PATH.
 Only user-specific PATH is changed,
 avoiding the need for elevated privileges.
 .
 This package provides the userpath library for Python 3.