mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'python-future'
|
||||||
pkgname=python-future
|
pkgname=python-future
|
||||||
version=0.15.2
|
version=0.16.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="future-${version}"
|
wrksrc="future-${version}"
|
||||||
build_style=python-module
|
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
|
copyreg future html http libfuturize libpasteurize past queue reprlib
|
||||||
socketserver tkinter winreg xmlrpc"
|
socketserver tkinter winreg xmlrpc"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://python-future.org/"
|
homepage="http://python-future.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/f/future/future-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/future/future-${version}.tar.gz"
|
||||||
checksum=3d3b193f20ca62ba7d8782589922878820d0a023b885882deec830adbf639b97
|
checksum=e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
future:futurize:/usr/bin/futurize2
|
future:futurize:/usr/bin/futurize2
|
||||||
|
@ -31,7 +31,7 @@ python3-future_package() {
|
||||||
future:pasteurize:/usr/bin/pasteurize3"
|
future:pasteurize:/usr/bin/pasteurize3"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
replaces="python3.4-future>=0"
|
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
|
copyreg future html http libfuturize libpasteurize past queue reprlib
|
||||||
socketserver tkinter winreg xmlrpc"
|
socketserver tkinter winreg xmlrpc"
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
|
|
Loading…
Add table
Reference in a new issue