pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-pelican py-pelican: Mark incompatible with Pyth...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb69b8c2abaa
branches:  trunk
changeset: 443823:cb69b8c2abaa
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Dec 25 22:07:24 2020 +0000

description:
py-pelican: Mark incompatible with Python 3.6

diffstat:

 www/py-pelican/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e57b1523782d -r cb69b8c2abaa www/py-pelican/Makefile
--- a/www/py-pelican/Makefile   Fri Dec 25 22:01:59 2020 +0000
+++ b/www/py-pelican/Makefile   Fri Dec 25 22:07:24 2020 +0000
@@ -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}-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