Date: Wed, 9 Aug 2017 18:58:59 +0000 (UTC) From: Sofian Brabez <sbz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447640 - in head/security: . py-ecdsa py3-ecdsa Message-ID: <201708091858.v79IwxPM049261@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708091858.v79IwxPM049261>