View | Details | Raw Unified | Return to bug 252078 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/py-envs/Makefile (+16 lines)
Added Link Here
1
PORTNAME=	envs
2
DISTVERSION=	1.3
3
CATEGORIES=	devel python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	rozhuk.im@gmail.com
8
COMMENT=	Easy access of environment variables from Python
9
10
LICENSE=	APACHE20
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
USES=		python
14
USE_PYTHON=	autoplist distutils
15
16
.include <bsd.port.mk>
(-)b/devel/py-envs/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1606003940
2
SHA256 (envs-1.3.tar.gz) = ccf5cd85ddb8ed335e39ed8a22e0d23658f5a6d7da430f225e6f750c6f50ae42
3
SIZE (envs-1.3.tar.gz) = 21969
(-)b/devel/py-envs/pkg-descr (+8 lines)
Added Link Here
1
Easy access of environment variables from Python with support for
2
booleans, strings, lists, tuples, integers, floats, and dicts.
3
4
If you need environment variables for your settings but need an easy way
5
of using Python objects instead of just strings. For example, if you
6
need a list of strings.
7
8
WWW: https://github.com/capless/envs

Return to bug 252078