From owner-svn-ports-head@FreeBSD.ORG Sat Oct 18 11:42:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B3FE8A1; Sat, 18 Oct 2014 11:42:25 +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 27C475E6; Sat, 18 Oct 2014 11:42:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9IBgPNd093953; Sat, 18 Oct 2014 11:42:25 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9IBgPKo093952; Sat, 18 Oct 2014 11:42:25 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201410181142.s9IBgPKo093952@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 11:42:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371115 - head/www/py-cherrypy-old X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2014 11:42:25 -0000 Author: rm Date: Sat Oct 18 11:42:24 2014 New Revision: 371115 URL: https://svnweb.freebsd.org/changeset/ports/371115 QAT: https://qat.redports.org/buildarchive/r371115/ Log: www/py-cherrypy-old: convert to USES=python - convert to USES=python - limit to python2 only: """ Traceback (most recent call last): File "", line 1, in File "setup.py", line 65 print s % (name, version, required_python_version) ^ SyntaxError: invalid syntax """ Approved by: portmgr (blanket) Modified: head/www/py-cherrypy-old/Makefile Modified: head/www/py-cherrypy-old/Makefile ============================================================================== --- head/www/py-cherrypy-old/Makefile Sat Oct 18 11:39:15 2014 (r371114) +++ head/www/py-cherrypy-old/Makefile Sat Oct 18 11:42:24 2014 (r371115) @@ -16,9 +16,8 @@ COMMENT= Pythonic, object-oriented web d LICENSE= BSD3CLAUSE -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= autoplist distutils PORTSCOUT= ignore:1 # This the last version of 2.3.X branch