File: control

package info (click to toggle)
dotenv-cli 3.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: python: 326; makefile: 62
file content (47 lines) | stat: -rw-r--r-- 1,492 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
Source: dotenv-cli
Section: devel
Priority: optional
Maintainer: Bastian Venthur <venthur@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 pybuild-plugin-pyproject,
 dh-python,
 python3-all,
 python3-setuptools,
 python3-pytest,
 python3-pytest-cov,
 bash-completion
Standards-Version: 4.6.2
Homepage: https://github.com/venthur/dotenv-cli
Vcs-Browser: https://github.com/venthur/dotenv-cli
Vcs-Git: https://github.com/venthur/dotenv-cli.git
Testsuite: autopkgtest-pkg-python

Package: dotenv-cli
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Conflicts: ruby-dotenv (<< 2.4.0-2)
Replaces: python3-dotenv-cli (<< 3.3.1-1)
Breaks: python3-dotenv-cli (<< 3.3.1-1)
Description: CLI that loads .env configuration
 This package provides the dotenv command. It reads the .env file from the
 current directory puts the contents in the environment and executes the given
 command.
 .
 dotenv supports alternative .env files like .env.development via the -e or
 --dotenv parameters.

Package: python3-dotenv-cli
Architecture: all
Depends: dotenv-cli, ${misc:Depends}
Conflicts: ruby-dotenv (<< 2.4.0-2)
Section: oldlibs
Description: transitional package
 This package provides the dotenv command. It reads the .env file from the
 current directory puts the contents in the environment and executes the given
 command.
 .
 dotenv supports alternative .env files like .env.development via the -e or
 --dotenv parameters.
 .
 This is a transitional package It can be safely removed.