From 064413cb4a3c37fd6308669e48cabb3a27466c59 Mon Sep 17 00:00:00 2001 From: pulux Date: Tue, 6 Jan 2015 10:27:35 +0100 Subject: [PATCH] python-itsdangerous fix typo --- srcpkgs/python-itsdangerous/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-itsdangerous/template b/srcpkgs/python-itsdangerous/template index 846ff09624..24df1c5a5a 100644 --- a/srcpkgs/python-itsdangerous/template +++ b/srcpkgs/python-itsdangerous/template @@ -10,7 +10,6 @@ pycompile_module="itsdangerous" hostmakedepends="python-setuptools python3.4-setuptools" makedepends="python-devel python3.4-devel" depends="python" -replaces="python-itsdangerous>=0" short_desc="Various helpers to pass trusted data to untrusted enviroments and back" maintainer="Markus Berger " homepage="http://github.com/mitsuhiko/itsdangerous" @@ -21,10 +20,9 @@ checksum=cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519 python3.4-itsdangerous_package() { noarch=yes depends="python3.4" - replaces="python3.4-itsdangerous>=0" pycompile_version="3.4" pycompile_module="itsdangerous" - short_descr="${short_descr/Python2/Python3.4}" + short_desc="${short_descr/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4 }