diff options
author | fhajny <fhajny> | 2016-04-19 12:32:36 +0000 |
---|---|---|
committer | fhajny <fhajny> | 2016-04-19 12:32:36 +0000 |
commit | eaa030655849641c3f9e1e2c83baf2c73968b19b (patch) | |
tree | c00b23bf347c974ee4d316a5fd7ee58812b08402 | |
parent | b6f1922b598fda9791498bba88b8cffdcbd4bffb (diff) | |
download | pkgsrc-eaa030655849641c3f9e1e2c83baf2c73968b19b.tar.gz |
Import futures 3.0.5 as devel/py-futures (using wip/py-futures).
Package that provides a high level interface to execute
computations asynchronously
-rw-r--r-- | devel/py-futures/DESCR | 2 | ||||
-rw-r--r-- | devel/py-futures/Makefile | 18 | ||||
-rw-r--r-- | devel/py-futures/PLIST | 22 | ||||
-rw-r--r-- | devel/py-futures/distinfo | 6 |
4 files changed, 48 insertions, 0 deletions
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 |