python-click/debian/control

72 lines
2.8 KiB
Plaintext
Raw Normal View History

2014-10-10 18:56:09 +02:00
Source: python-click
Section: python
Priority: optional
2015-12-17 14:55:41 +01:00
Maintainer: Alexandre Viau <aviau@debian.org>
2015-07-17 14:21:38 +02:00
Build-Depends: debhelper (>= 9),
2015-07-17 17:49:26 +02:00
dh-python,
python-all,
python-setuptools,
2018-04-04 04:00:59 +02:00
python-sphinx,
python-docutils,
2015-07-17 17:49:26 +02:00
python3-all,
2018-04-04 04:00:59 +02:00
python3-setuptools,
python3-sphinx,
python3-docutils
2015-07-17 17:49:26 +02:00
Build-Depends-Indep: python-requests,
2015-07-17 14:19:12 +02:00
python-pytest,
python-colorama,
python3-requests,
python3-pytest,
python3-colorama
2018-04-04 04:00:59 +02:00
Standards-Version: 4.1.3
2017-12-29 07:03:09 +01:00
Vcs-Browser: https://salsa.debian.org/debian/python-click
2018-01-07 19:59:31 +01:00
Vcs-Git: https://salsa.debian.org/debian/python-click.git
2018-04-13 15:12:54 +02:00
Homepage: https://github.com/pallets/click
Testsuite: autopkgtest-pkg-python
2014-10-10 18:56:09 +02:00
Package: python-click
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-colorama
2018-04-04 04:00:59 +02:00
Description: Wrapper around optparse for command line utilities - Python 2.7
2014-10-10 18:56:09 +02:00
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It's highly configurable but comes with
sensible defaults out of the box.
.
It aims to make the process of writing command line tools quick and fun
while also preventing any frustration caused by the inability to implement
an intended CLI API.
.
This is the Python 2 compatible package.
Package: python3-click
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-colorama
2018-04-04 04:00:59 +02:00
Description: Wrapper around optparse for command line utilities - Python 3.x
2014-10-10 18:56:09 +02:00
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It's highly configurable but comes with
sensible defaults out of the box.
.
It aims to make the process of writing command line tools quick and fun
while also preventing any frustration caused by the inability to implement
an intended CLI API.
.
This is the Python 3 compatible package.
2018-04-04 04:00:59 +02:00
Package: python-click-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Wrapper around optparse for command line utilities - documentation
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It's highly configurable but comes with
sensible defaults out of the box.
.
It aims to make the process of writing command line tools quick and fun
while also preventing any frustration caused by the inability to implement
an intended CLI API.
.
This package contains the documentation for Click.