py-faker: update to 0.8.6
0.8.6: Replace unidecode dependency in favor of text-unidecode. Faker now requires text-unidecode.
This commit is contained in:
parent
34f967d782
commit
5428385b8a
2 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.9 2017/10/16 06:40:43 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2017/10/17 11:36:56 adam Exp $
|
||||
|
||||
DISTNAME= Faker-0.8.5
|
||||
DISTNAME= Faker-0.8.6
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Faker/}
|
||||
|
@ -12,6 +12,7 @@ LICENSE= mit
|
|||
|
||||
DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.4:../../time/py-dateutil
|
||||
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
||||
DEPENDS+= ${PYPKGPREFIX}-text-unidecode-[0-9]*:../../textproc/py-text-unidecode
|
||||
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
.if "${PYPKGPREFIX}" == "py27"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.8 2017/10/16 06:40:43 adam Exp $
|
||||
$NetBSD: distinfo,v 1.9 2017/10/17 11:36:56 adam Exp $
|
||||
|
||||
SHA1 (Faker-0.8.5.tar.gz) = 15058cf59db3a21eba0a6ac1e1f03dc59204ccb0
|
||||
RMD160 (Faker-0.8.5.tar.gz) = 30bbc0f210e733b9044790b8beb6593653c88288
|
||||
SHA512 (Faker-0.8.5.tar.gz) = 0bb2ea96133d796d0aa477980a67ddfe680fc015def3b281a8c2d1a23bd9ad49b512e983b252bf0f5b73574c6eb13e6aefbd6f5ed5631a4ea2006d0e316a2be6
|
||||
Size (Faker-0.8.5.tar.gz) = 690928 bytes
|
||||
SHA1 (Faker-0.8.6.tar.gz) = 3a3ac3374de5d254c39753fe08d8dd5ef27ee082
|
||||
RMD160 (Faker-0.8.6.tar.gz) = df876c9912ee182e728861f68972cafec15dc567
|
||||
SHA512 (Faker-0.8.6.tar.gz) = c5fc0b721b74c30f4e3eef02e087ae5cef42ccfa5cfea5230645c083dd089d6491ae1e439791cdf62d92e15b7ab4cf8dc2d2e655fb0448ccf727b4dcd0060bd3
|
||||
Size (Faker-0.8.6.tar.gz) = 690984 bytes
|
||||
|
|
Loading…
Reference in a new issue