py-humanize: updated to 2.3.0
2.3.0: Added Spanish (Spain) locale
This commit is contained in:
parent
d2d2a5f0ad
commit
e27fb256a4
3 changed files with 12 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.5 2020/03/24 07:00:22 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2020/04/11 07:08:05 adam Exp $
|
||||
|
||||
DISTNAME= humanize-2.2.0
|
||||
DISTNAME= humanize-2.3.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= python textproc
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -10,10 +10,10 @@ HOMEPAGE= https://github.com/jmoiron/humanize
|
|||
COMMENT= Convert numbers into easily readable format
|
||||
LICENSE= mit
|
||||
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2020/03/24 07:00:22 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2020/04/11 07:08:05 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -16,6 +16,8 @@ ${PYSITELIB}/humanize/i18n.pyc
|
|||
${PYSITELIB}/humanize/i18n.pyo
|
||||
${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.mo
|
||||
${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.po
|
||||
${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.mo
|
||||
${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.po
|
||||
${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo
|
||||
${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.po
|
||||
${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.3 2020/03/24 07:00:22 adam Exp $
|
||||
$NetBSD: distinfo,v 1.4 2020/04/11 07:08:05 adam Exp $
|
||||
|
||||
SHA1 (humanize-2.2.0.tar.gz) = 8b9a31554e76451b80c8fbeabbb42c125faf7bb1
|
||||
RMD160 (humanize-2.2.0.tar.gz) = dfb229618dab5f240eb8499fe3d7bb7f97d35e28
|
||||
SHA512 (humanize-2.2.0.tar.gz) = d36a92c7552193eb0fa0aa827041811a77239c067d8070895ed5fbfd05b6f9b4124ac53658d316bf9068256be1b9d7ee61b206209ebc17b6eb24cd70b8ae2461
|
||||
Size (humanize-2.2.0.tar.gz) = 42776 bytes
|
||||
SHA1 (humanize-2.3.0.tar.gz) = 455d6be5d722ff1439c1f72f8961e799cb845c4b
|
||||
RMD160 (humanize-2.3.0.tar.gz) = dfefff26990ae69ea017b8f0f009551933d21ce1
|
||||
SHA512 (humanize-2.3.0.tar.gz) = 4e789f3bc0df23db7838efd121f125399fc3601d0b1984f9c134b6b73d1cfb55b8821ebf9f30ad849dae4aa618e7adf3751666487ad2f2c7a9e19273c972eda1
|
||||
Size (humanize-2.3.0.tar.gz) = 44892 bytes
|
||||
|
|
Loading…
Reference in a new issue