mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-29 13:44:21 +02:00
25 lines
851 B
Plaintext
25 lines
851 B
Plaintext
pypi_name = "click"
|
|
python_name = "python-click"
|
|
modules = ["click"]
|
|
version = "7.1.2"
|
|
release = "6"
|
|
summary = "Simple wrapper around optparse for powerful command line utilities"
|
|
license = "BSD"
|
|
url = "https://github.com/mitsuhiko/click"
|
|
source = "%{url}/archive/%{version}/click-%{version}.tar.gz"
|
|
archive_name = "click"
|
|
description = '''
|
|
click is a Python package for creating beautiful command line\
|
|
interfaces in a composable way with as little amount of code as necessary.\
|
|
It's the "Command Line Interface Creation Kit". It's highly configurable but\
|
|
comes with good defaults out of the box.
|
|
'''
|
|
|
|
extra_build_requires = ["tox"]
|
|
test_method = "tox"
|
|
|
|
license_files = ["LICENSE.rst"]
|
|
doc_files = ["README.rst", "CHANGES.rst"]
|
|
|
|
changelog_head = "Wed Jun 02 2021 Package Maintainer <package@maintainer.com>"
|
|
changelog_msg = "Rebuilt for Python 3.10" |