Date: Fri, 29 Apr 2016 05:34:57 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414256 - branches/2016Q2/www/py-html5lib Message-ID: <201604290534.u3T5YvFU037299@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Fri Apr 29 05:34:57 2016 New Revision: 414256 URL: https://svnweb.freebsd.org/changeset/ports/414256 Log: MFH: r413602 www/py-html5lib: drop TEST option Distfile with test data disappeared (along with the web-server), so drop the TEST option. It seems there are official tests at https://github.com/html5lib/html5lib-tests, so it should be switched to them someday. PR: 208903 Reported by: marino Approved by: ports-secteam (blanket) Modified: branches/2016Q2/www/py-html5lib/Makefile branches/2016Q2/www/py-html5lib/distinfo Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/www/py-html5lib/Makefile ============================================================================== --- branches/2016Q2/www/py-html5lib/Makefile Fri Apr 29 04:55:00 2016 (r414255) +++ branches/2016Q2/www/py-html5lib/Makefile Fri Apr 29 05:34:57 2016 (r414256) @@ -4,8 +4,7 @@ PORTNAME= html5lib PORTVERSION= 0.9999999 CATEGORIES= www python -MASTER_SITES= CHEESESHOP \ - http://magemana.nl/ports/dist/:test +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org @@ -15,28 +14,9 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose - -OPTIONS_DEFINE= TEST NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils -.include <bsd.port.options.mk> - -.if !empty(PORT_OPTIONS:MTEST) -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${PORTNAME}-0.999-testdata${EXTRACT_SUFX}:test -BUILD_DEPENDS+= ${TEST_DEPENDS} -.endif - -regression-test: build - @${ECHO_MSG} "===> Testing ${PORTNAME} (patience...)" - @cd ${WRKSRC} && nosetests -q - -.if !empty(PORT_OPTIONS:MTEST) -pre-install: regression-test -.endif - .include <bsd.port.mk> Modified: branches/2016Q2/www/py-html5lib/distinfo ============================================================================== --- branches/2016Q2/www/py-html5lib/distinfo Fri Apr 29 04:55:00 2016 (r414255) +++ branches/2016Q2/www/py-html5lib/distinfo Fri Apr 29 05:34:57 2016 (r414256) @@ -1,4 +1,2 @@ SHA256 (html5lib-0.9999999.tar.gz) = 2612a191a8d5842bfa057e41ba50bbb9dcb722419d2408c78cff4758d0754868 SIZE (html5lib-0.9999999.tar.gz) = 889312 -SHA256 (html5lib-0.999-testdata.tar.gz) = 27c6b2d9668aecf893a34a25ce19af324d5d8ba3acd734ea2915321a3d03a9cd -SIZE (html5lib-0.999-testdata.tar.gz) = 788956
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604290534.u3T5YvFU037299>