FreeBSD Bugzilla – Attachment 186213 Details for
Bug 221889
[NEW PORT] www/py-treq: Requests-like API built on top of twisted.web's Agent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Address koob's feedback
221889.2.patch (text/plain), 3.28 KB, created by
Alan Somers
on 2017-09-09 22:40:21 UTC
(
hide
)
Description:
Address koob's feedback
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2017-09-09 22:40:21 UTC
Size:
3.28 KB
patch
obsolete
>Index: www/Makefile >=================================================================== >--- www/Makefile (revision 448889) >+++ www/Makefile (working copy) >@@ -1830,6 +1830,7 @@ > SUBDIR += py-tmdb3 > SUBDIR += py-tornado > SUBDIR += py-trello >+ SUBDIR += py-treq > SUBDIR += py-turbogears2 > SUBDIR += py-tvdb_api > SUBDIR += py-twistedWeb >Index: www/py-treq/Makefile >=================================================================== >--- www/py-treq/Makefile (nonexistent) >+++ www/py-treq/Makefile (working copy) >@@ -0,0 +1,34 @@ >+# $FreeBSD$ >+ >+PORTNAME= treq >+PORTVERSION= 17.8.0 >+CATEGORIES= www python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= asomers@FreeBSD.org >+COMMENT= Requests-like API built on top of twisted.web's Agent >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}incremental>=0:devel/py-incremental >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs \ >+ ${PYTHON_PKGNAMEPREFIX}twisted>=16.4.0:devel/py-twisted \ >+ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six \ >+ ${PYTHON_PKGNAMEPREFIX}requests>=2.1.0:www/py-requests \ >+ ${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl \ >+ ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \ >+ ${PYTHON_PKGNAMEPREFIX}idna>=2.4:dns/py-idna >+ >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock >+ >+USES= python:2.7+ # Actually 2.7+,3.3+ >+USE_PYTHON= autoplist distutils >+ >+NO_ARCH= yes >+ >+do-test: >+ @cd ${WRKSRC} && ${PYTHON_CMD} -m twisted.trial treq >+ >+.include <bsd.port.mk> > >Property changes on: www/py-treq/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/py-treq/distinfo >=================================================================== >--- www/py-treq/distinfo (nonexistent) >+++ www/py-treq/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1503974213 >+SHA256 (treq-17.8.0.tar.gz) = ef72d2d5e0b24bdf29267b608fa33df0ac401743af8524438b073e1fb2b66f16 >+SIZE (treq-17.8.0.tar.gz) = 56439 > >Property changes on: www/py-treq/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/py-treq/pkg-descr >=================================================================== >--- www/py-treq/pkg-descr (nonexistent) >+++ www/py-treq/pkg-descr (working copy) >@@ -0,0 +1,6 @@ >+An HTTP library inspired by requests but written on top of Twisted's Agents. >+ >+It provides a simple, higher level API for making HTTP requests when using >+Twisted. >+ >+WWW: https://github.com/twisted/treq > >Property changes on: www/py-treq/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 221889
:
185857
| 186213