[Midnightbsd-cvs] mports [24113] trunk/devel: add py-future

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 3 11:37:15 EDT 2018


Revision: 24113
          http://svnweb.midnightbsd.org/mports/?rev=24113
Author:   laffer1
Date:     2018-09-03 11:37:14 -0400 (Mon, 03 Sep 2018)
Log Message:
-----------
add py-future

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

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

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-09-03 14:40:02 UTC (rev 24112)
+++ trunk/devel/Makefile	2018-09-03 15:37:14 UTC (rev 24113)
@@ -486,6 +486,7 @@
 SUBDIR += py-enum34
 SUBDIR += py-fileutils
 SUBDIR += py-funcsigs
+SUBDIR += py-future
 SUBDIR += py-futures
 SUBDIR += py-gdata
 SUBDIR += py-gobject

Added: trunk/devel/py-future/Makefile
===================================================================
--- trunk/devel/py-future/Makefile	                        (rev 0)
+++ trunk/devel/py-future/Makefile	2018-09-03 15:37:14 UTC (rev 24113)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+
+PORTNAME=	future
+PORTVERSION=	0.16.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Clean single-source support for Python 3 and 2
+
+LICENSE=	mit
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+NO_ARCH=	yes
+
+regression-test: build
+	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-future/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-future/distinfo
===================================================================
--- trunk/devel/py-future/distinfo	                        (rev 0)
+++ trunk/devel/py-future/distinfo	2018-09-03 15:37:14 UTC (rev 24113)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1489237025
+SHA256 (future-0.16.0.tar.gz) = e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb
+SIZE (future-0.16.0.tar.gz) = 824484


Property changes on: trunk/devel/py-future/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-future/pkg-descr
===================================================================
--- trunk/devel/py-future/pkg-descr	                        (rev 0)
+++ trunk/devel/py-future/pkg-descr	2018-09-03 15:37:14 UTC (rev 24113)
@@ -0,0 +1,6 @@
+future is the missing compatibility layer between Python 2 and Python 3.
+
+It allows you to use a single, clean Python 3.x-compatible codebase to
+support both Python 2 and Python 3 with minimal overhead.
+
+WWW: https://python-future.org/


Property changes on: trunk/devel/py-future/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