7ee46312a0
- moved existing config file parsing logic into DefaultConfigFileParser, and added YAMLConfigFileParser. The config file format can now be selected by setting the config_file_parser_class constructor arg to one of these Parser classes. - fixes for various bugs mostly related to config file parsing
16 lines
465 B
Makefile
16 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.6 2016/11/11 09:33:57 fhajny Exp $
|
|
|
|
DISTNAME= ConfigArgParse-0.11.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=C/ConfigArgParse/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/bw2/ConfigArgParse
|
|
COMMENT= Argparse-like with config files or environment variables support
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|