svn commit: r361080 - head/security/py-ecdsa

Kubilay Kocak koobs at FreeBSD.org
Mon Jul 7 13:25:13 UTC 2014


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
 


More information about the svn-ports-all mailing list