pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-python-slugify
Module Name: pkgsrc
Committed By: taca
Date: Wed Aug 28 04:28:15 UTC 2019
Modified Files:
pkgsrc/devel/py-python-slugify: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-python-slugify/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-python-slugify/Makefile
diff -u pkgsrc/devel/py-python-slugify/Makefile:1.4 pkgsrc/devel/py-python-slugify/Makefile:1.5
--- pkgsrc/devel/py-python-slugify/Makefile:1.4 Tue Aug 13 18:54:59 2019
+++ pkgsrc/devel/py-python-slugify/Makefile Wed Aug 28 04:28:15 2019
@@ -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 \
Home |
Main Index |
Thread Index |
Old Index