[Midnightbsd-cvs] mports [21980] trunk/devel: add py-futures

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 1 02:54:06 EDT 2016


Revision: 21980
          http://svnweb.midnightbsd.org/mports/?rev=21980
Author:   laffer1
Date:     2016-10-01 02:54:06 -0400 (Sat, 01 Oct 2016)
Log Message:
-----------
add py-futures

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/py-futures/
    trunk/devel/py-futures/Makefile
    trunk/devel/py-futures/distinfo
    trunk/devel/py-futures/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2016-10-01 06:48:57 UTC (rev 21979)
+++ trunk/devel/Makefile	2016-10-01 06:54:06 UTC (rev 21980)
@@ -436,6 +436,7 @@
 SUBDIR += py-dbus
 SUBDIR += py-enum34
 SUBDIR += py-fileutils
+SUBDIR += py-futures
 SUBDIR += py-gdata
 SUBDIR += py-gobject
 SUBDIR += py-gobject3

Added: trunk/devel/py-futures/Makefile
===================================================================
--- trunk/devel/py-futures/Makefile	                        (rev 0)
+++ trunk/devel/py-futures/Makefile	2016-10-01 06:54:06 UTC (rev 21980)
@@ -0,0 +1,27 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/py-futures/Makefile 410017 2016-03-03 09:13:32Z koobs $
+
+PORTNAME=	futures
+PORTVERSION=	3.0.5
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Backport of the concurrent.futures package from Python 3.2
+
+LICENSE=	bsd2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python:-2.7
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+# Some tests require 256 semaphores. Set the following sysctl(8)
+# before running tests: sysctl p1003_1b.sem_nsems_max=512
+
+do-test:
+	@cd ${WRKSRC} && ${PYTHON_CMD} test_futures.py
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-futures/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-futures/distinfo
===================================================================
--- trunk/devel/py-futures/distinfo	                        (rev 0)
+++ trunk/devel/py-futures/distinfo	2016-10-01 06:54:06 UTC (rev 21980)
@@ -0,0 +1,2 @@
+SHA256 (futures-3.0.5.tar.gz) = 0542525145d5afc984c88f914a0c85c77527f65946617edb5274f72406f981df
+SIZE (futures-3.0.5.tar.gz) = 25153


Property changes on: trunk/devel/py-futures/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-futures/pkg-descr
===================================================================
--- trunk/devel/py-futures/pkg-descr	                        (rev 0)
+++ trunk/devel/py-futures/pkg-descr	2016-10-01 06:54:06 UTC (rev 21980)
@@ -0,0 +1,8 @@
+Backport of the concurrent.futures package from Python 3.2
+
+The concurrent.futures module provides a high-level interface for
+asynchronously executing callables.
+
+This is described in PEP-3148 and is included in Python 3.2+
+
+WWW: https://github.com/agronholm/pythonfutures


Property changes on: trunk/devel/py-futures/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list