[Bug 221889] [NEW PORT] www/py-treq: Requests-like API built on top of twisted.web's Agent

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 9 22:40:21 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221889

Alan Somers <asomers at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #185857|0                           |1
        is obsolete|                            |

--- Comment #2 from Alan Somers <asomers at 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.


More information about the freebsd-python mailing list