--- devel/Makefile (revision 489974) +++ devel/Makefile (working copy) @@ -4476,6 +4476,7 @@ SUBDIR += py-dtfabric SUBDIR += py-durus SUBDIR += py-dynrules + SUBDIR += py-easyconfig SUBDIR += py-easyprocess SUBDIR += py-editdistance SUBDIR += py-efilter --- devel/py-easyconfig/Makefile (nonexistent) +++ devel/py-easyconfig/Makefile (working copy) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= easyconfig +PORTVERSION= 0.1.7 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= Library for loading configurations easily in Python + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>3.10:devel/py-yaml@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>1.9.0:devel/py-six@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +USE_GITHUB= yes + +GH_ACCOUNT= RussellLuo +GH_PROJECT= easyconfig +GH_TAGNAME= v0.1.7 + +.include --- devel/py-easyconfig/distinfo (nonexistent) +++ devel/py-easyconfig/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1547207006 +SHA256 (RussellLuo-easyconfig-0.1.7-v0.1.7_GH0.tar.gz) = 85d1b883c429c45f04258834970ae1a7e3fb5a7f0b133b02bcd2785115e1ae28 +SIZE (RussellLuo-easyconfig-0.1.7-v0.1.7_GH0.tar.gz) = 5496 --- devel/py-easyconfig/pkg-descr (nonexistent) +++ devel/py-easyconfig/pkg-descr (working copy) @@ -0,0 +1,4 @@ +A simple library for loading configurations easily in Python, +inspired by `flask.config`. + +WWW: https://github.com/RussellLuo/easyconfig