Edit

IABSD.fr/ports/sysutils/py-dotenv/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-03-02 09:42:35
    Hash : d959b874
    Message : update to py3-dotenv-1.2.2

  • sysutils/py-dotenv/Makefile
  • COMMENT=	handle .env files
    
    MODPY_DISTV=	1.2.2
    DISTNAME=	python_dotenv-${MODPY_DISTV}
    PKGNAME=	py-dotenv-${MODPY_DISTV}
    
    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>