Skip to content

Commit

Permalink
devel/py-envier: Add py-envier 0.4.0
Browse files Browse the repository at this point in the history
Envier is a Python library for extracting configuration from environment
variables in a declarative and (eventually) 12-factor-app-compliant way.
  • Loading branch information
sunpoet committed Oct 3, 2022
1 parent a304d68 commit f298724
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -4484,6 +4484,7 @@
SUBDIR += py-enlighten
SUBDIR += py-entrypoints
SUBDIR += py-enum-compat
SUBDIR += py-envier
SUBDIR += py-envisage
SUBDIR += py-envs
SUBDIR += py-epc
Expand Down
21 changes: 21 additions & 0 deletions devel/py-envier/Makefile
@@ -0,0 +1,21 @@
PORTNAME= envier
PORTVERSION= 0.4.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python application configuration via the environment
WWW= https://pypi.org/project/envier/

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-envier/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1664767804
SHA256 (envier-0.4.0.tar.gz) = e68dcd1ed67d8b6313883e27dff3e701b7fba944d2ed4b7f53d0cc2e12364a82
SIZE (envier-0.4.0.tar.gz) = 19575
2 changes: 2 additions & 0 deletions devel/py-envier/pkg-descr
@@ -0,0 +1,2 @@
Envier is a Python library for extracting configuration from environment
variables in a declarative and (eventually) 12-factor-app-compliant way.

0 comments on commit f298724

Please sign in to comment.