From 4c71fb18f0a1686a92ef44f68fbe5f46db00f5c1 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 5 Apr 2018 11:45:52 +0200 Subject: [PATCH] python-wheel: update to 0.31.0 --- srcpkgs/python-wheel/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-wheel/template b/srcpkgs/python-wheel/template index bf6870dd5a1..e6d511953e8 100644 --- a/srcpkgs/python-wheel/template +++ b/srcpkgs/python-wheel/template @@ -1,19 +1,19 @@ # Template file for 'python-wheel' pkgname=python-wheel -version=0.30.0 -revision=2 +version=0.31.0 +revision=1 noarch=yes wrksrc="wheel-${version}" build_style=python-module pycompile_module="wheel" hostmakedepends="python-setuptools python3-setuptools" -depends="python" +depends="python-setuptools" short_desc="Built-package format for Python (Python2)" maintainer="Alessio Sergi " homepage="https://github.com/pypa/wheel" license="MIT" distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz" -checksum=9515fe0a94e823fd90b08d22de45d7bde57c90edce705b22f5e1ecf7e1b653c8 +checksum=1ae8153bed701cb062913b72429bcf854ba824f973735427681882a688cb55ce alternatives="wheel:wheel:usr/bin/wheel2" post_install() { @@ -22,8 +22,8 @@ post_install() { python3-wheel_package() { noarch=yes - depends="python3" pycompile_module="wheel" + depends="python3-setuptools" short_desc="${short_desc/Python2/Python3}" alternatives="wheel:wheel:usr/bin/wheel3" pkg_install() {