freebsd-ports/devel/py-commandlines/Makefile
Sunpoet Po-Chuan Hsieh 79ca3d6ebc Add py-commandlines 0.4.1
Commandlines is a Python library for command line application development that
supports command line argument parsing, command string validation testing, &
application logic. It has no external dependencies and provides broad Python
interpreter support.

The library supports application development with POSIX guideline compliant[*]
command argument styles, the GNU argument style extensions to the POSIX
guidelines (including long option syntax and variable position of options among
arguments), and command suite style application arguments that include one or
more sub-commands to the executable.

[*] with the exception of the short single option-argument definition syntax
that does not include an intervening space character (e.g. -ofile)

WWW: https://github.com/chrissimpkins/commandlines
2020-01-05 04:06:46 +00:00

20 lines
395 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= commandlines
PORTVERSION= 0.4.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Command line argument to object parsing library
LICENSE= MIT
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>