diff options
author | joerg <joerg@pkgsrc.org> | 2017-09-29 14:31:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-09-29 14:31:50 +0000 |
commit | ddc320a18251a3be19923b824d1ba6b2e30c13bc (patch) | |
tree | 49a3505dee5443a1044db7581a4e6d9dba81bd98 /devel | |
parent | acdbaa9459a83ccf7c9756fe3b4257b264770686 (diff) | |
download | pkgsrc-ddc320a18251a3be19923b824d1ba6b2e30c13bc.tar.gz |
Add py-txrequests-0.9.5:
py-twrequests is a Small add-on for the python requests http library. It
uses twisted’s ThreadPool, so that requests’ API returns deferred.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-txrequests/DESCR | 2 | ||||
-rw-r--r-- | devel/py-txrequests/Makefile | 20 | ||||
-rw-r--r-- | devel/py-txrequests/PLIST | 13 | ||||
-rw-r--r-- | devel/py-txrequests/distinfo | 8 |
4 files changed, 43 insertions, 0 deletions
diff --git a/devel/py-txrequests/DESCR b/devel/py-txrequests/DESCR new file mode 100644 index 00000000000..f3225e44867 --- /dev/null +++ b/devel/py-txrequests/DESCR @@ -0,0 +1,2 @@ +py-twrequests is a Small add-on for the python requests http library. It +uses twisted’s ThreadPool, so that requests’ API returns deferred. diff --git a/devel/py-txrequests/Makefile b/devel/py-txrequests/Makefile new file mode 100644 index 00000000000..625c2a27ca9 --- /dev/null +++ b/devel/py-txrequests/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2017/09/29 14:31:50 joerg Exp $ + +DISTNAME= txrequests-0.9.5 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel www +MASTER_SITES= ${MASTER_SITE_PYPI:=t/txrequests/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/tardyp/txrequests +COMMENT= Asynchronous Python HTTP Requests for Humans +LICENSE= apache-2.0 + +USE_LANGUAGES= # none + +DEPENDS+= ${PYPKGPREFIX}-requests>=1.2.0:../../devel/py-requests +DEPENDS+= ${PYPKGPREFIX}-twisted>=9.0.0:../../net/py-twisted + +.include "../../lang/python/application.mk" +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-txrequests/PLIST b/devel/py-txrequests/PLIST new file mode 100644 index 00000000000..91ff1bcb24f --- /dev/null +++ b/devel/py-txrequests/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1 2017/09/29 14:31:50 joerg Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/txrequests/__init__.py +${PYSITELIB}/txrequests/__init__.pyc +${PYSITELIB}/txrequests/__init__.pyo +${PYSITELIB}/txrequests/sessions.py +${PYSITELIB}/txrequests/sessions.pyc +${PYSITELIB}/txrequests/sessions.pyo diff --git a/devel/py-txrequests/distinfo b/devel/py-txrequests/distinfo new file mode 100644 index 00000000000..5733feeaf15 --- /dev/null +++ b/devel/py-txrequests/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1 2017/09/29 14:31:50 joerg Exp $ + +SHA1 (txrequests-0.9.5.tar.gz) = cdcb38df0afe2cb0a77ad449b9e1409ab6887a34 +RMD160 (txrequests-0.9.5.tar.gz) = 03c89b5505db545599a064f3cbf40c11e19c172e +SHA512 (txrequests-0.9.5.tar.gz) = e9f527eb2fed0038d7e68b5bd74d0a0e58a1d7cc3e181068423dce871ff10b2d5f1ae92e44248e75b4ad8d44b32366ee9eb6cf8fdd114a562baa6b35fab6eb7b +Size (txrequests-0.9.5.tar.gz) = 5265 bytes +SHA1 (patch-requests_____init____.py) = 733037737da7f012030e89091d1b3ca28c3d7657 +SHA1 (patch-setup.py) = 855002a41e0eee403e1938b714145cb0598b30c1 |