Update devel/py-configargparse to 0.11.0.
- 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
This commit is contained in:
parent
7396642229
commit
7ee46312a0
3 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2016/06/01 12:32:58 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2016/11/11 09:33:57 fhajny Exp $
|
||||
|
||||
DISTNAME= ConfigArgParse-0.10.0
|
||||
DISTNAME= ConfigArgParse-0.11.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=C/ConfigArgParse/}
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2015/12/30 14:54:34 leot Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2016/11/11 09:33:57 fhajny Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/pbr.json
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/configargparse.py
|
||||
${PYSITELIB}/configargparse.pyc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.3 2015/12/30 14:54:34 leot Exp $
|
||||
$NetBSD: distinfo,v 1.4 2016/11/11 09:33:57 fhajny Exp $
|
||||
|
||||
SHA1 (ConfigArgParse-0.10.0.tar.gz) = 65e81c92ad435c5612283a33de415a1c1423924c
|
||||
RMD160 (ConfigArgParse-0.10.0.tar.gz) = 158182f4929e33c9b325806cc9c3f509515334d2
|
||||
SHA512 (ConfigArgParse-0.10.0.tar.gz) = 852dde26809cae5e45a2055dcc8231e0e55434b3dfad9915afe3a663106d1dc1f410f97cf53dd0fbf60b8d2bfad7b53c051e0a3542a2790ad27e7fa1ca8a92e5
|
||||
Size (ConfigArgParse-0.10.0.tar.gz) = 36174 bytes
|
||||
SHA1 (ConfigArgParse-0.11.0.tar.gz) = 1bf1cb0b39cbd8bb5046ba0767901b82677d4b19
|
||||
RMD160 (ConfigArgParse-0.11.0.tar.gz) = eeb0f43e33331604b83fd600d055c4cc8412906c
|
||||
SHA512 (ConfigArgParse-0.11.0.tar.gz) = f97d37b5d1c0f5ebfdec4c55e9a8d20d0943a41d16b80fe1b2cfdd6acfa210e0cc7bae49340498c1b31dcc76704e8291892b97415137ec90cf49e24f261c62e9
|
||||
Size (ConfigArgParse-0.11.0.tar.gz) = 40863 bytes
|
||||
|
|
Loading…
Reference in a new issue