From owner-svn-ports-head@freebsd.org Thu Nov 30 20:28:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2ECD2E6AE74; Thu, 30 Nov 2017 20:28:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 EF19373550; Thu, 30 Nov 2017 20:28:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUKSGCB018632; Thu, 30 Nov 2017 20:28:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAUKSFKh018629; Thu, 30 Nov 2017 20:28:15 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201711302028.vAUKSFKh018629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 30 Nov 2017 20:28:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455224 - in head: devel/py-zope.testbrowser www/py-mechanize www/py-splinter X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: devel/py-zope.testbrowser www/py-mechanize www/py-splinter X-SVN-Commit-Revision: 455224 X-SVN-Commit-Repository: ports 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.25 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: Thu, 30 Nov 2017 20:28:17 -0000 Author: antoine Date: Thu Nov 30 20:28:15 2017 New Revision: 455224 URL: https://svnweb.freebsd.org/changeset/ports/455224 Log: py-mechanize only works on python 2.x With hat: portmgr Modified: head/devel/py-zope.testbrowser/Makefile head/www/py-mechanize/Makefile head/www/py-splinter/Makefile Modified: head/devel/py-zope.testbrowser/Makefile ============================================================================== --- head/devel/py-zope.testbrowser/Makefile Thu Nov 30 20:09:16 2017 (r455223) +++ head/devel/py-zope.testbrowser/Makefile Thu Nov 30 20:28:15 2017 (r455224) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mechanize>=0.2.0:w ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}WebTest>=0:www/py-WebTest@${FLAVOR} -USES= python zip +USES= python:2.7 zip USE_PYTHON= distutils autoplist .include Modified: head/www/py-mechanize/Makefile ============================================================================== --- head/www/py-mechanize/Makefile Thu Nov 30 20:09:16 2017 (r455223) +++ head/www/py-mechanize/Makefile Thu Nov 30 20:28:15 2017 (r455224) @@ -13,7 +13,7 @@ COMMENT= Stateful programmatic web browsing in Python LICENSE= BSD3CLAUSE -USES= python +USES= python:2.7 USE_PYTHON= distutils autoplist .include Modified: head/www/py-splinter/Makefile ============================================================================== --- head/www/py-splinter/Makefile Thu Nov 30 20:09:16 2017 (r455223) +++ head/www/py-splinter/Makefile Thu Nov 30 20:28:15 2017 (r455224) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}selenium>=2.47:www ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} -USES= python +USES= python:2.7 USE_PYTHON= distutils autoplist .include