Edit

IABSD.fr/ports/textproc/py-humanize/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:49:33
    Hash : 77f7cc9c
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • textproc/py-humanize/Makefile
  • # $OpenBSD: Makefile,v 1.3 2019/07/12 20:50:12 sthen Exp $
    
    COMMENT =		python number humanization utilities
    
    MODPY_EGG_VERSION =	0.5.1
    DISTNAME =		humanize-${MODPY_EGG_VERSION}
    PKGNAME =		py-humanize-${MODPY_EGG_VERSION}
    REVISION =		0
    
    CATEGORIES =		textproc
    
    HOMEPAGE =		https://github.com/jmoiron/humanize
    
    MAINTAINER =		Kurt Mosiejczuk <kurt@cranky.work>
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    MODPY_SETUPTOOLS =	Yes
    MODPY_PI =		Yes
    
    FLAVORS =		python3
    FLAVOR ?=
    
    # Tests aren't included in pypi distribution
    NO_TEST =		Yes
    
    TEST_DEPENDS =		devel/py-mock${MODPY_FLAVOR}
    
    .include <bsd.port.mk>