From a00bfcacca6fd797422cc023ea773be034b492f0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 17 May 2020 07:57:34 -0400 Subject: [PATCH] python-wheel: update to 0.34.2. --- srcpkgs/python-wheel/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-wheel/template b/srcpkgs/python-wheel/template index 11aeaf42316..9bd4ded2b3d 100644 --- a/srcpkgs/python-wheel/template +++ b/srcpkgs/python-wheel/template @@ -1,19 +1,18 @@ # Template file for 'python-wheel' pkgname=python-wheel -version=0.32.3 +version=0.34.2 revision=2 archs=noarch wrksrc="wheel-${version}" build_style=python-module -pycompile_module="wheel" hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools" short_desc="Built-package format for Python (Python2)" maintainer="Alessio Sergi " -homepage="https://github.com/pypa/wheel" license="MIT" +homepage="https://github.com/pypa/wheel" distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz" -checksum=029703bf514e16c8271c3821806a1c171220cc5bdd325cbf4e7da1e056a01db6 +checksum=8788e9155fe14f54164c1b9eb0a319d98ef02c160725587ad60f14ddc57b6f96 alternatives="wheel:wheel:usr/bin/wheel2" post_install() { @@ -22,7 +21,6 @@ post_install() { python3-wheel_package() { archs=noarch - pycompile_module="wheel" depends="python3-setuptools" short_desc="${short_desc/Python2/Python3}" alternatives="wheel:wheel:usr/bin/wheel3"