pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/py-unicode-slugify
Module Name: pkgsrc
Committed By: adam
Date: Mon Oct 31 21:59:10 UTC 2022
Modified Files:
pkgsrc/converters/py-unicode-slugify: Makefile
Log Message:
py-unicode-slugify: not for Python 2.7 anymore
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/converters/py-unicode-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/converters/py-unicode-slugify/Makefile
diff -u pkgsrc/converters/py-unicode-slugify/Makefile:1.3 pkgsrc/converters/py-unicode-slugify/Makefile:1.4
--- pkgsrc/converters/py-unicode-slugify/Makefile:1.3 Thu Jul 14 08:58:45 2022
+++ pkgsrc/converters/py-unicode-slugify/Makefile Mon Oct 31 21:59:10 2022
@@ -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 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]
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