./devel/py-mando, Create Python CLI apps with little to no effort at all

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.1, Package name: py310-mando-0.7.1, Maintainer: kamelderouiche

mando is a wrapper around argparse, and allows you to write complete
CLI applications in seconds while maintaining all the flexibility.


Required to run:
[devel/py-setuptools] [lang/py-six] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 36.98 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96)
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
   2022-04-27 13:55:12 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-mando: updated to 0.7.1

0.7.1
Unknown changes
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-04-29 16:01:45 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-mando: updated to 0.7.0

0.7.0:
- Switch from inspect.getargspec to inspect.signature
- Add support for type annotations
- Add support for Python 3.7 and 3.8
- Remove support for Python 2.6 and 3.4
   2017-07-24 18:30:20 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
0.6.4:
Unknown changes.
   2017-04-04 15:47:09 by Thomas Klausner | Files touched by this commit (4)
Log message:
Import py-mando-0.5 as devel/py-mando.

Based on wip/py-mando by
Kamel Ibn Aziz Derouiche <kamel.derouiche@gmail.com>.

mando is a wrapper around argparse, and allows you to write complete
CLI applications in seconds while maintaining all the flexibility.