Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2014 13:25:12 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361080 - head/security/py-ecdsa
Message-ID:  <201407071325.s67DPCfn081574@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Mon Jul  7 13:25:12 2014
New Revision: 361080
URL: http://svnweb.freebsd.org/changeset/ports/361080
QAT: https://qat.redports.org/buildarchive/r361080/

Log:
  security/py-ecdsa: Correctly enable Python 3.x support
  
  ecdsa module already (0.11) supports Python 3.x [1] and has just been
  tested on Python 3.4 [2].
  
  Correctly enable Python 3.x support accordingly.
  
  White I'm here, whitespace align.
  
  [1] https://github.com/warner/python-ecdsa/blob/python-ecdsa-0.11/setup.py#L104
  [2] https://github.com/warner/python-ecdsa/pull/26
  
  QA under Python 3.4:
  
  Ran 43 tests in 10.659s - OK
  5922  tests of inverse_mod completed. 0 errors detected.
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/py-ecdsa/Makefile

Modified: head/security/py-ecdsa/Makefile
==============================================================================
--- head/security/py-ecdsa/Makefile	Mon Jul  7 13:05:52 2014	(r361079)
+++ head/security/py-ecdsa/Makefile	Mon Jul  7 13:25:12 2014	(r361080)
@@ -13,7 +13,7 @@ COMMENT=	ECDSA cryptographic signature l
 
 LICENSE=	MIT
 
-USE_PYTHON=	2
+USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 



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