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:
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
19
devel/py-anyconfig/Makefile
Normal file
19
devel/py-anyconfig/Makefile
Normal 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>
|
2
devel/py-anyconfig/distinfo
Normal file
2
devel/py-anyconfig/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (anyconfig-0.0.5.tar.gz) = dc297b35e9c8a62686cd9b5a2769fbd57ddb7753cdb367cb2910c8f9001f69f9
|
||||
SIZE (anyconfig-0.0.5.tar.gz) = 39361
|
4
devel/py-anyconfig/pkg-descr
Normal file
4
devel/py-anyconfig/pkg-descr
Normal 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
|
Loading…
Reference in a new issue