From e57b5d1e2e213ee8c8799831fa9b80101e3a69e9 Mon Sep 17 00:00:00 2001 From: k4leg Date: Sun, 29 Dec 2019 01:27:06 +0300 Subject: [PATCH] python3-future: fix pycompile modules. --- srcpkgs/python-future/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-future/template b/srcpkgs/python-future/template index 6cd53908823..6c314c00cee 100644 --- a/srcpkgs/python-future/template +++ b/srcpkgs/python-future/template @@ -1,7 +1,7 @@ # Template file for 'python-future' pkgname=python-future version=0.17.1 -revision=2 +revision=3 archs=noarch wrksrc="future-${version}" build_style=python-module @@ -12,8 +12,8 @@ hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools" short_desc="Clean single-source support for Python 3 and 2 (Python2)" maintainer="Alessio Sergi " -homepage="https://python-future.org/" license="MIT" +homepage="https://python-future.org/" distfiles="${PYPI_SITE}/f/future/future-${version}.tar.gz" checksum=67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8 @@ -30,9 +30,7 @@ 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" + pycompile_module="future libfuturize libpasteurize past" depends="python3-setuptools" short_desc="${short_desc/Python2/Python3}" pkg_install() {