pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul  7 09:55:20 UTC 2017

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-requests-futures: DESCR Makefile PLIST distinfo

Log Message:
Small add-on for the python requests http library. Makes use of python 3.2's
concurrent.futures or the backport for prior versions of python.

The additional API and changes are minimal and strives to avoid surprises.


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

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2454 pkgsrc/devel/Makefile:1.2455
--- pkgsrc/devel/Makefile:1.2454        Fri Jul  7 07:20:54 2017
+++ pkgsrc/devel/Makefile       Fri Jul  7 09:55:20 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2454 2017/07/07 07:20:54 adam Exp $
+# $NetBSD: Makefile,v 1.2455 2017/07/07 09:55:20 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2004,6 +2004,7 @@ SUBDIR+=  py-repoze.lru
 SUBDIR+=       py-requests
 SUBDIR+=       py-requests-file
 SUBDIR+=       py-requests-ftp
+SUBDIR+=       py-requests-futures
 SUBDIR+=       py-requests-mock
 SUBDIR+=       py-requests-toolbelt
 SUBDIR+=       py-rope

Added files:

Index: pkgsrc/devel/py-requests-futures/DESCR
diff -u /dev/null pkgsrc/devel/py-requests-futures/DESCR:1.1
--- /dev/null   Fri Jul  7 09:55:20 2017
+++ pkgsrc/devel/py-requests-futures/DESCR      Fri Jul  7 09:55:20 2017
@@ -0,0 +1,4 @@
+Small add-on for the python requests http library. Makes use of python 3.2's
+concurrent.futures or the backport for prior versions of python.
+
+The additional API and changes are minimal and strives to avoid surprises.
Index: pkgsrc/devel/py-requests-futures/Makefile
diff -u /dev/null pkgsrc/devel/py-requests-futures/Makefile:1.1
--- /dev/null   Fri Jul  7 09:55:20 2017
+++ pkgsrc/devel/py-requests-futures/Makefile   Fri Jul  7 09:55:20 2017
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2017/07/07 09:55:20 adam Exp $
+
+DISTNAME=      requests-futures-0.9.7
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=r/requests-futures/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ross/requests-futures
+COMMENT=       Asynchronous Python HTTP for Humans
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-requests>=1.2.0:../../devel/py-requests
+
+.include "../../lang/python/pyversion.mk"
+.if "${PYPKGPREFIX}" == "py27"
+DEPENDS+=      ${PYPKGPREFIX}-futures>=2.1.3:../../devel/py-futures
+.endif
+
+USE_LANGUAGES=         # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-requests-futures/PLIST
diff -u /dev/null pkgsrc/devel/py-requests-futures/PLIST:1.1
--- /dev/null   Fri Jul  7 09:55:20 2017
+++ pkgsrc/devel/py-requests-futures/PLIST      Fri Jul  7 09:55:20 2017
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2017/07/07 09:55:20 adam 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}/requests_futures/__init__.py
+${PYSITELIB}/requests_futures/__init__.pyc
+${PYSITELIB}/requests_futures/__init__.pyo
+${PYSITELIB}/requests_futures/sessions.py
+${PYSITELIB}/requests_futures/sessions.pyc
+${PYSITELIB}/requests_futures/sessions.pyo
Index: pkgsrc/devel/py-requests-futures/distinfo
diff -u /dev/null pkgsrc/devel/py-requests-futures/distinfo:1.1
--- /dev/null   Fri Jul  7 09:55:20 2017
+++ pkgsrc/devel/py-requests-futures/distinfo   Fri Jul  7 09:55:20 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/07/07 09:55:20 adam Exp $
+
+SHA1 (requests-futures-0.9.7.tar.gz) = 3233da0a7c22bdd21dec053fa71518acc97849e7
+RMD160 (requests-futures-0.9.7.tar.gz) = 8761e1423df9b110b30bae4c31f22b41cf2ba3be
+SHA512 (requests-futures-0.9.7.tar.gz) = 02ca972bc2215d9e3f880125013746ea2b6f238d25f7aa519665be20e3fb3e2cd69b7d6605663c3bdaf9a1abe88f76553545f5895d9defef4616115b5963bdd2
+Size (requests-futures-0.9.7.tar.gz) = 5571 bytes



Home | Main Index | Thread Index | Old Index