Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2016 18:16:11 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413602 - head/www/py-html5lib
Message-ID:  <201604181816.u3IIGBJ6059515@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Apr 18 18:16:11 2016
New Revision: 413602
URL: https://svnweb.freebsd.org/changeset/ports/413602

Log:
  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

Modified:
  head/www/py-html5lib/Makefile
  head/www/py-html5lib/distinfo

Modified: head/www/py-html5lib/Makefile
==============================================================================
--- head/www/py-html5lib/Makefile	Mon Apr 18 17:58:45 2016	(r413601)
+++ head/www/py-html5lib/Makefile	Mon Apr 18 18:16:11 2016	(r413602)
@@ -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: head/www/py-html5lib/distinfo
==============================================================================
--- head/www/py-html5lib/distinfo	Mon Apr 18 17:58:45 2016	(r413601)
+++ head/www/py-html5lib/distinfo	Mon Apr 18 18:16:11 2016	(r413602)
@@ -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?201604181816.u3IIGBJ6059515>