pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-pelican
Module Name: pkgsrc
Committed By: nia
Date: Fri Dec 25 22:07:24 UTC 2020
Modified Files:
pkgsrc/www/py-pelican: Makefile
Log Message:
py-pelican: Mark incompatible with Python 3.6
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-pelican/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-pelican/Makefile
diff -u pkgsrc/www/py-pelican/Makefile:1.12 pkgsrc/www/py-pelican/Makefile:1.13
--- pkgsrc/www/py-pelican/Makefile:1.12 Mon Oct 5 19:34:51 2020
+++ pkgsrc/www/py-pelican/Makefile Fri Dec 25 22:07:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/10/05 19:34:51 nils Exp $
+# $NetBSD: Makefile,v 1.13 2020/12/25 22:07:24 nia Exp $
DISTNAME= pelican-4.5.0
GITHUB_PROJECT= pelican
@@ -23,7 +23,8 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.4:../..
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
# Starting version 4.5.0, Pelican removed support for Python 2.7
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+# Character encoding PLIST problems with Python 3.6
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36
PYTHON_VERSIONED_DEPENDENCIES= sphinx:build
USE_TOOLS+= make:build sed:build
Home |
Main Index |
Thread Index |
Old Index