Date: Sat, 7 Jan 2017 16:35:28 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430812 - head/devel/py-sortedcontainers Message-ID: <201701071635.v07GZS3p079353@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701071635.v07GZS3p079353>