File: control

package info (click to toggle)
python-args 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 84 kB
  • ctags: 74
  • sloc: python: 273; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,143 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
Source: python-args
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 9.0.0)
	, dh-python
	, python-all
	, python3-all
	, python-setuptools
	, python3-setuptools
Standards-Version: 3.9.6
Homepage: https://github.com/kennethreitz/args
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-args.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-args.git
# X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-args
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Command Arguments for Humans (Python 2)
 This simple module gives you an elegant interface for your command line
 argumemnts.
 .
 This package contains the module for Python 2.

Package: python3-args
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Command Arguments for Humans (Python 3)
 This simple module gives you an elegant interface for your command line
 argumemnts.
 .
 This package contains the module for Python 3.