python-future: update to 0.18.2.
This commit is contained in:
parent
4b43717e80
commit
ee6c338521
1 changed files with 4 additions and 10 deletions
|
@ -1,21 +1,18 @@
|
|||
# Template file for 'python-future'
|
||||
pkgname=python-future
|
||||
version=0.17.1
|
||||
revision=2
|
||||
version=0.18.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="future-${version}"
|
||||
build_style=python-module
|
||||
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"
|
||||
depends="python-setuptools"
|
||||
short_desc="Clean single-source support for Python 3 and 2 (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://python-future.org/"
|
||||
license="MIT"
|
||||
homepage="https://python-future.org/"
|
||||
distfiles="${PYPI_SITE}/f/future/future-${version}.tar.gz"
|
||||
checksum=67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8
|
||||
checksum=b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d
|
||||
|
||||
alternatives="
|
||||
future:futurize:/usr/bin/futurize2
|
||||
|
@ -30,9 +27,6 @@ python3-future_package() {
|
|||
future:futurize:/usr/bin/futurize3
|
||||
future:pasteurize:/usr/bin/pasteurize3"
|
||||
archs=noarch
|
||||
pycompile_module="_dummy_thread _markupbase _thread builtins
|
||||
copyreg future html http libfuturize libpasteurize past queue reprlib
|
||||
socketserver tkinter winreg xmlrpc"
|
||||
depends="python3-setuptools"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue