Port details |
- py-decli Minimal, easy-to-use, declarative CLI tool
- 0.6.3 devel
=2 0.6.2Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2024-06-28 02:57:06
- Last Update: 2025-06-05 06:28:14
- Commit Hash: 977c8e4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://pypi.org/project/decli/
- Description:
- Decli is minimal wrapper around argparse. It is useful when writing
big applications that have many arguments and subcommands, this way
it will be more clear. It is a minimal library to rapidly create an
interface separated from your program.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}decli>0:devel/py-decli@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-decli/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-decli
- pkg install py311-decli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-decli listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-decli
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1749104667
SHA256 (decli-0.6.3.tar.gz) = 87f9d39361adf7f16b9ca6e3b614badf7519da13092f2db3c80ca223c53c7656
SIZE (decli-0.6.3.tar.gz) = 7564
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-poetry-core>0 : devel/py-poetry-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/commitizen
Configuration Options:
- No options to configure
- Options name:
- devel_py-decli
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.3 05 Jun 2025 06:28:14
    |
Philippe Audeoud (jadawin)  |
devel/py-decli: update to 0.6.3 |
0.6.2 08 Jul 2024 19:37:40
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-decli: Add NO_ARCH |
0.6.2 28 Jun 2024 02:53:56
    |
Alexey Dokuchaev (danfe)  |
devel/py-decli: new port had been added (+)
Decli is minimal wrapper around argparse. It is useful when writing
big applications that have many arguments and subcommands, this way
it will be more clear. It is a minimal library to rapidly create an
interface separated from your program.
WWW: https://pypi.org/project/decli/ |