mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'python-future'
|
||||||
pkgname=python-future
|
pkgname=python-future
|
||||||
version=0.17.1
|
version=0.18.2
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="future-${version}"
|
wrksrc="future-${version}"
|
||||||
build_style=python-module
|
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"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools"
|
depends="python-setuptools"
|
||||||
short_desc="Clean single-source support for Python 3 and 2 (Python2)"
|
short_desc="Clean single-source support for Python 3 and 2 (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://python-future.org/"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://python-future.org/"
|
||||||
distfiles="${PYPI_SITE}/f/future/future-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/future/future-${version}.tar.gz"
|
||||||
checksum=67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8
|
checksum=b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
future:futurize:/usr/bin/futurize2
|
future:futurize:/usr/bin/futurize2
|
||||||
|
@ -30,9 +27,6 @@ python3-future_package() {
|
||||||
future:futurize:/usr/bin/futurize3
|
future:futurize:/usr/bin/futurize3
|
||||||
future:pasteurize:/usr/bin/pasteurize3"
|
future:pasteurize:/usr/bin/pasteurize3"
|
||||||
archs=noarch
|
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"
|
depends="python3-setuptools"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue