From owner-svn-ports-all@freebsd.org Sat Jan 7 16:35:29 2017 Return-Path: Delivered-To: svn-ports-all@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 5FA07CA47FF; Sat, 7 Jan 2017 16:35:29 +0000 (UTC) (envelope-from antoine@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 2DB7E1199; Sat, 7 Jan 2017 16:35:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v07GZSvs079355; Sat, 7 Jan 2017 16:35:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v07GZS3p079353; Sat, 7 Jan 2017 16:35:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201701071635.v07GZS3p079353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 7 Jan 2017 16:35:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430812 - head/devel/py-sortedcontainers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jan 2017 16:35:29 -0000 Author: antoine Date: Sat Jan 7 16:35:28 2017 New Revision: 430812 URL: https://svnweb.freebsd.org/changeset/ports/430812 Log: - Update to 1.5.7 - Use the test framework Modified: head/devel/py-sortedcontainers/Makefile head/devel/py-sortedcontainers/distinfo Modified: head/devel/py-sortedcontainers/Makefile ============================================================================== --- head/devel/py-sortedcontainers/Makefile Sat Jan 7 16:14:57 2017 (r430811) +++ head/devel/py-sortedcontainers/Makefile Sat Jan 7 16:35:28 2017 (r430812) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sortedcontainers -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,13 @@ COMMENT= Python Sorted Container Types: LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose + NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist +do-test: + @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} nosetests-${PYTHON_VER}) + .include Modified: head/devel/py-sortedcontainers/distinfo ============================================================================== --- head/devel/py-sortedcontainers/distinfo Sat Jan 7 16:14:57 2017 (r430811) +++ head/devel/py-sortedcontainers/distinfo Sat Jan 7 16:35:28 2017 (r430812) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477211689 -SHA256 (sortedcontainers-1.5.4.tar.gz) = f735d83038b5737fdf95965840e6cc31adb8084f78f51fff1b454d0f793bcfbb -SIZE (sortedcontainers-1.5.4.tar.gz) = 29663 +TIMESTAMP = 1483796541 +SHA256 (sortedcontainers-1.5.7.tar.gz) = 0ff0442865e492bc50476b18000fb8400cf2472d14d21a92b27cd7c5184550ea +SIZE (sortedcontainers-1.5.7.tar.gz) = 11970881