Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2018 06:15:57 +0000 (UTC)
From:      Fukang Chen <loader@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468179 - head/security/py-pyptlib
Message-ID:  <201804240615.w3O6FvF3001336@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: loader (doc committer)
Date: Tue Apr 24 06:15:57 2018
New Revision: 468179
URL: https://svnweb.freebsd.org/changeset/ports/468179

Log:
  security/py-pyptlib: Limit Python version to 2.7
  
  This port is not Python 3 compatible, failing with:
  
    File "/usr/local/lib/python3.6/site-packages/pyptlib/util/__init__.py", line 56
      m = re.match(ur'^\[(.+)\]:(\d*)$', spec)
                                      ^
  SyntaxError: invalid syntax
  
  Reviewed by: koobs, cs
  Approved by: cs (maintainer), koobs (ports)
  Differential Revision: https://reviews.freebsd.org/D13464

Modified:
  head/security/py-pyptlib/Makefile

Modified: head/security/py-pyptlib/Makefile
==============================================================================
--- head/security/py-pyptlib/Makefile	Tue Apr 24 06:03:05 2018	(r468178)
+++ head/security/py-pyptlib/Makefile	Tue Apr 24 06:15:57 2018	(r468179)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
 
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 
 do-test:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804240615.w3O6FvF3001336>