From 87823acef8175241df48a668d9de98172d39212b Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 27 Mar 2015 10:40:55 +0100 Subject: [PATCH] python-decorator: update to 3.4.2 --- srcpkgs/python-decorator/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template index dac7700c767..1dc58590e19 100644 --- a/srcpkgs/python-decorator/template +++ b/srcpkgs/python-decorator/template @@ -1,21 +1,20 @@ # Template file for 'python-decorator' pkgname=python-decorator -version=3.4.0 +version=3.4.2 revision=1 noarch=yes wrksrc="decorator-${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="decorator.py" short_desc="Python2 decorator module" maintainer="Juan RP " -homepage="https://pypi.python.org/pypi/decorator/" +homepage="https://github.com/micheles/decorator" license="BSD" -distfiles="https://pypi.python.org/packages/source/d/decorator/decorator-${version}.tar.gz" -checksum=c20b404cbb7ee5cebd506688e0114e3cd76f5ce233805a51f36e1a7988d9d783 +distfiles="${PYPI_SITE}/d/decorator/decorator-${version}.tar.gz" +checksum=7320002ce61dea6aa24adc945d9d7831b3669553158905cdd12f5d0027b54b44 python3.4-decorator_package() { noarch=yes