From eaa030655849641c3f9e1e2c83baf2c73968b19b Mon Sep 17 00:00:00 2001 From: fhajny Date: Tue, 19 Apr 2016 12:32:36 +0000 Subject: Import futures 3.0.5 as devel/py-futures (using wip/py-futures). Package that provides a high level interface to execute computations asynchronously --- devel/py-futures/DESCR | 2 ++ devel/py-futures/Makefile | 18 ++++++++++++++++++ devel/py-futures/PLIST | 22 ++++++++++++++++++++++ devel/py-futures/distinfo | 6 ++++++ 4 files changed, 48 insertions(+) create mode 100644 devel/py-futures/DESCR create mode 100644 devel/py-futures/Makefile create mode 100644 devel/py-futures/PLIST create mode 100644 devel/py-futures/distinfo diff --git a/devel/py-futures/DESCR b/devel/py-futures/DESCR new file mode 100644 index 00000000000..ea0778e27f3 --- /dev/null +++ b/devel/py-futures/DESCR @@ -0,0 +1,2 @@ +Package that provides a high level interface to execute computations +asynchronously diff --git a/devel/py-futures/Makefile b/devel/py-futures/Makefile new file mode 100644 index 00000000000..af0e9c37b34 --- /dev/null +++ b/devel/py-futures/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2016/04/19 12:32:36 fhajny Exp $ + +DISTNAME= futures-3.0.5 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PYPI:=f/futures/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/agronholm/pythonfutures +COMMENT= Library brings asynchronous computations from Python 3.x +LICENSE= modified-bsd + +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # included in 3+ + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-futures/PLIST b/devel/py-futures/PLIST new file mode 100644 index 00000000000..d502c64c309 --- /dev/null +++ b/devel/py-futures/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/19 12:32:36 fhajny Exp $ +${PYSITELIB}/concurrent/__init__.py +${PYSITELIB}/concurrent/__init__.pyc +${PYSITELIB}/concurrent/__init__.pyo +${PYSITELIB}/concurrent/futures/__init__.py +${PYSITELIB}/concurrent/futures/__init__.pyc +${PYSITELIB}/concurrent/futures/__init__.pyo +${PYSITELIB}/concurrent/futures/_base.py +${PYSITELIB}/concurrent/futures/_base.pyc +${PYSITELIB}/concurrent/futures/_base.pyo +${PYSITELIB}/concurrent/futures/process.py +${PYSITELIB}/concurrent/futures/process.pyc +${PYSITELIB}/concurrent/futures/process.pyo +${PYSITELIB}/concurrent/futures/thread.py +${PYSITELIB}/concurrent/futures/thread.pyc +${PYSITELIB}/concurrent/futures/thread.pyo +${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}/pbr.json +${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/devel/py-futures/distinfo b/devel/py-futures/distinfo new file mode 100644 index 00000000000..dcaa488ebfc --- /dev/null +++ b/devel/py-futures/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/19 12:32:36 fhajny Exp $ + +SHA1 (futures-3.0.5.tar.gz) = 759bf3669b517808810c96a4a620e9a272064487 +RMD160 (futures-3.0.5.tar.gz) = ebd01361f9090f063a2dff50ee16b503323618b5 +SHA512 (futures-3.0.5.tar.gz) = 29f366a273600924acba4b78d53e2f911379da04a7067c3bc2911c20c0fe880300fc2b8c91d8f1b6689e5732b79eeb4198fde56854ab2b7caf47382ad5942435 +Size (futures-3.0.5.tar.gz) = 25153 bytes -- cgit v1.2.3