summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-08-28 04:28:15 +0000
committertaca <taca@pkgsrc.org>2019-08-28 04:28:15 +0000
commit7fcf624caaa6184439806ffbe97c6ab0da1d806d (patch)
tree42720dd194fc5e582ef5f3b5629fc76aa43ba1eb /devel
parentc12552d6893c094200b80f0dc9abbda6e0fe3e1c (diff)
downloadpkgsrc-7fcf624caaa6184439806ffbe97c6ab0da1d806d.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/py-python-slugify/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-python-slugify/Makefile b/devel/py-python-slugify/Makefile
index 00fdaa4bc19..fe721ba1980 100644
--- a/devel/py-python-slugify/Makefile
+++ b/devel/py-python-slugify/Makefile
@@ -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 @@ LICENSE= mit
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 \