Port details |
- py-milc Opinionated, batteries-included Python 3 CLI framework
- 1.8.0 devel
=2 1.8.0Version of this port present on the latest quarterly branch. - Maintainer: 0mp@FreeBSD.org
 - Port Added: 2021-02-18 19:59:22
- Last Update: 2024-06-14 09:34:28
- Commit Hash: c30bae7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://milc.clueboard.co/
- Description:
- MILC is a framework for writing CLI applications in Python 3. It gives you all
the features users expect from a modern CLI tool out of the box:
- CLI Argument Parsing, with or without subcommands
- Automatic tab-completion support through argcomplete
- Configuration file which can be overridden by CLI options
- ANSI color support- even on Windows- with colorama
- Logging to stderr and/or a file, with ANSI colors
- Easy method for printing to stdout with ANSI colors
- Labeling log output with colored emoji to easily distinguish message types
- Thread safety
¦ ¦ ¦ ¦ 
- 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}milc>0:devel/py-milc@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-milc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-milc
- pkg install py311-milc
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-milc listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-milc
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1717869166
SHA256 (clueboard-milc-1.8.0_GH0.tar.gz) = 3bbb7dc7c33c4bdfff8a24e82c60de71af50bf96783f1b83040ccce66485b140
SIZE (clueboard-milc-1.8.0_GH0.tar.gz) = 273530
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-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-flake8>=0 : devel/py-flake8@py311
- py311-nose2>=0 : devel/py-nose2@py311
- py311-semver>=0 : devel/py-semver@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-appdirs>=0 : devel/py-appdirs@py311
- py311-argcomplete>=0 : devel/py-argcomplete@py311
- py311-colorama>=0 : devel/py-colorama@py311
- py311-halo>=0 : misc/py-halo@py311
- py311-spinners>=0 : misc/py-spinners@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- sysutils/py-qmk
Configuration Options:
- No options to configure
- Options name:
- devel_py-milc
- 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 |
1.8.0 14 Jun 2024 09:34:28
    |
Ruslan Makhmatkhanov (rm)  |
devel/py-milc: update to 1.8.0
convert to pep517 while here
PR: 279596
Reported by: uqs
Approved by: 0mp (maintainer) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.2 24 Jun 2021 11:39:55
    |
Mateusz Piotrowski (0mp)  |
devel/py-milc: Update to 1.4.2 |
1.4.1 28 May 2021 21:11:28
    |
Antoine Brodin (antoine)  |
devel/py-milc: unbreak INDEX |
1.4.1 28 May 2021 20:03:19
    |
Mateusz Piotrowski (0mp)  |
devel/py-milc: Fix a typo in RUN_DEPENDS |
1.4.1 25 May 2021 10:34:39
    |
Mateusz Piotrowski (0mp)  |
devel/py-milc: Update to 1.4.1 |
1.3.0 15 Apr 2021 09:23:32
    |
Mateusz Piotrowski (0mp)  |
devel/py-milc: Update to 1.3.0
Breaking changes:
https://milc.clueboard.co/#/breaking_changes?id=version-130 |
1.1.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.0 18 Feb 2021 19:59:14
  |
0mp  |
Add devel/py-milc
MILC is a framework for writing CLI applications in Python 3. It gives you all
the features users expect from a modern CLI tool out of the box:
- CLI Argument Parsing, with or without subcommands
- Automatic tab-completion support through argcomplete
- Configuration file which can be overridden by CLI options
- ANSI color support- even on Windows- with colorama
- Logging to stderr and/or a file, with ANSI colors
- Easy method for printing to stdout with ANSI colors
- Labeling log output with colored emoji to easily distinguish message types
- Thread safety
WWW: https://milc.clueboard.co/ |