View | Details | Raw Unified | Return to bug 234880
Collapse All | Expand All

(-)devel/Makefile (+1 lines)
Lines 4476-4481 Link Here
4476
    SUBDIR += py-dtfabric
4476
    SUBDIR += py-dtfabric
4477
    SUBDIR += py-durus
4477
    SUBDIR += py-durus
4478
    SUBDIR += py-dynrules
4478
    SUBDIR += py-dynrules
4479
    SUBDIR += py-easyconfig
4479
    SUBDIR += py-easyprocess
4480
    SUBDIR += py-easyprocess
4480
    SUBDIR += py-editdistance
4481
    SUBDIR += py-editdistance
4481
    SUBDIR += py-efilter
4482
    SUBDIR += py-efilter
(-)devel/py-easyconfig/Makefile (+25 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	easyconfig
4
PORTVERSION=	0.1.7
5
CATEGORIES=	devel python
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8
MAINTAINER=	python@FreeBSD.org
9
COMMENT=	Library for loading configurations easily in Python
10
11
LICENSE=	MIT
12
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>3.10:devel/py-yaml@${PY_FLAVOR}
14
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}six>1.9.0:devel/py-six@${PY_FLAVOR}
15
16
USES=		python
17
USE_PYTHON=	distutils autoplist
18
19
USE_GITHUB=	yes
20
21
GH_ACCOUNT=	RussellLuo
22
GH_PROJECT=	easyconfig
23
GH_TAGNAME=	v0.1.7
24
25
.include <bsd.port.mk>
(-)devel/py-easyconfig/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1547207006
2
SHA256 (RussellLuo-easyconfig-0.1.7-v0.1.7_GH0.tar.gz) = 85d1b883c429c45f04258834970ae1a7e3fb5a7f0b133b02bcd2785115e1ae28
3
SIZE (RussellLuo-easyconfig-0.1.7-v0.1.7_GH0.tar.gz) = 5496
(-)devel/py-easyconfig/pkg-descr (+4 lines)
Line 0 Link Here
1
A simple library for loading configurations easily in Python,
2
inspired by `flask.config`.
3
4
WWW: https://github.com/RussellLuo/easyconfig

Return to bug 234880