Add devel/py-anyconfig

- Generic access to configuration files in many formats
- configuration merge / cascade / overlay support

Approved by:	    wg (mentor)
This commit is contained in:
Dan Langille 2014-12-10 16:43:27 +00:00
parent 5daead32f3
commit 11cb831ae1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374479
3 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,19 @@
# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$
PORTNAME= anyconfig
PORTVERSION= 0.0.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Generic access to configuration files in many formats
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (anyconfig-0.0.5.tar.gz) = dc297b35e9c8a62686cd9b5a2769fbd57ddb7753cdb367cb2910c8f9001f69f9
SIZE (anyconfig-0.0.5.tar.gz) = 39361

View file

@ -0,0 +1,4 @@
Generic access to configuration files in many formats
with configuration merge / cascade / overlay support
WWW: https://pypi.python.org/pypi/anyconfig