From owner-freebsd-python@freebsd.org Sat Sep 9 22:40:21 2017 Return-Path: Delivered-To: freebsd-python@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 B6915E0F14A for ; Sat, 9 Sep 2017 22:40:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 9D91280810 for ; Sat, 9 Sep 2017 22:40:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 99D92E0F149; Sat, 9 Sep 2017 22:40:21 +0000 (UTC) Delivered-To: python@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 996F2E0F148 for ; Sat, 9 Sep 2017 22:40:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 86F458080F for ; Sat, 9 Sep 2017 22:40:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v89MeLu2074778 for ; Sat, 9 Sep 2017 22:40:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 221889] [NEW PORT] www/py-treq: Requests-like API built on top of twisted.web's Agent Date: Sat, 09 Sep 2017 22:40:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: asomers@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: asomers@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2017 22:40:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221889 Alan Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #185857|0 |1 is obsolete| | --- Comment #2 from Alan Somers --- Created attachment 186213 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D186213&action= =3Dedit Address koob's feedback This should address all of your concerns: 1) changed maintainer to myself 2) Invoke trial the way you suggest 3) Add LICENSE_FILE 4) Change the python dependency to 2.7+. I couldn't find a way to do 2.7+,3.3+, but hopefully nobody still has 3.0-3.2 lying around. 5) Made the twisted[tls] dependencies into mandatory dependencies of py-tre= q, even though not all py-treq consumers use them (buildbot, for example, does not). But setup.py considers Twisted TLS support to be mandatory. Tested it by: 1) Building in Poudriere 2) Running Buildbot on a jail with py-treq installed instead of py-txreques= ts 3) Running "make test" in an interactive Poudriere session. Some tests fai= l, but they look like code problems, beyond the ken of a packager like myself.= =20 This step did reveal a separate problem, though, addressed in PR 222181. --=20 You are receiving this mail because: You are on the CC list for the bug.=