python-future: update to 0.16.0
This commit is contained in:
parent
eb7ff94642
commit
feb450add5
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'python-future'
|
||||
pkgname=python-future
|
||||
version=0.15.2
|
||||
revision=2
|
||||
version=0.16.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="future-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="_dummy_thread _markupbase _thread builtins configparser
|
||||
pycompile_module="_dummy_thread _markupbase _thread builtins
|
||||
copyreg future html http libfuturize libpasteurize past queue reprlib
|
||||
socketserver tkinter winreg xmlrpc"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
|
@ -15,7 +15,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="http://python-future.org/"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/f/future/future-${version}.tar.gz"
|
||||
checksum=3d3b193f20ca62ba7d8782589922878820d0a023b885882deec830adbf639b97
|
||||
checksum=e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb
|
||||
|
||||
alternatives="
|
||||
future:futurize:/usr/bin/futurize2
|
||||
|
@ -31,7 +31,7 @@ python3-future_package() {
|
|||
future:pasteurize:/usr/bin/pasteurize3"
|
||||
noarch=yes
|
||||
replaces="python3.4-future>=0"
|
||||
pycompile_module="_dummy_thread _markupbase _thread builtins configparser
|
||||
pycompile_module="_dummy_thread _markupbase _thread builtins
|
||||
copyreg future html http libfuturize libpasteurize past queue reprlib
|
||||
socketserver tkinter winreg xmlrpc"
|
||||
depends="python3-setuptools"
|
||||
|
|
Loading…
Reference in a new issue