Index: head/devel/py-sortedcontainers/Makefile =================================================================== --- head/devel/py-sortedcontainers/Makefile (revision 430811) +++ head/devel/py-sortedcontainers/Makefile (revision 430812) @@ -1,20 +1,25 @@ # Created by: antoine@FreeBSD.org # $FreeBSD$ PORTNAME= sortedcontainers -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org COMMENT= Python Sorted Container Types: SortedList, SortedDict, and SortedSet 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 Index: head/devel/py-sortedcontainers/distinfo =================================================================== --- head/devel/py-sortedcontainers/distinfo (revision 430811) +++ head/devel/py-sortedcontainers/distinfo (revision 430812) @@ -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