FreeBSD Bugzilla – Attachment 185857 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]
Adds port for py-treq
py-treq.diff (text/plain), 3.11 KB, created by
Alan Somers
on 2017-08-29 03:07:31 UTC
(
hide
)
Description:
Adds port for py-treq
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2017-08-29 03:07:31 UTC
Size:
3.11 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,30 @@ >+# $FreeBSD$ >+ >+PORTNAME= treq >+PORTVERSION= 17.8.0 >+CATEGORIES= www python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= python@FreeBSD.org >+COMMENT= Requests-like API built on top of twisted.web's Agent >+ >+LICENSE= MIT >+ >+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 >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock \ >+ ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity >+ >+USES= python:-2.7 >+USE_PYTHON= autoplist distutils >+ >+NO_ARCH= yes >+ >+do-test: >+ @cd ${WRKSRC} && ${LOCALBASE}/bin/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
Actions:
View
|
Diff
Attachments on
bug 221889
:
185857
|
186213