mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
devel/py-futures: Update to 2.1.6 & modernise
- Update to 2.1.6 - Update LICENSE (BSD2CLAUSE) - Deprecate easy_install target Changes: 2.1.6 - 2013-01-14 - Fixed a problem with files missing from the source distribution
This commit is contained in:
parent
23b4d2d5a5
commit
932e8470e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343491
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= futures
|
||||
PORTVERSION= 2.1.5
|
||||
PORTVERSION= 2.1.6
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -10,10 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Backport of the concurrent.futures package from Python 3.2
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USE_PYTHON= -3.1
|
||||
USE_PYDISTUTILS= easy_install
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (futures-2.1.5.tar.gz) = 8f5a627d3aee94cc1859a942965fdebb714be8cdd2366d819cb8fb9b7cc628a6
|
||||
SIZE (futures-2.1.5.tar.gz) = 11954
|
||||
SHA256 (futures-2.1.6.tar.gz) = 33f39102b631fa0a030b24c4341ba1f48558e435946d6735d47fe1f739d757c4
|
||||
SIZE (futures-2.1.6.tar.gz) = 26445
|
||||
|
Loading…
Reference in New Issue
Block a user