From owner-freebsd-python@FreeBSD.ORG Sun Sep 21 09:32:05 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D257783C for ; Sun, 21 Sep 2014 09:32:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B685422E for ; Sun, 21 Sep 2014 09:32:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8L9W5iZ087059 for ; Sun, 21 Sep 2014 09:32:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 193787] [MAINTAINER] devel/py-robotframework-selenium2library: convert to USES=python Date: Sun, 21 Sep 2014 09:32:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vladimir.chukharev@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2014 09:32:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193787 --- Comment #2 from vladimir.chukharev@gmail.com --- Created attachment 147519 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147519&action=edit make stage-qa output The patched port was tested by runnung as a normal user make -D DEVELOPER=yes -C /usr/ports/devel/py-robotframework-selenium2library check-plist stage-qa clean (output is attached), by running sudo port test (from ports-mgmt/porttools, with all directories inside $HOME), and also by portlint -aC (looks fine). The last command is also included into 'port test'. 'portlint -AC' warns about non-empty $FreeBSD$ tag, which is normal IMO. I do not have warkable poudriere yet. Above described tests do pass also for devel/py-robotframework and devel/py-robotframework-ride with the same type of patching. I'll attach to them the outputs somewhat later, perhaps next weekend... All my tests written with use of these three ports work well after re-installing the patched ports. -- You are receiving this mail because: You are the assignee for the bug.