From owner-svn-ports-all@FreeBSD.ORG Sat Oct 18 10:52:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A851E302; Sat, 18 Oct 2014 10:52:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 945CAFAD; Sat, 18 Oct 2014 10:52:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9IAqse3070942; Sat, 18 Oct 2014 10:52:54 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9IAqs6O070940; Sat, 18 Oct 2014 10:52:54 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201410181052.s9IAqs6O070940@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 18 Oct 2014 10:52:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371112 - in head/www: py-beautifulsoup py-beautifulsoup32 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.18-1 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, 18 Oct 2014 10:52:54 -0000 Author: rm Date: Sat Oct 18 10:52:53 2014 New Revision: 371112 URL: https://svnweb.freebsd.org/changeset/ports/371112 QAT: https://qat.redports.org/buildarchive/r371112/ Log: www-beautitifulsoup: convert to USES=python - convert to USES=python - remove pkg-plist and limit py-beautifulsoup32 to python2: """ Traceback (most recent call last): File "", line 1, in File "setup.py", line 22 print "Unit tests have failed!" ^ SyntaxError: invalid syntax """ Approved by: portmgr (blanket) Deleted: head/www/py-beautifulsoup32/pkg-plist Modified: head/www/py-beautifulsoup/Makefile head/www/py-beautifulsoup32/Makefile Modified: head/www/py-beautifulsoup/Makefile ============================================================================== --- head/www/py-beautifulsoup/Makefile Sat Oct 18 10:25:08 2014 (r371111) +++ head/www/py-beautifulsoup/Makefile Sat Oct 18 10:52:53 2014 (r371112) @@ -11,8 +11,7 @@ DISTNAME= beautifulsoup4-${PORTVERSION} MAINTAINER= wg@FreeBSD.org COMMENT= HTML/XML Parser for Python -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include Modified: head/www/py-beautifulsoup32/Makefile ============================================================================== --- head/www/py-beautifulsoup32/Makefile Sat Oct 18 10:25:08 2014 (r371111) +++ head/www/py-beautifulsoup32/Makefile Sat Oct 18 10:52:53 2014 (r371112) @@ -12,9 +12,8 @@ DISTNAME= BeautifulSoup-${PORTVERSION} MAINTAINER= mwm@mired.org COMMENT= HTML/XML Parser for Python -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= BeautifulSoup +USES= python:2 +USE_PYTHON= autoplist distutils CONFLICTS= py[0-9]*-beautifulsoup-3.0.*