pkgsrc/textproc/py-humanize/Makefile
wiz 681d7bd7ca Import py-humanize-0.5.1 as textproc/py-humanize.
This modest package contains various common humanization utilities,
like turning a number into a fuzzy human readable duration ('3
minutes ago') or into a human readable size or throughput. It is
localized to Russian, French, and Korean.
2017-04-04 11:34:05 +00:00

19 lines
597 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/04/04 11:34:05 wiz Exp $
DISTNAME= humanize-0.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python textproc
MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://travis-ci.org/jmoiron/humanize
COMMENT= Convert numbers into easily readable format
LICENSE= mit
# TEST_DEPENDS
#BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
#BUILD_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
# tests not included in distfile
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"