Edit

IABSD.fr/ports/math/py-datedelta/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-09-16 08:42:44
    Hash : 9aa4439b
    Message : bleh, the poetry-core update moved license files to a subdir; regen plists

  • math/py-datedelta/Makefile
  • COMMENT =		date arithmetic for Python
    
    MODPY_DISTV =	1.4
    
    DISTNAME =		datedelta-${MODPY_DISTV}
    PKGNAME =		py-${DISTNAME}
    REVISION =		4
    
    CATEGORIES =		math
    
    HOMEPAGE =		https://github.com/aaugustin/datedelta/
    MAINTAINER =		George Rosamond <george@nycbug.org>
    
    # BSD3
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    
    MODPY_PI =		Yes
    MODPY_PYBUILD =		poetry-core
    
    .include <bsd.port.mk>