pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/py-unicode-slugify py-unicode-slugify: not ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4310a4e4a446
branches:  trunk
changeset: 387543:4310a4e4a446
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 31 21:59:10 2022 +0000

description:
py-unicode-slugify: not for Python 2.7 anymore

diffstat:

 converters/py-unicode-slugify/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 942e810d643f -r 4310a4e4a446 converters/py-unicode-slugify/Makefile
--- a/converters/py-unicode-slugify/Makefile    Mon Oct 31 21:58:01 2022 +0000
+++ b/converters/py-unicode-slugify/Makefile    Mon Oct 31 21:59:10 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/07/14 08:58:45 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/10/31 21:59:10 adam Exp $
 
 DISTNAME=      unicode-slugify-0.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,5 +16,7 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-Unidecode
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index