pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-treq Add py-treq-17.8.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/554ac2adb46d
branches:  trunk
changeset: 369428:554ac2adb46d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 29 14:16:20 2017 +0000

description:
Add py-treq-17.8.0:

treq is 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.

diffstat:

 devel/py-treq/DESCR    |   5 ++
 devel/py-treq/Makefile |  23 ++++++++++++
 devel/py-treq/PLIST    |  93 ++++++++++++++++++++++++++++++++++++++++++++++++++
 devel/py-treq/distinfo |   8 ++++
 4 files changed, 129 insertions(+), 0 deletions(-)

diffs (145 lines):

diff -r ba46184f6ecb -r 554ac2adb46d devel/py-treq/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-treq/DESCR       Fri Sep 29 14:16:20 2017 +0000
@@ -0,0 +1,5 @@
+treq is 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.
diff -r ba46184f6ecb -r 554ac2adb46d devel/py-treq/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-treq/Makefile    Fri Sep 29 14:16:20 2017 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2017/09/29 14:16:20 joerg Exp $
+
+DISTNAME=      treq-17.8.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel www
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/treq/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/twisted/treq
+COMMENT=       HTTP library for Twisted
+LICENSE=       mit
+
+USE_LANGUAGES=         # none
+
+DEPENDS+=      ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.1.0<3.0:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-twisted>=16.4.0:../../net/py-twisted
+DEPENDS+=      ${PYPKGPREFIX}-incremental-[0-9]*:../../devel/py-incremental
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ba46184f6ecb -r 554ac2adb46d devel/py-treq/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-treq/PLIST       Fri Sep 29 14:16:20 2017 +0000
@@ -0,0 +1,93 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/29 14:16:20 joerg Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/treq/__init__.py
+${PYSITELIB}/treq/__init__.pyc
+${PYSITELIB}/treq/__init__.pyo
+${PYSITELIB}/treq/_utils.py
+${PYSITELIB}/treq/_utils.pyc
+${PYSITELIB}/treq/_utils.pyo
+${PYSITELIB}/treq/_version.py
+${PYSITELIB}/treq/_version.pyc
+${PYSITELIB}/treq/_version.pyo
+${PYSITELIB}/treq/api.py
+${PYSITELIB}/treq/api.pyc
+${PYSITELIB}/treq/api.pyo
+${PYSITELIB}/treq/auth.py
+${PYSITELIB}/treq/auth.pyc
+${PYSITELIB}/treq/auth.pyo
+${PYSITELIB}/treq/client.py
+${PYSITELIB}/treq/client.pyc
+${PYSITELIB}/treq/client.pyo
+${PYSITELIB}/treq/content.py
+${PYSITELIB}/treq/content.pyc
+${PYSITELIB}/treq/content.pyo
+${PYSITELIB}/treq/multipart.py
+${PYSITELIB}/treq/multipart.pyc
+${PYSITELIB}/treq/multipart.pyo
+${PYSITELIB}/treq/response.py
+${PYSITELIB}/treq/response.pyc
+${PYSITELIB}/treq/response.pyo
+${PYSITELIB}/treq/test/__init__.py
+${PYSITELIB}/treq/test/__init__.pyc
+${PYSITELIB}/treq/test/__init__.pyo
+${PYSITELIB}/treq/test/local_httpbin/__init__.py
+${PYSITELIB}/treq/test/local_httpbin/__init__.pyc
+${PYSITELIB}/treq/test/local_httpbin/__init__.pyo
+${PYSITELIB}/treq/test/local_httpbin/child.py
+${PYSITELIB}/treq/test/local_httpbin/child.pyc
+${PYSITELIB}/treq/test/local_httpbin/child.pyo
+${PYSITELIB}/treq/test/local_httpbin/parent.py
+${PYSITELIB}/treq/test/local_httpbin/parent.pyc
+${PYSITELIB}/treq/test/local_httpbin/parent.pyo
+${PYSITELIB}/treq/test/local_httpbin/shared.py
+${PYSITELIB}/treq/test/local_httpbin/shared.pyc
+${PYSITELIB}/treq/test/local_httpbin/shared.pyo
+${PYSITELIB}/treq/test/local_httpbin/test/__init__.py
+${PYSITELIB}/treq/test/local_httpbin/test/__init__.pyc
+${PYSITELIB}/treq/test/local_httpbin/test/__init__.pyo
+${PYSITELIB}/treq/test/local_httpbin/test/test_child.py
+${PYSITELIB}/treq/test/local_httpbin/test/test_child.pyc
+${PYSITELIB}/treq/test/local_httpbin/test/test_child.pyo
+${PYSITELIB}/treq/test/local_httpbin/test/test_parent.py
+${PYSITELIB}/treq/test/local_httpbin/test/test_parent.pyc
+${PYSITELIB}/treq/test/local_httpbin/test/test_parent.pyo
+${PYSITELIB}/treq/test/local_httpbin/test/test_shared.py
+${PYSITELIB}/treq/test/local_httpbin/test/test_shared.pyc
+${PYSITELIB}/treq/test/local_httpbin/test/test_shared.pyo
+${PYSITELIB}/treq/test/test_api.py
+${PYSITELIB}/treq/test/test_api.pyc
+${PYSITELIB}/treq/test/test_api.pyo
+${PYSITELIB}/treq/test/test_auth.py
+${PYSITELIB}/treq/test/test_auth.pyc
+${PYSITELIB}/treq/test/test_auth.pyo
+${PYSITELIB}/treq/test/test_client.py
+${PYSITELIB}/treq/test/test_client.pyc
+${PYSITELIB}/treq/test/test_client.pyo
+${PYSITELIB}/treq/test/test_content.py
+${PYSITELIB}/treq/test/test_content.pyc
+${PYSITELIB}/treq/test/test_content.pyo
+${PYSITELIB}/treq/test/test_multipart.py
+${PYSITELIB}/treq/test/test_multipart.pyc
+${PYSITELIB}/treq/test/test_multipart.pyo
+${PYSITELIB}/treq/test/test_response.py
+${PYSITELIB}/treq/test/test_response.pyc
+${PYSITELIB}/treq/test/test_response.pyo
+${PYSITELIB}/treq/test/test_testing.py
+${PYSITELIB}/treq/test/test_testing.pyc
+${PYSITELIB}/treq/test/test_testing.pyo
+${PYSITELIB}/treq/test/test_treq_integration.py
+${PYSITELIB}/treq/test/test_treq_integration.pyc
+${PYSITELIB}/treq/test/test_treq_integration.pyo
+${PYSITELIB}/treq/test/test_utils.py
+${PYSITELIB}/treq/test/test_utils.pyc
+${PYSITELIB}/treq/test/test_utils.pyo
+${PYSITELIB}/treq/test/util.py
+${PYSITELIB}/treq/test/util.pyc
+${PYSITELIB}/treq/test/util.pyo
+${PYSITELIB}/treq/testing.py
+${PYSITELIB}/treq/testing.pyc
+${PYSITELIB}/treq/testing.pyo
diff -r ba46184f6ecb -r 554ac2adb46d devel/py-treq/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-treq/distinfo    Fri Sep 29 14:16:20 2017 +0000
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1 2017/09/29 14:16:20 joerg Exp $
+
+SHA1 (treq-17.8.0.tar.gz) = 2eb3336e1a5706218a3ed9adbd1d9aec23c7087b
+RMD160 (treq-17.8.0.tar.gz) = 19bc6a2ebc284d1ce34f952966a011c7607d85f6
+SHA512 (treq-17.8.0.tar.gz) = 62933a512fcc8b0e77333eb9268846ad17f4b44cf6ea317ada2565054100be3caf03bda0a1becd775ec85528fc2f5ddec33d23d3579cf484a3c6ba7c71c50a7f
+Size (treq-17.8.0.tar.gz) = 56439 bytes
+SHA1 (patch-requests_____init____.py) = 733037737da7f012030e89091d1b3ca28c3d7657
+SHA1 (patch-setup.py) = 855002a41e0eee403e1938b714145cb0598b30c1



Home | Main Index | Thread Index | Old Index