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.5
Homepage: https://github.com/kennethreitz/args
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-args/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-args/trunk/
# 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.
