From owner-svn-ports-head@freebsd.org Fri Oct 20 14:27:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19197E37128; Fri, 20 Oct 2017 14:27:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE0377CAF4; Fri, 20 Oct 2017 14:27:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9KERjXx087698; Fri, 20 Oct 2017 14:27:45 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9KERjKw087696; Fri, 20 Oct 2017 14:27:45 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201710201427.v9KERjKw087696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 20 Oct 2017 14:27:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452528 - head/security/py-pyaxo X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/py-pyaxo X-SVN-Commit-Revision: 452528 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2017 14:27:47 -0000 Author: swills Date: Fri Oct 20 14:27:44 2017 New Revision: 452528 URL: https://svnweb.freebsd.org/changeset/ports/452528 Log: security/py-pyaxo: Update to 0.8.2 While here, add test target PR: 222361 Submitted by: Yuri Victorovich (maintainer) Modified: head/security/py-pyaxo/Makefile head/security/py-pyaxo/distinfo (contents, props changed) Modified: head/security/py-pyaxo/Makefile ============================================================================== --- head/security/py-pyaxo/Makefile Fri Oct 20 14:21:36 2017 (r452527) +++ head/security/py-pyaxo/Makefile Fri Oct 20 14:27:44 2017 (r452528) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyaxo -PORTVERSION= 0.7.7 +PORTVERSION= 0.8.2 CATEGORIES= security net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +15,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}passlib>=1.6.1:security/py-passlib \ ${PYTHON_PKGNAMEPREFIX}pynacl>=1.0.1:security/py-pynacl +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest USES= python:2.7 USE_PYTHON= autoplist distutils NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e "/'pytest-runner',/d" ${WRKSRC}/setup.py + +do-test: + @(cd ${WRKSRC} && ${PYTHON_CMD} -m pytest) .include Modified: head/security/py-pyaxo/distinfo ============================================================================== --- head/security/py-pyaxo/distinfo Fri Oct 20 14:21:36 2017 (r452527) +++ head/security/py-pyaxo/distinfo Fri Oct 20 14:27:44 2017 (r452528) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504483719 -SHA256 (pyaxo-0.7.7.tar.gz) = f0eafd73e76fc9fa8dc403a68254b7f712a311a6208f812f27f8acc4de8aaaa1 -SIZE (pyaxo-0.7.7.tar.gz) = 63293 +TIMESTAMP = 1505578655 +SHA256 (pyaxo-0.8.2.tar.gz) = 010a9b9279d2a72800a03194dd36f6c943398c26ad28d5b8a4686db04309d68e +SIZE (pyaxo-0.8.2.tar.gz) = 55677