svn commit: r390534 - head/devel/py-futures
Kubilay Kocak
koobs at FreeBSD.org
Thu Jun 25 06:02:15 UTC 2015
Author: koobs
Date: Thu Jun 25 06:02:14 2015
New Revision: 390534
URL: https://svnweb.freebsd.org/changeset/ports/390534
Log:
devel/py-futures: Update to 3.0.3
- Update to 3.0.3 [1]
- Add LICENSE_FILE
- Sort USE_PYTHON
- Add regression-test target for QA
- Update pkg-descr WWW: URL
Changes:
https://github.com/agronholm/pythonfutures/blob/3.0.3/CHANGES
Based on:
PR: 201068 [1]
Submitted by: Gasol Wu <gasol dot wu gmail com> [1]
Modified:
head/devel/py-futures/Makefile
head/devel/py-futures/distinfo
head/devel/py-futures/pkg-descr
Modified: head/devel/py-futures/Makefile
==============================================================================
--- head/devel/py-futures/Makefile Thu Jun 25 05:48:02 2015 (r390533)
+++ head/devel/py-futures/Makefile Thu Jun 25 06:02:14 2015 (r390534)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= futures
-PORTVERSION= 2.1.6
+PORTVERSION= 3.0.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,12 @@ MAINTAINER= koobs at FreeBSD.org
COMMENT= Backport of the concurrent.futures package from Python 3.2
LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:2
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist distutils
+
+regression-test: build
+ @cd ${WRKSRC} && ${PYTHON_CMD} test_futures.py
.include <bsd.port.mk>
Modified: head/devel/py-futures/distinfo
==============================================================================
--- head/devel/py-futures/distinfo Thu Jun 25 05:48:02 2015 (r390533)
+++ head/devel/py-futures/distinfo Thu Jun 25 06:02:14 2015 (r390534)
@@ -1,2 +1,2 @@
-SHA256 (futures-2.1.6.tar.gz) = 33f39102b631fa0a030b24c4341ba1f48558e435946d6735d47fe1f739d757c4
-SIZE (futures-2.1.6.tar.gz) = 26445
+SHA256 (futures-3.0.3.tar.gz) = 2fe2342bb4fe8b8e217f0d21b5921cbe5408bf966d9f92025e707e881b198bed
+SIZE (futures-3.0.3.tar.gz) = 24959
Modified: head/devel/py-futures/pkg-descr
==============================================================================
--- head/devel/py-futures/pkg-descr Thu Jun 25 05:48:02 2015 (r390533)
+++ head/devel/py-futures/pkg-descr Thu Jun 25 06:02:14 2015 (r390534)
@@ -5,4 +5,4 @@ asynchronously executing callables.
This is described in PEP-3148 and is included in Python 3.2+
-WWW: http://code.google.com/p/pythonfutures/
+WWW: https://github.com/agronholm/pythonfutures
More information about the svn-ports-head
mailing list