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]
This commit is contained in:
parent
5f31c61931
commit
4eb1a9a76b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390534
3 changed files with 9 additions and 5 deletions
|
@ -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@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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue