pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-txrequests Add py-txrequests-0.9.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec03e0ed8019
branches:  trunk
changeset: 369431:ec03e0ed8019
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 29 14:31:50 2017 +0000

description:
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:

 devel/py-txrequests/DESCR    |   2 ++
 devel/py-txrequests/Makefile |  20 ++++++++++++++++++++
 devel/py-txrequests/PLIST    |  13 +++++++++++++
 devel/py-txrequests/distinfo |   8 ++++++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r e050b0be074b -r ec03e0ed8019 devel/py-txrequests/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-txrequests/DESCR Fri Sep 29 14:31:50 2017 +0000
@@ -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 -r e050b0be074b -r ec03e0ed8019 devel/py-txrequests/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-txrequests/Makefile      Fri Sep 29 14:31:50 2017 +0000
@@ -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@localhost
+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 -r e050b0be074b -r ec03e0ed8019 devel/py-txrequests/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-txrequests/PLIST Fri Sep 29 14:31:50 2017 +0000
@@ -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 -r e050b0be074b -r ec03e0ed8019 devel/py-txrequests/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-txrequests/distinfo      Fri Sep 29 14:31:50 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index