pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-python-slugify devel/py-python-slugify: depen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c3dbfd103a0
branches:  trunk
changeset: 338666:3c3dbfd103a0
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Aug 28 04:28:15 2019 +0000

description:
devel/py-python-slugify: depends on py-text-unidecode instead of py-Unidecode

Depends on py-text-unidecode instead of py-Unidecode to fix runtime
problem.  CHANGELOG for 3.0.0 says "Promote text-unidecode as the primary
decoding package".

Bump PKGREVISION.

diffstat:

 devel/py-python-slugify/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 27a9116dfea5 -r 3c3dbfd103a0 devel/py-python-slugify/Makefile
--- a/devel/py-python-slugify/Makefile  Wed Aug 28 03:10:23 2019 +0000
+++ b/devel/py-python-slugify/Makefile  Wed Aug 28 04:28:15 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2019/08/13 18:54:59 gdt Exp $
+# $NetBSD: Makefile,v 1.5 2019/08/28 04:28:15 taca Exp $
 
 DISTNAME=      python-slugify-3.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-slugify/}
 
@@ -13,7 +13,7 @@
 
 USE_LANGUAGES=         # none
 
-DEPENDS+=      ${PYPKGPREFIX}-Unidecode>=0.04.16:../../textproc/py-Unidecode
+DEPENDS+=      ${PYPKGPREFIX}-text-unidecode>=1.2:../../textproc/py-text-unidecode
 
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/slugify \



Home | Main Index | Thread Index | Old Index