svn commit: r447640 - in head/security: . py-ecdsa py3-ecdsa

Sofian Brabez sbz at FreeBSD.org
Wed Aug 9 18:59:00 UTC 2017


Author: sbz
Date: Wed Aug  9 18:58:59 2017
New Revision: 447640
URL: https://svnweb.freebsd.org/changeset/ports/447640

Log:
  - Create python3 version of security/py-ecdsa
  
  Approved by:	portmgr (feld), python (koobs)
  Differential Revision://reviews.freebsd.org/D11821

Added:
  head/security/py3-ecdsa/
  head/security/py3-ecdsa/Makefile   (contents, props changed)
Modified:
  head/security/Makefile
  head/security/py-ecdsa/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Wed Aug  9 18:44:16 2017	(r447639)
+++ head/security/Makefile	Wed Aug  9 18:58:59 2017	(r447640)
@@ -986,6 +986,7 @@
     SUBDIR += py-zxcvbn-python
     SUBDIR += py3-certifi
     SUBDIR += py3-cryptography
+    SUBDIR += py3-ecdsa
     SUBDIR += py3-libnacl
     SUBDIR += py3-openssl
     SUBDIR += py3-pycrypto

Modified: head/security/py-ecdsa/Makefile
==============================================================================
--- head/security/py-ecdsa/Makefile	Wed Aug  9 18:44:16 2017	(r447639)
+++ head/security/py-ecdsa/Makefile	Wed Aug  9 18:58:59 2017	(r447640)
@@ -13,7 +13,7 @@ COMMENT=	ECDSA cryptographic signature library (pure p
 
 LICENSE=	MIT
 
-USES=		python
+USES?=		python
 USE_PYTHON=	distutils autoplist
 
 regression-test: build

Added: head/security/py3-ecdsa/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py3-ecdsa/Makefile	Wed Aug  9 18:58:59 2017	(r447640)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-ecdsa
+
+USES=		python:3.2+
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list