mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
30 lines
643 B
Makefile
30 lines
643 B
Makefile
COMMENT= handle .env files
|
|
|
|
MODPY_DISTV= 1.0.1
|
|
|
|
DISTNAME= python-dotenv-${MODPY_DISTV}
|
|
PKGNAME= ${DISTNAME:S/python-/py-/}
|
|
REVISION= 2
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://github.com/theskumar/python-dotenv
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
TEST_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH} \
|
|
devel/py-click \
|
|
devel/py-mock \
|
|
devel/py-sh \
|
|
devel/ipython
|
|
# test_ipython.py clears the environment so ipython looks up the actual
|
|
# home directory of the user running it, resulting in "'/nonexistent' is
|
|
# not a writable location" warning when run as _pbuild.
|
|
|
|
.include <bsd.port.mk>
|