From c70f0125ddbaead68785b892beccb9144302e215 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 19 Sep 2014 10:12:38 +0200 Subject: [PATCH] python-six: update to 1.8.0 --- srcpkgs/python-six/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template index d85af84bf03..d923d4c5688 100644 --- a/srcpkgs/python-six/template +++ b/srcpkgs/python-six/template @@ -1,24 +1,23 @@ # Template file for 'python-six' pkgname=python-six -version=1.7.3 +version=1.8.0 revision=1 noarch=yes wrksrc="six-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" -makedepends="python-devel python3.4-devel" depends="python" pycompile_module="six.py" short_desc="Python 2 and 3 compatibility utilities (Python2 library)" maintainer="Juan RP " homepage="https://pypi.python.org/pypi/six/" license="MIT" -distfiles="https://pypi.python.org/packages/source/s/six/six-${version}.tar.gz" -checksum=7a842c9f882c0b2ab1064d567bb9fff6a21c9efbc3d9992083ad6193787ed393 +distfiles="${PYPI_SITE}/s/six/six-${version}.tar.gz" +checksum=047bbbba41bac37c444c75ddfdf0573dd6e2f1fbd824e6247bb26fa7d8fa3830 post_install() { - vinstall LICENSE 644 usr/share/licenses/${pkgname} + vlicense LICENSE } python3.4-six_package() { @@ -29,6 +28,6 @@ python3.4-six_package() { short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4 - vinstall ${wrksrc}/LICENSE 644 usr/share/licenses/${pkgname} + vlicense ${wrksrc}/LICENSE } }