pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-txrequests



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Sep 29 14:31:51 UTC 2017

Added Files:
        pkgsrc/devel/py-txrequests: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-txrequests/DESCR \
    pkgsrc/devel/py-txrequests/Makefile pkgsrc/devel/py-txrequests/PLIST \
    pkgsrc/devel/py-txrequests/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-txrequests/DESCR
diff -u /dev/null pkgsrc/devel/py-txrequests/DESCR:1.1
--- /dev/null   Fri Sep 29 14:31:51 2017
+++ pkgsrc/devel/py-txrequests/DESCR    Fri Sep 29 14:31:50 2017
@@ -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.
Index: pkgsrc/devel/py-txrequests/Makefile
diff -u /dev/null pkgsrc/devel/py-txrequests/Makefile:1.1
--- /dev/null   Fri Sep 29 14:31:51 2017
+++ pkgsrc/devel/py-txrequests/Makefile Fri Sep 29 14:31:50 2017
@@ -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"
Index: pkgsrc/devel/py-txrequests/PLIST
diff -u /dev/null pkgsrc/devel/py-txrequests/PLIST:1.1
--- /dev/null   Fri Sep 29 14:31:51 2017
+++ pkgsrc/devel/py-txrequests/PLIST    Fri Sep 29 14:31:50 2017
@@ -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
Index: pkgsrc/devel/py-txrequests/distinfo
diff -u /dev/null pkgsrc/devel/py-txrequests/distinfo:1.1
--- /dev/null   Fri Sep 29 14:31:51 2017
+++ pkgsrc/devel/py-txrequests/distinfo Fri Sep 29 14:31:50 2017
@@ -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