ports/devel/py-pyaml-env/Makefile
Jesús Daniel Colmenares Oviedo c73b2dcc4a
Add devel/py-pyaml-env: Provides yaml file parsing with environment variable resolution
pyaml-env is a very small library that parses a yaml configuration
file and it resolves the environment variables, so that no secrets
are kept in text.

WWW: https://github.com/mkaranasou/pyaml_env

PR:		274127
2023-09-28 12:57:58 +08:00

22 lines
510 B
Makefile

PORTNAME= pyaml-env
PORTVERSION= 1.2.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyaml_env-${PORTVERSION}
MAINTAINER= DtxdF@disroot.org
COMMENT= Provides yaml file parsing with environment variable resolution
WWW= https://github.com/mkaranasou/pyaml_env
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>