Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-12-21 11:38:51
    Hash : 37b3a9f2
    Message : handle py3.12 switchover in sysutils

  • sysutils/py-userpath/Makefile
  • COMMENT=	cross-platform tool to add locations to the user's PATH
    
    MODPY_DISTV =	1.9.2
    DISTNAME=	userpath-${MODPY_DISTV}
    PKGNAME=	py-${DISTNAME}
    CATEGORIES=	sysutils
    REVISION=	0
    
    HOMEPAGE=	https://github.com/ofek/userpath
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    
    MODPY_PI=	Yes
    MODPY_PYBUILD=	hatchling
    
    # tests aren't working properly with OpenBSD
    NO_TEST=	Yes
    
    RUN_DEPENDS=	devel/py-click \
    		sysutils/py-psutil
    
    .include <bsd.port.mk>