Skip to content

Commit

Permalink
devel/py-jaraco.env: Add py-jaraco.env 1.0.0
Browse files Browse the repository at this point in the history
This library facilitates handling of environment variables.
  • Loading branch information
sunpoet committed Jun 5, 2023
1 parent 98c3757 commit f349f5c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -4796,6 +4796,7 @@
SUBDIR += py-jaraco
SUBDIR += py-jaraco.classes
SUBDIR += py-jaraco.context
SUBDIR += py-jaraco.env
SUBDIR += py-jaraco.functools
SUBDIR += py-jaraco.itertools
SUBDIR += py-jaraco.logging
Expand Down
23 changes: 23 additions & 0 deletions devel/py-jaraco.env/Makefile
@@ -0,0 +1,23 @@
PORTNAME= jaraco.env
PORTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Facilities for environment variables
WWW= https://github.com/jaraco/jaraco.env

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=56:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-jaraco.env/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1685792172
SHA256 (jaraco.env-1.0.0.tar.gz) = 11187cedc0f8f45a62dcaccbb6c1576a7200203041e7999223144718dd39a1f8
SIZE (jaraco.env-1.0.0.tar.gz) = 6664
1 change: 1 addition & 0 deletions devel/py-jaraco.env/pkg-descr
@@ -0,0 +1 @@
This library facilitates handling of environment variables.

0 comments on commit f349f5c

Please sign in to comment.