Date: Sat, 09 Sep 2017 22:40:21 +0000 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 Message-ID: <bug-221889-21822-pr427vcDED@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-221889-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-221889-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221889 Alan Somers <asomers@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #185857|0 |1 is obsolete| | --- Comment #2 from Alan Somers <asomers@FreeBSD.org> --- Created attachment 186213 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=186213&action=edit 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-treq, 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-txrequests 3) Running "make test" in an interactive Poudriere session. Some tests fail, but they look like code problems, beyond the ken of a packager like myself. This step did reveal a separate problem, though, addressed in PR 222181. -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221889-21822-pr427vcDED>
