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.
This commit is contained in:
parent
fe225a2766
commit
681d7bd7ca
4 changed files with 60 additions and 0 deletions
4
textproc/py-humanize/DESCR
Normal file
4
textproc/py-humanize/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
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.
|
19
textproc/py-humanize/Makefile
Normal file
19
textproc/py-humanize/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $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"
|
31
textproc/py-humanize/PLIST
Normal file
31
textproc/py-humanize/PLIST
Normal file
|
@ -0,0 +1,31 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/04/04 11:34:05 wiz Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/humanize/__init__.py
|
||||
${PYSITELIB}/humanize/__init__.pyc
|
||||
${PYSITELIB}/humanize/__init__.pyo
|
||||
${PYSITELIB}/humanize/compat.py
|
||||
${PYSITELIB}/humanize/compat.pyc
|
||||
${PYSITELIB}/humanize/compat.pyo
|
||||
${PYSITELIB}/humanize/filesize.py
|
||||
${PYSITELIB}/humanize/filesize.pyc
|
||||
${PYSITELIB}/humanize/filesize.pyo
|
||||
${PYSITELIB}/humanize/i18n.py
|
||||
${PYSITELIB}/humanize/i18n.pyc
|
||||
${PYSITELIB}/humanize/i18n.pyo
|
||||
${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo
|
||||
${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.po
|
||||
${PYSITELIB}/humanize/locale/ko_KR/LC_MESSAGES/humanize.mo
|
||||
${PYSITELIB}/humanize/locale/ko_KR/LC_MESSAGES/humanize.po
|
||||
${PYSITELIB}/humanize/locale/ru_RU/LC_MESSAGES/humanize.mo
|
||||
${PYSITELIB}/humanize/locale/ru_RU/LC_MESSAGES/humanize.po
|
||||
${PYSITELIB}/humanize/number.py
|
||||
${PYSITELIB}/humanize/number.pyc
|
||||
${PYSITELIB}/humanize/number.pyo
|
||||
${PYSITELIB}/humanize/time.py
|
||||
${PYSITELIB}/humanize/time.pyc
|
||||
${PYSITELIB}/humanize/time.pyo
|
6
textproc/py-humanize/distinfo
Normal file
6
textproc/py-humanize/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/04/04 11:34:05 wiz Exp $
|
||||
|
||||
SHA1 (humanize-0.5.1.tar.gz) = 8b883f6c712dbc5b866382842e59567cdb3c7240
|
||||
RMD160 (humanize-0.5.1.tar.gz) = 7c5a7c9c5ac28eb29b04e80e83506e14bf46f811
|
||||
SHA512 (humanize-0.5.1.tar.gz) = 2727268d9fc7b393228f7eb9e71a5c881988ec56e265ddf83613fe57116da3aaad70d2417db4cef8a8c40cb73753eb2c2bd775d3cd25c2de751cb61373f0a551
|
||||
Size (humanize-0.5.1.tar.gz) = 14250 bytes
|
Loading…
Reference in a new issue